Chromium Code Reviews| 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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 427 }, | 427 }, |
| 428 { | 428 { |
| 429 'target_name': 'webrtc_perf_tests', | 429 'target_name': 'webrtc_perf_tests', |
| 430 'type': '<(gtest_target_type)', | 430 'type': '<(gtest_target_type)', |
| 431 'sources': [ | 431 'sources': [ |
| 432 'call/call_perf_tests.cc', | 432 'call/call_perf_tests.cc', |
| 433 'call/rampup_tests.cc', | 433 'call/rampup_tests.cc', |
| 434 'call/rampup_tests.h', | 434 'call/rampup_tests.h', |
| 435 'modules/audio_coding/neteq/test/neteq_performance_unittest.cc', | 435 'modules/audio_coding/neteq/test/neteq_performance_unittest.cc', |
| 436 'modules/audio_processing/audio_processing_performance_unittest.cc', | 436 'modules/audio_processing/audio_processing_performance_unittest.cc', |
| 437 'modules/audio_processing/level_controller/level_controller_complexity_u nittest.cc', | |
|
kjellander_webrtc
2016/08/17 15:21:19
I failed to spot this error. This line should have
peah-webrtc
2016/08/18 05:48:05
I can definitely do that.
I'm not really sure what
peah-webrtc
2016/08/18 06:40:08
I think you meant the level_controller_unittest.cc
kjellander_webrtc
2016/08/18 07:25:29
Oh, right. Sorry for posting the comment on the wr
| |
| 437 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc', | 438 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc', |
| 438 'video/full_stack.cc', | 439 'video/full_stack.cc', |
| 439 ], | 440 ], |
| 440 'dependencies': [ | 441 'dependencies': [ |
| 441 '<(DEPTH)/testing/gmock.gyp:gmock', | 442 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 442 '<(DEPTH)/testing/gtest.gyp:gtest', | 443 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 443 '<(webrtc_root)/modules/modules.gyp:audio_processing', | 444 '<(webrtc_root)/modules/modules.gyp:audio_processing', |
| 444 '<(webrtc_root)/modules/modules.gyp:audioproc_test_utils', | 445 '<(webrtc_root)/modules/modules.gyp:audioproc_test_utils', |
| 445 '<(webrtc_root)/modules/modules.gyp:video_capture', | 446 '<(webrtc_root)/modules/modules.gyp:video_capture', |
| 446 '<(webrtc_root)/test/test.gyp:channel_transport', | 447 '<(webrtc_root)/test/test.gyp:channel_transport', |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 665 'build/isolate.gypi', | 666 'build/isolate.gypi', |
| 666 ], | 667 ], |
| 667 'sources': [ | 668 'sources': [ |
| 668 'webrtc_perf_tests.isolate', | 669 'webrtc_perf_tests.isolate', |
| 669 ], | 670 ], |
| 670 }, | 671 }, |
| 671 ], | 672 ], |
| 672 }], | 673 }], |
| 673 ], | 674 ], |
| 674 } | 675 } |
| OLD | NEW |