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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_approved', | 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)/webrtc.gyp:webrtc', | 308 '<(webrtc_root)/webrtc.gyp:webrtc', |
308 'rtp_test_utils', | 309 'rtp_test_utils', |
309 'test_support', | 310 'test_support', |
310 'video_test_common', | 311 'video_test_common', |
311 ], | 312 ], |
312 }, | 313 }, |
313 { | 314 { |
314 'target_name': 'test_renderer', | 315 'target_name': 'test_renderer', |
315 'type': 'static_library', | 316 'type': 'static_library', |
316 'sources': [ | 317 'sources': [ |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 '../build/isolate.gypi', | 445 '../build/isolate.gypi', |
445 ], | 446 ], |
446 'sources': [ | 447 'sources': [ |
447 'test_support_unittests.isolate', | 448 'test_support_unittests.isolate', |
448 ], | 449 ], |
449 }, | 450 }, |
450 ], | 451 ], |
451 }], | 452 }], |
452 ], | 453 ], |
453 } | 454 } |
OLD | NEW |