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 27 matching lines...) Expand all Loading... |
38 'target_name': 'webrtc_tests', | 38 'target_name': 'webrtc_tests', |
39 'type': 'none', | 39 'type': 'none', |
40 'dependencies': [ | 40 'dependencies': [ |
41 'video_engine_tests', | 41 'video_engine_tests', |
42 'video_loopback', | 42 'video_loopback', |
43 'video_replay', | 43 'video_replay', |
44 'webrtc_perf_tests', | 44 'webrtc_perf_tests', |
45 ], | 45 ], |
46 }, | 46 }, |
47 { | 47 { |
48 'target_name': 'full_stack_quality_sampler', | 48 'target_name': 'video_quality_test', |
49 'type': 'executable', | 49 'type': 'static_library', |
50 'sources': [ | 50 'sources': [ |
51 'test/mac/run_test.mm', | 51 'video/video_quality_test.cc', |
52 'test/run_test.cc', | 52 'video/video_quality_test.h', |
53 'test/run_test.h', | |
54 'video/full_stack.cc', | |
55 'video/full_stack_quality_sampler.cc', | |
56 ], | |
57 'conditions': [ | |
58 ['OS=="mac"', { | |
59 'sources!': [ | |
60 'test/run_test.cc', | |
61 ], | |
62 }], | |
63 ], | 53 ], |
64 'dependencies': [ | 54 'dependencies': [ |
65 '<(DEPTH)/testing/gtest.gyp:gtest', | 55 '<(DEPTH)/testing/gtest.gyp:gtest', |
66 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 56 '<(webrtc_root)/modules/modules.gyp:video_render', |
67 '<(webrtc_root)/modules/modules.gyp:video_capture', | 57 '<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_impl', |
68 'test/webrtc_test_common.gyp:webrtc_test_common', | 58 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
69 'test/test.gyp:test_main', | |
70 'webrtc', | 59 'webrtc', |
71 ], | 60 ], |
72 }, | 61 'conditions': [ |
73 { | 62 ['OS=="android"', { |
74 'target_name': 'loopback_base', | 63 'dependencies!': [ |
75 'type': 'static_library', | 64 '<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_im
pl', |
76 'sources': [ | 65 ], |
77 'video/loopback.cc', | 66 }], |
78 'video/loopback.h', | |
79 ], | |
80 'dependencies': [ | |
81 '<(DEPTH)/testing/gtest.gyp:gtest', | |
82 '<(webrtc_root)/modules/modules.gyp:video_capture_module_internal_impl', | |
83 '<(webrtc_root)/modules/modules.gyp:video_render', | |
84 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', | |
85 'webrtc', | |
86 ], | 67 ], |
87 }, | 68 }, |
88 { | 69 { |
89 'target_name': 'video_loopback', | 70 'target_name': 'video_loopback', |
90 'type': 'executable', | 71 'type': 'executable', |
91 'sources': [ | 72 'sources': [ |
92 'test/mac/run_test.mm', | 73 'test/mac/run_test.mm', |
93 'test/run_test.cc', | 74 'test/run_test.cc', |
94 'test/run_test.h', | 75 'test/run_test.h', |
95 'video/video_loopback.cc', | 76 'video/video_loopback.cc', |
96 ], | 77 ], |
97 'conditions': [ | 78 'conditions': [ |
98 ['OS=="mac"', { | 79 ['OS=="mac"', { |
99 'sources!': [ | 80 'sources!': [ |
100 'test/run_test.cc', | 81 'test/run_test.cc', |
101 ], | 82 ], |
102 }], | 83 }], |
103 ], | 84 ], |
104 'dependencies': [ | 85 'dependencies': [ |
105 'loopback_base', | 86 'video_quality_test', |
106 '<(DEPTH)/testing/gtest.gyp:gtest', | 87 '<(DEPTH)/testing/gtest.gyp:gtest', |
107 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 88 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
108 'test/webrtc_test_common.gyp:webrtc_test_common', | 89 'test/webrtc_test_common.gyp:webrtc_test_common', |
109 'test/webrtc_test_common.gyp:webrtc_test_renderer', | 90 'test/webrtc_test_common.gyp:webrtc_test_renderer', |
110 'test/test.gyp:test_main', | 91 'test/test.gyp:test_main', |
111 'webrtc', | 92 'webrtc', |
112 ], | 93 ], |
113 }, | 94 }, |
114 { | 95 { |
115 'target_name': 'screenshare_loopback', | 96 'target_name': 'screenshare_loopback', |
116 'type': 'executable', | 97 'type': 'executable', |
117 'sources': [ | 98 'sources': [ |
118 'test/mac/run_test.mm', | 99 'test/mac/run_test.mm', |
119 'test/run_test.cc', | 100 'test/run_test.cc', |
120 'test/run_test.h', | 101 'test/run_test.h', |
121 'video/screenshare_loopback.cc', | 102 'video/screenshare_loopback.cc', |
122 ], | 103 ], |
123 'conditions': [ | 104 'conditions': [ |
124 ['OS=="mac"', { | 105 ['OS=="mac"', { |
125 'sources!': [ | 106 'sources!': [ |
126 'test/run_test.cc', | 107 'test/run_test.cc', |
127 ], | 108 ], |
128 }], | 109 }], |
129 ], | 110 ], |
130 'dependencies': [ | 111 'dependencies': [ |
131 'loopback_base', | 112 'video_quality_test', |
132 '<(DEPTH)/testing/gtest.gyp:gtest', | 113 '<(DEPTH)/testing/gtest.gyp:gtest', |
133 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 114 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
134 'test/webrtc_test_common.gyp:webrtc_test_common', | 115 'test/webrtc_test_common.gyp:webrtc_test_common', |
135 'test/webrtc_test_common.gyp:webrtc_test_renderer', | 116 'test/webrtc_test_common.gyp:webrtc_test_renderer', |
136 'test/test.gyp:test_main', | 117 'test/test.gyp:test_main', |
137 'webrtc', | 118 'webrtc', |
138 ], | 119 ], |
139 }, | 120 }, |
140 { | 121 { |
141 'target_name': 'video_replay', | 122 'target_name': 'video_replay', |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 'video/full_stack.cc', | 210 'video/full_stack.cc', |
230 'video/rampup_tests.cc', | 211 'video/rampup_tests.cc', |
231 'video/rampup_tests.h', | 212 'video/rampup_tests.h', |
232 ], | 213 ], |
233 'dependencies': [ | 214 'dependencies': [ |
234 '<(DEPTH)/testing/gmock.gyp:gmock', | 215 '<(DEPTH)/testing/gmock.gyp:gmock', |
235 '<(DEPTH)/testing/gtest.gyp:gtest', | 216 '<(DEPTH)/testing/gtest.gyp:gtest', |
236 '<(webrtc_root)/modules/modules.gyp:video_capture', | 217 '<(webrtc_root)/modules/modules.gyp:video_capture', |
237 '<(webrtc_root)/test/test.gyp:channel_transport', | 218 '<(webrtc_root)/test/test.gyp:channel_transport', |
238 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', | 219 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', |
| 220 'video_quality_test', |
239 'modules/modules.gyp:neteq_test_support', | 221 'modules/modules.gyp:neteq_test_support', |
240 'modules/modules.gyp:bwe_simulator', | 222 'modules/modules.gyp:bwe_simulator', |
241 'modules/modules.gyp:rtp_rtcp', | 223 'modules/modules.gyp:rtp_rtcp', |
242 'test/test.gyp:test_main', | 224 'test/test.gyp:test_main', |
243 'test/webrtc_test_common.gyp:webrtc_test_common', | 225 'test/webrtc_test_common.gyp:webrtc_test_common', |
| 226 'test/webrtc_test_common.gyp:webrtc_test_renderer', |
244 'tools/tools.gyp:agc_manager', | 227 'tools/tools.gyp:agc_manager', |
245 'webrtc', | 228 'webrtc', |
246 ], | 229 ], |
247 'conditions': [ | 230 'conditions': [ |
248 ['OS=="android"', { | 231 ['OS=="android"', { |
249 'dependencies': [ | 232 'dependencies': [ |
250 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', | 233 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
251 ], | 234 ], |
252 }], | 235 }], |
253 ], | 236 ], |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 'build/isolate.gypi', | 300 'build/isolate.gypi', |
318 ], | 301 ], |
319 'sources': [ | 302 'sources': [ |
320 'webrtc_perf_tests.isolate', | 303 'webrtc_perf_tests.isolate', |
321 ], | 304 ], |
322 }, | 305 }, |
323 ], | 306 ], |
324 }], | 307 }], |
325 ], | 308 ], |
326 } | 309 } |
OLD | NEW |