| Index: webrtc/webrtc_tests.gypi
|
| diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi
|
| index 08235005dd62a15f61d699d0cf864ac90d1c8d30..b31e4180f2b772926d394167b841fc07a42613ec 100644
|
| --- a/webrtc/webrtc_tests.gypi
|
| +++ b/webrtc/webrtc_tests.gypi
|
| @@ -200,12 +200,9 @@
|
| 'target_name': 'webrtc_perf_tests',
|
| 'type': '<(gtest_target_type)',
|
| 'sources': [
|
| - 'call/call_perf_tests.cc',
|
| - 'modules/audio_coding/neteq/test/neteq_performance_unittest.cc',
|
| - 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc',
|
| 'video/full_stack.cc',
|
| - 'video/rampup_tests.cc',
|
| - 'video/rampup_tests.h',
|
| + 'video/full_stack_mod.cc',
|
| + 'video/full_stack_before.cc',
|
| ],
|
| 'dependencies': [
|
| '<(DEPTH)/testing/gmock.gyp:gmock',
|
|
|