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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 'type': '<(gtest_target_type)', | 203 'type': '<(gtest_target_type)', |
204 'dependencies': [ | 204 'dependencies': [ |
205 'channel_transport', | 205 'channel_transport', |
206 'test_common', | 206 'test_common', |
207 'test_support_main', | 207 'test_support_main', |
208 '<(webrtc_root)/modules/modules.gyp:video_capture', | 208 '<(webrtc_root)/modules/modules.gyp:video_capture', |
209 '<(DEPTH)/testing/gmock.gyp:gmock', | 209 '<(DEPTH)/testing/gmock.gyp:gmock', |
210 '<(DEPTH)/testing/gtest.gyp:gtest', | 210 '<(DEPTH)/testing/gtest.gyp:gtest', |
211 ], | 211 ], |
212 'sources': [ | 212 'sources': [ |
213 'common_unittest.cc', | |
214 'fake_network_pipe_unittest.cc', | 213 'fake_network_pipe_unittest.cc', |
215 'frame_generator_unittest.cc', | 214 'frame_generator_unittest.cc', |
216 'rtp_file_reader_unittest.cc', | 215 'rtp_file_reader_unittest.cc', |
217 'rtp_file_writer_unittest.cc', | 216 'rtp_file_writer_unittest.cc', |
218 'channel_transport/udp_transport_unittest.cc', | 217 'channel_transport/udp_transport_unittest.cc', |
219 'channel_transport/udp_socket_manager_unittest.cc', | 218 'channel_transport/udp_socket_manager_unittest.cc', |
220 'channel_transport/udp_socket_wrapper_unittest.cc', | 219 'channel_transport/udp_socket_wrapper_unittest.cc', |
221 'testsupport/always_passing_unittest.cc', | 220 'testsupport/always_passing_unittest.cc', |
222 'testsupport/unittest_utils.h', | 221 'testsupport/unittest_utils.h', |
223 'testsupport/fileutils_unittest.cc', | 222 'testsupport/fileutils_unittest.cc', |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 '../build/isolate.gypi', | 424 '../build/isolate.gypi', |
426 ], | 425 ], |
427 'sources': [ | 426 'sources': [ |
428 'test_support_unittests.isolate', | 427 'test_support_unittests.isolate', |
429 ], | 428 ], |
430 }, | 429 }, |
431 ], | 430 ], |
432 }], | 431 }], |
433 ], | 432 ], |
434 } | 433 } |
OLD | NEW |