Chromium Code Reviews| Index: webrtc/modules/audio_coding/codecs/g722/g722.gypi |
| diff --git a/webrtc/modules/audio_coding/codecs/g722/g722.gypi b/webrtc/modules/audio_coding/codecs/g722/g722.gypi |
| index 82b7b2e797f10555ff5287b7a8af3a274773fb29..13c6f2dcb7966fc3de99c67a87b8d7cbb9f6a680 100644 |
| --- a/webrtc/modules/audio_coding/codecs/g722/g722.gypi |
| +++ b/webrtc/modules/audio_coding/codecs/g722/g722.gypi |
| @@ -26,21 +26,4 @@ |
| ], |
| }, |
| ], # targets |
| - 'conditions': [ |
| - ['include_tests==1', { |
| - 'targets': [ |
| - { |
| - 'target_name': 'g722_test', |
| - 'type': 'executable', |
| - 'dependencies': [ |
| - 'g722', |
| - '<(webrtc_root)/common.gyp:webrtc_common' |
| - ], |
| - 'sources': [ |
| - 'test/testG722.cc', |
| - ], |
| - }, |
| - ], # targets |
| - }], # include_tests |
| - ], # conditions |
| } |