Index: webrtc/modules/audio_coding/audio_coding.gypi |
diff --git a/webrtc/modules/audio_coding/audio_coding.gypi b/webrtc/modules/audio_coding/audio_coding.gypi |
index 1e14b7c0641431debef71e051e88ceaae74936e5..cb318ec777dc129159848d4f3c585f88c079b8c9 100644 |
--- a/webrtc/modules/audio_coding/audio_coding.gypi |
+++ b/webrtc/modules/audio_coding/audio_coding.gypi |
@@ -191,80 +191,5 @@ |
['include_opus==1', { |
'includes': ['codecs/opus/opus.gypi',], |
}], |
- ['include_tests==1', { |
- 'targets': [ |
- { |
- 'target_name': 'acm_receive_test', |
- 'type': 'static_library', |
- 'defines': [ |
- '<@(audio_coding_defines)', |
- ], |
- 'dependencies': [ |
- '<@(audio_coding_dependencies)', |
- 'audio_coding_module', |
- 'neteq_unittest_tools', |
- '<(DEPTH)/testing/gtest.gyp:gtest', |
- ], |
- 'sources': [ |
- 'acm2/acm_receive_test_oldapi.cc', |
- 'acm2/acm_receive_test_oldapi.h', |
- ], |
- }, # acm_receive_test |
- { |
- 'target_name': 'acm_send_test', |
- 'type': 'static_library', |
- 'defines': [ |
- '<@(audio_coding_defines)', |
- ], |
- 'dependencies': [ |
- '<@(audio_coding_dependencies)', |
- 'audio_coding_module', |
- 'neteq_unittest_tools', |
- '<(DEPTH)/testing/gtest.gyp:gtest', |
- ], |
- 'sources': [ |
- 'acm2/acm_send_test_oldapi.cc', |
- 'acm2/acm_send_test_oldapi.h', |
- ], |
- }, # acm_send_test |
- { |
- 'target_name': 'delay_test', |
- 'type': 'executable', |
- 'dependencies': [ |
- 'audio_coding_module', |
- '<(DEPTH)/testing/gtest.gyp:gtest', |
- '<(webrtc_root)/common.gyp:webrtc_common', |
- '<(webrtc_root)/test/test.gyp:test_support', |
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_default', |
- '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
- ], |
- 'sources': [ |
- 'test/delay_test.cc', |
- 'test/Channel.cc', |
- 'test/PCMFile.cc', |
- 'test/utility.cc', |
- ], |
- }, # delay_test |
- { |
- 'target_name': 'insert_packet_with_timing', |
- 'type': 'executable', |
- 'dependencies': [ |
- 'audio_coding_module', |
- '<(DEPTH)/testing/gtest.gyp:gtest', |
- '<(webrtc_root)/common.gyp:webrtc_common', |
- '<(webrtc_root)/test/test.gyp:test_support', |
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_default', |
- '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
- ], |
- 'sources': [ |
- 'test/insert_packet_with_timing.cc', |
- 'test/Channel.cc', |
- 'test/PCMFile.cc', |
- ], |
- }, # delay_test |
- ], |
- }], |
], |
} |