| Index: webrtc/webrtc_tests.gypi
|
| diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi
|
| index 31d23ba158c0213e456cbe25ba5771a59d758721..e0bf276d4fbbe02c56a51da2b21c21f23fb023af 100644
|
| --- a/webrtc/webrtc_tests.gypi
|
| +++ b/webrtc/webrtc_tests.gypi
|
| @@ -219,12 +219,12 @@
|
| 'type': '<(gtest_target_type)',
|
| 'sources': [
|
| 'call/call_perf_tests.cc',
|
| + 'call/rampup_tests.cc',
|
| + 'call/rampup_tests.h',
|
| 'modules/audio_coding/neteq/test/neteq_performance_unittest.cc',
|
| 'modules/audio_processing/audio_processing_performance_unittest.cc',
|
| 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc',
|
| 'video/full_stack.cc',
|
| - 'video/rampup_tests.cc',
|
| - 'video/rampup_tests.h',
|
| ],
|
| 'dependencies': [
|
| '<(DEPTH)/testing/gmock.gyp:gmock',
|
|
|