Index: webrtc/modules/audio_coding/codecs/opus/opus.gypi |
diff --git a/webrtc/modules/audio_coding/codecs/opus/opus.gypi b/webrtc/modules/audio_coding/codecs/opus/opus.gypi |
index 10b9da96c4cbb349e48da22798333bad0c812232..9f6ef3e4b453d86fc1eaa3b956d77b0626ec906e 100644 |
--- a/webrtc/modules/audio_coding/codecs/opus/opus.gypi |
+++ b/webrtc/modules/audio_coding/codecs/opus/opus.gypi |
@@ -50,24 +50,4 @@ |
], |
}, |
], |
- 'conditions': [ |
- ['include_tests==1', { |
- 'targets': [ |
- { |
- 'target_name': 'webrtc_opus_fec_test', |
- 'type': 'executable', |
- 'dependencies': [ |
- 'webrtc_opus', |
- '<(webrtc_root)/base/base.gyp:rtc_base_approved', |
- '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', |
- '<(webrtc_root)/test/test.gyp:test_support_main', |
- '<(DEPTH)/testing/gtest.gyp:gtest', |
- ], |
- 'sources': [ |
- 'opus_fec_test.cc', |
- ], |
- }, |
- ], |
- }], |
- ], |
} |