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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 'sources': [ | 193 'sources': [ |
194 'call/rtc_event_log_unittest.cc', | 194 'call/rtc_event_log_unittest.cc', |
195 ], | 195 ], |
196 }], | 196 }], |
197 ], | 197 ], |
198 }, | 198 }, |
199 { | 199 { |
200 'target_name': 'webrtc_perf_tests', | 200 'target_name': 'webrtc_perf_tests', |
201 'type': '<(gtest_target_type)', | 201 'type': '<(gtest_target_type)', |
202 'sources': [ | 202 'sources': [ |
203 'call/call_perf_tests.cc', | |
204 'modules/audio_coding/neteq/test/neteq_performance_unittest.cc', | |
205 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc', | |
206 'video/full_stack.cc', | 203 'video/full_stack.cc', |
207 'video/rampup_tests.cc', | |
208 'video/rampup_tests.h', | |
209 ], | 204 ], |
210 'dependencies': [ | 205 'dependencies': [ |
211 '<(DEPTH)/testing/gmock.gyp:gmock', | 206 '<(DEPTH)/testing/gmock.gyp:gmock', |
212 '<(DEPTH)/testing/gtest.gyp:gtest', | 207 '<(DEPTH)/testing/gtest.gyp:gtest', |
213 '<(webrtc_root)/modules/modules.gyp:video_capture', | 208 '<(webrtc_root)/modules/modules.gyp:video_capture', |
214 '<(webrtc_root)/test/test.gyp:channel_transport', | 209 '<(webrtc_root)/test/test.gyp:channel_transport', |
215 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', | 210 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', |
216 'video_quality_test', | 211 'video_quality_test', |
217 'modules/modules.gyp:neteq_test_support', | 212 'modules/modules.gyp:neteq_test_support', |
218 'modules/modules.gyp:bwe_simulator', | 213 'modules/modules.gyp:bwe_simulator', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 'build/isolate.gypi', | 290 'build/isolate.gypi', |
296 ], | 291 ], |
297 'sources': [ | 292 'sources': [ |
298 'webrtc_perf_tests.isolate', | 293 'webrtc_perf_tests.isolate', |
299 ], | 294 ], |
300 }, | 295 }, |
301 ], | 296 ], |
302 }], | 297 }], |
303 ], | 298 ], |
304 } | 299 } |
OLD | NEW |