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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 ], | 200 ], |
201 }], | 201 }], |
202 ], | 202 ], |
203 }, | 203 }, |
204 { | 204 { |
205 'target_name': 'webrtc_perf_tests', | 205 'target_name': 'webrtc_perf_tests', |
206 'type': '<(gtest_target_type)', | 206 'type': '<(gtest_target_type)', |
207 'sources': [ | 207 'sources': [ |
208 'call/call_perf_tests.cc', | 208 'call/call_perf_tests.cc', |
209 'modules/audio_coding/neteq/test/neteq_performance_unittest.cc', | 209 'modules/audio_coding/neteq/test/neteq_performance_unittest.cc', |
210 'modules/audio_processing/audio_processing_performance_unittest.cc', | |
211 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc', | 210 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc', |
212 'video/full_stack.cc', | 211 'video/full_stack.cc', |
213 'video/rampup_tests.cc', | 212 'video/rampup_tests.cc', |
214 'video/rampup_tests.h', | 213 'video/rampup_tests.h', |
215 ], | 214 ], |
216 'dependencies': [ | 215 'dependencies': [ |
217 '<(DEPTH)/testing/gmock.gyp:gmock', | 216 '<(DEPTH)/testing/gmock.gyp:gmock', |
218 '<(DEPTH)/testing/gtest.gyp:gtest', | 217 '<(DEPTH)/testing/gtest.gyp:gtest', |
219 '<(webrtc_root)/modules/modules.gyp:audio_processing', | |
220 '<(webrtc_root)/modules/modules.gyp:audioproc_test_utils', | |
221 '<(webrtc_root)/modules/modules.gyp:video_capture', | 218 '<(webrtc_root)/modules/modules.gyp:video_capture', |
222 '<(webrtc_root)/test/test.gyp:channel_transport', | 219 '<(webrtc_root)/test/test.gyp:channel_transport', |
223 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', | 220 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', |
224 'video_quality_test', | 221 'video_quality_test', |
225 'modules/modules.gyp:neteq_test_support', | 222 'modules/modules.gyp:neteq_test_support', |
226 'modules/modules.gyp:bwe_simulator', | 223 'modules/modules.gyp:bwe_simulator', |
227 'modules/modules.gyp:rtp_rtcp', | 224 'modules/modules.gyp:rtp_rtcp', |
228 'test/test.gyp:test_main', | 225 'test/test.gyp:test_main', |
229 'test/webrtc_test_common.gyp:webrtc_test_common', | 226 'test/webrtc_test_common.gyp:webrtc_test_common', |
230 'test/webrtc_test_common.gyp:webrtc_test_renderer', | 227 'test/webrtc_test_common.gyp:webrtc_test_renderer', |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 'build/isolate.gypi', | 371 'build/isolate.gypi', |
375 ], | 372 ], |
376 'sources': [ | 373 'sources': [ |
377 'webrtc_perf_tests.isolate', | 374 'webrtc_perf_tests.isolate', |
378 ], | 375 ], |
379 }, | 376 }, |
380 ], | 377 ], |
381 }], | 378 }], |
382 ], | 379 ], |
383 } | 380 } |
OLD | NEW |