Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1929223003: Reland of Delete video_render module. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/webrtc.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
61 '<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_impl', 60 '<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_impl',
62 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 61 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
63 'webrtc', 62 'webrtc',
64 ], 63 ],
65 'conditions': [ 64 'conditions': [
66 ['OS=="android"', { 65 ['OS=="android"', {
67 'dependencies!': [ 66 'dependencies!': [
68 '<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_im pl', 67 '<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_im pl',
69 ], 68 ],
70 }], 69 }],
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'test/run_test.cc', 136 'test/run_test.cc',
138 ], 137 ],
139 }], 138 }],
140 ], 139 ],
141 'dependencies': [ 140 'dependencies': [
142 '<(DEPTH)/testing/gtest.gyp:gtest', 141 '<(DEPTH)/testing/gtest.gyp:gtest',
143 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 142 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
144 'test/test.gyp:test_common', 143 'test/test.gyp:test_common',
145 'test/test.gyp:test_renderer', 144 'test/test.gyp:test_renderer',
146 '<(webrtc_root)/modules/modules.gyp:video_capture', 145 '<(webrtc_root)/modules/modules.gyp:video_capture',
147 '<(webrtc_root)/modules/modules.gyp:video_render',
148 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa ult', 146 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa ult',
149 'webrtc', 147 'webrtc',
150 ], 148 ],
151 }, 149 },
152 { 150 {
153 # TODO(solenberg): Rename to webrtc_call_tests. 151 # TODO(solenberg): Rename to webrtc_call_tests.
154 'target_name': 'video_engine_tests', 152 'target_name': 'video_engine_tests',
155 'type': '<(gtest_target_type)', 153 'type': '<(gtest_target_type)',
156 'sources': [ 154 'sources': [
157 'audio/audio_receive_stream_unittest.cc', 155 'audio/audio_receive_stream_unittest.cc',
(...skipping 19 matching lines...) Expand all
177 'video/video_encoder_unittest.cc', 175 'video/video_encoder_unittest.cc',
178 'video/video_send_stream_tests.cc', 176 'video/video_send_stream_tests.cc',
179 'video/vie_remb_unittest.cc', 177 'video/vie_remb_unittest.cc',
180 ], 178 ],
181 'dependencies': [ 179 'dependencies': [
182 '<(DEPTH)/testing/gmock.gyp:gmock', 180 '<(DEPTH)/testing/gmock.gyp:gmock',
183 '<(DEPTH)/testing/gtest.gyp:gtest', 181 '<(DEPTH)/testing/gtest.gyp:gtest',
184 '<(webrtc_root)/common.gyp:webrtc_common', 182 '<(webrtc_root)/common.gyp:webrtc_common',
185 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', 183 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp',
186 '<(webrtc_root)/modules/modules.gyp:video_capture', 184 '<(webrtc_root)/modules/modules.gyp:video_capture',
187 '<(webrtc_root)/modules/modules.gyp:video_render',
188 '<(webrtc_root)/test/test.gyp:channel_transport', 185 '<(webrtc_root)/test/test.gyp:channel_transport',
189 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', 186 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
190 'test/metrics.gyp:metrics', 187 'test/metrics.gyp:metrics',
191 'test/test.gyp:test_common', 188 'test/test.gyp:test_common',
192 'test/test.gyp:test_main', 189 'test/test.gyp:test_main',
193 'webrtc', 190 'webrtc',
194 ], 191 ],
195 'conditions': [ 192 'conditions': [
196 ['rtc_use_h264==1', { 193 ['rtc_use_h264==1', {
197 'defines': [ 194 'defines': [
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'build/isolate.gypi', 453 'build/isolate.gypi',
457 ], 454 ],
458 'sources': [ 455 'sources': [
459 'webrtc_perf_tests.isolate', 456 'webrtc_perf_tests.isolate',
460 ], 457 ],
461 }, 458 },
462 ], 459 ],
463 }], 460 }],
464 ], 461 ],
465 } 462 }
OLDNEW
« no previous file with comments | « webrtc/webrtc.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698