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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 ['OS=="mac"', { | 85 ['OS=="mac"', { |
86 'sources!': [ | 86 'sources!': [ |
87 'test/run_test.cc', | 87 'test/run_test.cc', |
88 ], | 88 ], |
89 }], | 89 }], |
90 ], | 90 ], |
91 'dependencies': [ | 91 'dependencies': [ |
92 'video_quality_test', | 92 'video_quality_test', |
93 '<(DEPTH)/testing/gtest.gyp:gtest', | 93 '<(DEPTH)/testing/gtest.gyp:gtest', |
94 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 94 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
95 'test/webrtc_test_common.gyp:webrtc_test_common', | 95 'test/test.gyp:test_common', |
96 'test/webrtc_test_common.gyp:webrtc_test_renderer', | |
97 'test/test.gyp:test_main', | 96 'test/test.gyp:test_main', |
| 97 'test/test.gyp:test_renderer', |
98 'webrtc', | 98 'webrtc', |
99 ], | 99 ], |
100 }, | 100 }, |
101 { | 101 { |
102 'target_name': 'screenshare_loopback', | 102 'target_name': 'screenshare_loopback', |
103 'type': 'executable', | 103 'type': 'executable', |
104 'sources': [ | 104 'sources': [ |
105 'test/mac/run_test.mm', | 105 'test/mac/run_test.mm', |
106 'test/run_test.cc', | 106 'test/run_test.cc', |
107 'test/run_test.h', | 107 'test/run_test.h', |
108 'video/screenshare_loopback.cc', | 108 'video/screenshare_loopback.cc', |
109 ], | 109 ], |
110 'conditions': [ | 110 'conditions': [ |
111 ['OS=="mac"', { | 111 ['OS=="mac"', { |
112 'sources!': [ | 112 'sources!': [ |
113 'test/run_test.cc', | 113 'test/run_test.cc', |
114 ], | 114 ], |
115 }], | 115 }], |
116 ], | 116 ], |
117 'dependencies': [ | 117 'dependencies': [ |
118 'video_quality_test', | 118 'video_quality_test', |
119 '<(DEPTH)/testing/gtest.gyp:gtest', | 119 '<(DEPTH)/testing/gtest.gyp:gtest', |
120 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 120 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
121 'test/webrtc_test_common.gyp:webrtc_test_common', | 121 'test/test.gyp:test_common', |
122 'test/webrtc_test_common.gyp:webrtc_test_renderer', | |
123 'test/test.gyp:test_main', | 122 'test/test.gyp:test_main', |
| 123 'test/test.gyp:test_renderer', |
124 'webrtc', | 124 'webrtc', |
125 ], | 125 ], |
126 }, | 126 }, |
127 { | 127 { |
128 'target_name': 'video_replay', | 128 'target_name': 'video_replay', |
129 'type': 'executable', | 129 'type': 'executable', |
130 'sources': [ | 130 'sources': [ |
131 'test/mac/run_test.mm', | 131 'test/mac/run_test.mm', |
132 'test/run_test.cc', | 132 'test/run_test.cc', |
133 'test/run_test.h', | 133 'test/run_test.h', |
134 'video/replay.cc', | 134 'video/replay.cc', |
135 ], | 135 ], |
136 'conditions': [ | 136 'conditions': [ |
137 ['OS=="mac"', { | 137 ['OS=="mac"', { |
138 'sources!': [ | 138 'sources!': [ |
139 'test/run_test.cc', | 139 'test/run_test.cc', |
140 ], | 140 ], |
141 }], | 141 }], |
142 ], | 142 ], |
143 'dependencies': [ | 143 'dependencies': [ |
144 '<(DEPTH)/testing/gtest.gyp:gtest', | 144 '<(DEPTH)/testing/gtest.gyp:gtest', |
145 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 145 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
146 'test/webrtc_test_common.gyp:webrtc_test_common', | 146 'test/test.gyp:test_common', |
147 'test/webrtc_test_common.gyp:webrtc_test_renderer', | 147 'test/test.gyp:test_renderer', |
148 '<(webrtc_root)/modules/modules.gyp:video_capture', | 148 '<(webrtc_root)/modules/modules.gyp:video_capture', |
149 '<(webrtc_root)/modules/modules.gyp:video_render', | 149 '<(webrtc_root)/modules/modules.gyp:video_render', |
150 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa
ult', | 150 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa
ult', |
151 'webrtc', | 151 'webrtc', |
152 ], | 152 ], |
153 }, | 153 }, |
154 { | 154 { |
155 # TODO(solenberg): Rename to webrtc_call_tests. | 155 # TODO(solenberg): Rename to webrtc_call_tests. |
156 'target_name': 'video_engine_tests', | 156 'target_name': 'video_engine_tests', |
157 'type': '<(gtest_target_type)', | 157 'type': '<(gtest_target_type)', |
(...skipping 24 matching lines...) Expand all Loading... |
182 'dependencies': [ | 182 'dependencies': [ |
183 '<(DEPTH)/testing/gmock.gyp:gmock', | 183 '<(DEPTH)/testing/gmock.gyp:gmock', |
184 '<(DEPTH)/testing/gtest.gyp:gtest', | 184 '<(DEPTH)/testing/gtest.gyp:gtest', |
185 '<(webrtc_root)/common.gyp:webrtc_common', | 185 '<(webrtc_root)/common.gyp:webrtc_common', |
186 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', | 186 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', |
187 '<(webrtc_root)/modules/modules.gyp:video_capture', | 187 '<(webrtc_root)/modules/modules.gyp:video_capture', |
188 '<(webrtc_root)/modules/modules.gyp:video_render', | 188 '<(webrtc_root)/modules/modules.gyp:video_render', |
189 '<(webrtc_root)/test/test.gyp:channel_transport', | 189 '<(webrtc_root)/test/test.gyp:channel_transport', |
190 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', | 190 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', |
191 'test/metrics.gyp:metrics', | 191 'test/metrics.gyp:metrics', |
| 192 'test/test.gyp:test_common', |
192 'test/test.gyp:test_main', | 193 'test/test.gyp:test_main', |
193 'test/webrtc_test_common.gyp:webrtc_test_common', | |
194 'webrtc', | 194 'webrtc', |
195 ], | 195 ], |
196 'conditions': [ | 196 'conditions': [ |
197 ['rtc_use_h264==1', { | 197 ['rtc_use_h264==1', { |
198 'defines': [ | 198 'defines': [ |
199 'WEBRTC_END_TO_END_H264_TESTS', | 199 'WEBRTC_END_TO_END_H264_TESTS', |
200 ], | 200 ], |
201 }], | 201 }], |
202 ['OS=="android"', { | 202 ['OS=="android"', { |
203 'dependencies': [ | 203 'dependencies': [ |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 '<(DEPTH)/testing/gtest.gyp:gtest', | 241 '<(DEPTH)/testing/gtest.gyp:gtest', |
242 '<(webrtc_root)/modules/modules.gyp:audio_processing', | 242 '<(webrtc_root)/modules/modules.gyp:audio_processing', |
243 '<(webrtc_root)/modules/modules.gyp:audioproc_test_utils', | 243 '<(webrtc_root)/modules/modules.gyp:audioproc_test_utils', |
244 '<(webrtc_root)/modules/modules.gyp:video_capture', | 244 '<(webrtc_root)/modules/modules.gyp:video_capture', |
245 '<(webrtc_root)/test/test.gyp:channel_transport', | 245 '<(webrtc_root)/test/test.gyp:channel_transport', |
246 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', | 246 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', |
247 'video_quality_test', | 247 'video_quality_test', |
248 'modules/modules.gyp:neteq_test_support', | 248 'modules/modules.gyp:neteq_test_support', |
249 'modules/modules.gyp:bwe_simulator', | 249 'modules/modules.gyp:bwe_simulator', |
250 'modules/modules.gyp:rtp_rtcp', | 250 'modules/modules.gyp:rtp_rtcp', |
| 251 'test/test.gyp:test_common', |
251 'test/test.gyp:test_main', | 252 'test/test.gyp:test_main', |
252 'test/webrtc_test_common.gyp:webrtc_test_common', | 253 'test/test.gyp:test_renderer', |
253 'test/webrtc_test_common.gyp:webrtc_test_renderer', | |
254 'webrtc', | 254 'webrtc', |
255 ], | 255 ], |
256 'conditions': [ | 256 'conditions': [ |
257 ['OS=="android"', { | 257 ['OS=="android"', { |
258 'dependencies': [ | 258 'dependencies': [ |
259 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', | 259 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
260 ], | 260 ], |
261 }], | 261 }], |
262 ], | 262 ], |
263 }, | 263 }, |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 'build/isolate.gypi', | 423 'build/isolate.gypi', |
424 ], | 424 ], |
425 'sources': [ | 425 'sources': [ |
426 'webrtc_perf_tests.isolate', | 426 'webrtc_perf_tests.isolate', |
427 ], | 427 ], |
428 }, | 428 }, |
429 ], | 429 ], |
430 }], | 430 }], |
431 ], | 431 ], |
432 } | 432 } |
OLD | NEW |