| Index: webrtc/modules/modules.gyp
|
| diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
|
| index 5e38028d1c562d11204e83adfd788dd4906769f5..f47cf2c9511e3556a619e2f428cd0d45d8b16102 100644
|
| --- a/webrtc/modules/modules.gyp
|
| +++ b/webrtc/modules/modules.gyp
|
| @@ -89,7 +89,6 @@
|
| 'audio_coding/test/TestStereo.cc',
|
| 'audio_coding/test/TestVADDTX.cc',
|
| 'audio_coding/test/Tester.cc',
|
| - 'audio_coding/test/TimedTrace.cc',
|
| 'audio_coding/test/TwoWayCommunication.cc',
|
| 'audio_coding/test/iSACTest.cc',
|
| 'audio_coding/test/opus_test.cc',
|
| @@ -151,7 +150,7 @@
|
| '<(DEPTH)/testing/gmock.gyp:gmock',
|
| '<(DEPTH)/testing/gtest.gyp:gtest',
|
| '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
| - '<(webrtc_root)/base/base.gyp:rtc_base',
|
| + '<(webrtc_root)/base/base.gyp:rtc_base_approved',
|
| '<(webrtc_root)/common.gyp:webrtc_common',
|
| '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
|
| '<(webrtc_root)/common_video/common_video.gyp:common_video',
|
|
|