OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 # TODO(andrew): consider moving test_support to src/base/test. | 9 # TODO(andrew): consider moving test_support to src/base/test. |
10 { | 10 { |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 '<(webrtc_root)/common.gyp:gtest_prod', | 133 '<(webrtc_root)/common.gyp:gtest_prod', |
134 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', | 134 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
135 ], | 135 ], |
136 'sources': [ | 136 'sources': [ |
137 'testsupport/fileutils.cc', | 137 'testsupport/fileutils.cc', |
138 'testsupport/fileutils.h', | 138 'testsupport/fileutils.h', |
139 'testsupport/frame_reader.cc', | 139 'testsupport/frame_reader.cc', |
140 'testsupport/frame_reader.h', | 140 'testsupport/frame_reader.h', |
141 'testsupport/frame_writer.cc', | 141 'testsupport/frame_writer.cc', |
142 'testsupport/frame_writer.h', | 142 'testsupport/frame_writer.h', |
143 'testsupport/gtest_disable.h', | |
144 'testsupport/iosfileutils.mm', | 143 'testsupport/iosfileutils.mm', |
145 'testsupport/mock/mock_frame_reader.h', | 144 'testsupport/mock/mock_frame_reader.h', |
146 'testsupport/mock/mock_frame_writer.h', | 145 'testsupport/mock/mock_frame_writer.h', |
147 'testsupport/packet_reader.cc', | 146 'testsupport/packet_reader.cc', |
148 'testsupport/packet_reader.h', | 147 'testsupport/packet_reader.h', |
149 'testsupport/perf_test.cc', | 148 'testsupport/perf_test.cc', |
150 'testsupport/perf_test.h', | 149 'testsupport/perf_test.h', |
151 'testsupport/trace_to_stderr.cc', | 150 'testsupport/trace_to_stderr.cc', |
152 'testsupport/trace_to_stderr.h', | 151 'testsupport/trace_to_stderr.h', |
153 ], | 152 ], |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 '../build/isolate.gypi', | 257 '../build/isolate.gypi', |
259 ], | 258 ], |
260 'sources': [ | 259 'sources': [ |
261 'test_support_unittests.isolate', | 260 'test_support_unittests.isolate', |
262 ], | 261 ], |
263 }, | 262 }, |
264 ], | 263 ], |
265 }], | 264 }], |
266 ], | 265 ], |
267 } | 266 } |
OLD | NEW |