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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 ['OS=="win"', { | 294 ['OS=="win"', { |
295 'sources!': [ | 295 'sources!': [ |
296 'run_loop.cc', | 296 'run_loop.cc', |
297 ], | 297 ], |
298 }], | 298 }], |
299 ], | 299 ], |
300 'dependencies': [ | 300 'dependencies': [ |
301 '<(DEPTH)/testing/gmock.gyp:gmock', | 301 '<(DEPTH)/testing/gmock.gyp:gmock', |
302 '<(DEPTH)/testing/gtest.gyp:gtest', | 302 '<(DEPTH)/testing/gtest.gyp:gtest', |
303 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 303 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
304 '<(webrtc_root)/base/base.gyp:rtc_base', | 304 '<(webrtc_root)/base/base.gyp:rtc_base_approved', |
305 '<(webrtc_root)/common.gyp:webrtc_common', | 305 '<(webrtc_root)/common.gyp:webrtc_common', |
306 '<(webrtc_root)/modules/modules.gyp:media_file', | 306 '<(webrtc_root)/modules/modules.gyp:media_file', |
307 '<(webrtc_root)/modules/modules.gyp:video_render', | 307 '<(webrtc_root)/modules/modules.gyp:video_render', |
308 '<(webrtc_root)/webrtc.gyp:webrtc', | 308 '<(webrtc_root)/webrtc.gyp:webrtc', |
309 'rtp_test_utils', | 309 'rtp_test_utils', |
310 'test_support', | 310 'test_support', |
311 'video_test_common', | 311 'video_test_common', |
312 ], | 312 ], |
313 }, | 313 }, |
314 { | 314 { |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
445 '../build/isolate.gypi', | 445 '../build/isolate.gypi', |
446 ], | 446 ], |
447 'sources': [ | 447 'sources': [ |
448 'test_support_unittests.isolate', | 448 'test_support_unittests.isolate', |
449 ], | 449 ], |
450 }, | 450 }, |
451 ], | 451 ], |
452 }], | 452 }], |
453 ], | 453 ], |
454 } | 454 } |
OLD | NEW |