Index: webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi |
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi b/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi |
index 27dfd883dead55f497d4f7c7bd08f0eb69b0da33..762a8fab1a28c2e324ff65b50ae14e146353f012 100644 |
--- a/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi |
+++ b/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi |
@@ -163,25 +163,4 @@ |
], # sources |
}, # ilbc |
], # targets |
- 'conditions': [ |
- ['include_tests==1', { |
- 'targets': [ |
- { |
- 'target_name': 'ilbc_test', |
- 'type': 'executable', |
- 'dependencies': [ |
- 'ilbc', |
- ], |
- 'sources': [ |
- # The empty .cc file is a hack to get GYP to use the C++ |
- # linker even though all sources here are .c files; this |
- # is necessary because we transitively depend on |
- # rtc_base_approved, which calls the C++ standard library. |
- 'test/empty.cc', |
- 'test/iLBC_test.c', |
- ], |
- }, # ilbc_test |
- ], # targets |
- }], # include_tests |
- ], # conditions |
} |