| OLD | NEW |
| 1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 'target_name': 'video_quality_test', | 52 'target_name': 'video_quality_test', |
| 53 'type': 'static_library', | 53 'type': 'static_library', |
| 54 'sources': [ | 54 'sources': [ |
| 55 'video/video_quality_test.cc', | 55 'video/video_quality_test.cc', |
| 56 'video/video_quality_test.h', | 56 'video/video_quality_test.h', |
| 57 ], | 57 ], |
| 58 'dependencies': [ | 58 'dependencies': [ |
| 59 '<(DEPTH)/testing/gtest.gyp:gtest', | 59 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 60 '<(webrtc_root)/modules/modules.gyp:video_render', |
| 60 '<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_impl', | 61 '<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_impl', |
| 61 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', | 62 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
| 62 'webrtc', | 63 'webrtc', |
| 63 ], | 64 ], |
| 64 'conditions': [ | 65 'conditions': [ |
| 65 ['OS=="android"', { | 66 ['OS=="android"', { |
| 66 'dependencies!': [ | 67 'dependencies!': [ |
| 67 '<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_im
pl', | 68 '<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_im
pl', |
| 68 ], | 69 ], |
| 69 }], | 70 }], |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'test/run_test.cc', | 137 'test/run_test.cc', |
| 137 ], | 138 ], |
| 138 }], | 139 }], |
| 139 ], | 140 ], |
| 140 'dependencies': [ | 141 'dependencies': [ |
| 141 '<(DEPTH)/testing/gtest.gyp:gtest', | 142 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 142 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 143 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
| 143 'test/test.gyp:test_common', | 144 'test/test.gyp:test_common', |
| 144 'test/test.gyp:test_renderer', | 145 'test/test.gyp:test_renderer', |
| 145 '<(webrtc_root)/modules/modules.gyp:video_capture', | 146 '<(webrtc_root)/modules/modules.gyp:video_capture', |
| 147 '<(webrtc_root)/modules/modules.gyp:video_render', |
| 146 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa
ult', | 148 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa
ult', |
| 147 'webrtc', | 149 'webrtc', |
| 148 ], | 150 ], |
| 149 }, | 151 }, |
| 150 { | 152 { |
| 151 # TODO(solenberg): Rename to webrtc_call_tests. | 153 # TODO(solenberg): Rename to webrtc_call_tests. |
| 152 'target_name': 'video_engine_tests', | 154 'target_name': 'video_engine_tests', |
| 153 'type': '<(gtest_target_type)', | 155 'type': '<(gtest_target_type)', |
| 154 'sources': [ | 156 'sources': [ |
| 155 'audio/audio_receive_stream_unittest.cc', | 157 'audio/audio_receive_stream_unittest.cc', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 175 'video/video_encoder_unittest.cc', | 177 'video/video_encoder_unittest.cc', |
| 176 'video/video_send_stream_tests.cc', | 178 'video/video_send_stream_tests.cc', |
| 177 'video/vie_remb_unittest.cc', | 179 'video/vie_remb_unittest.cc', |
| 178 ], | 180 ], |
| 179 'dependencies': [ | 181 'dependencies': [ |
| 180 '<(DEPTH)/testing/gmock.gyp:gmock', | 182 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 181 '<(DEPTH)/testing/gtest.gyp:gtest', | 183 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 182 '<(webrtc_root)/common.gyp:webrtc_common', | 184 '<(webrtc_root)/common.gyp:webrtc_common', |
| 183 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', | 185 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', |
| 184 '<(webrtc_root)/modules/modules.gyp:video_capture', | 186 '<(webrtc_root)/modules/modules.gyp:video_capture', |
| 187 '<(webrtc_root)/modules/modules.gyp:video_render', |
| 185 '<(webrtc_root)/test/test.gyp:channel_transport', | 188 '<(webrtc_root)/test/test.gyp:channel_transport', |
| 186 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', | 189 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', |
| 187 'test/metrics.gyp:metrics', | 190 'test/metrics.gyp:metrics', |
| 188 'test/test.gyp:test_common', | 191 'test/test.gyp:test_common', |
| 189 'test/test.gyp:test_main', | 192 'test/test.gyp:test_main', |
| 190 'webrtc', | 193 'webrtc', |
| 191 ], | 194 ], |
| 192 'conditions': [ | 195 'conditions': [ |
| 193 ['rtc_use_h264==1', { | 196 ['rtc_use_h264==1', { |
| 194 'defines': [ | 197 'defines': [ |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 'build/isolate.gypi', | 456 'build/isolate.gypi', |
| 454 ], | 457 ], |
| 455 'sources': [ | 458 'sources': [ |
| 456 'webrtc_perf_tests.isolate', | 459 'webrtc_perf_tests.isolate', |
| 457 ], | 460 ], |
| 458 }, | 461 }, |
| 459 ], | 462 ], |
| 460 }], | 463 }], |
| 461 ], | 464 ], |
| 462 } | 465 } |
| OLD | NEW |