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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', | 117 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
118 ], | 118 ], |
119 'sources': [ | 119 'sources': [ |
120 'testsupport/fileutils.cc', | 120 'testsupport/fileutils.cc', |
121 'testsupport/fileutils.h', | 121 'testsupport/fileutils.h', |
122 'testsupport/frame_reader.cc', | 122 'testsupport/frame_reader.cc', |
123 'testsupport/frame_reader.h', | 123 'testsupport/frame_reader.h', |
124 'testsupport/frame_writer.cc', | 124 'testsupport/frame_writer.cc', |
125 'testsupport/frame_writer.h', | 125 'testsupport/frame_writer.h', |
126 'testsupport/gtest_disable.h', | 126 'testsupport/gtest_disable.h', |
| 127 'testsupport/iosfileutils.mm', |
127 'testsupport/mock/mock_frame_reader.h', | 128 'testsupport/mock/mock_frame_reader.h', |
128 'testsupport/mock/mock_frame_writer.h', | 129 'testsupport/mock/mock_frame_writer.h', |
129 'testsupport/packet_reader.cc', | 130 'testsupport/packet_reader.cc', |
130 'testsupport/packet_reader.h', | 131 'testsupport/packet_reader.h', |
131 'testsupport/perf_test.cc', | 132 'testsupport/perf_test.cc', |
132 'testsupport/perf_test.h', | 133 'testsupport/perf_test.h', |
133 'testsupport/trace_to_stderr.cc', | 134 'testsupport/trace_to_stderr.cc', |
134 'testsupport/trace_to_stderr.h', | 135 'testsupport/trace_to_stderr.h', |
135 ], | 136 ], |
136 }, | 137 }, |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 '../build/isolate.gypi', | 229 '../build/isolate.gypi', |
229 ], | 230 ], |
230 'sources': [ | 231 'sources': [ |
231 'test_support_unittests.isolate', | 232 'test_support_unittests.isolate', |
232 ], | 233 ], |
233 }, | 234 }, |
234 ], | 235 ], |
235 }], | 236 }], |
236 ], | 237 ], |
237 } | 238 } |
OLD | NEW |