diff --git a/webrtc/modules/audio_coding/codecs/opus/opus.gypi b/webrtc/modules/audio_coding/codecs/opus/opus.gypi index 50709692f3..88b40e9b77 100644 --- a/webrtc/modules/audio_coding/codecs/opus/opus.gypi +++ b/webrtc/modules/audio_coding/codecs/opus/opus.gypi @@ -28,9 +28,11 @@ 'opus_interface.c', ], }, - { - 'conditions': [ - ['include_tests==1', { + ], + 'conditions': [ + ['include_tests==1', { + 'targets': [ + { 'target_name': 'opus_demo', 'type': 'executable', 'dependencies': [ @@ -50,9 +52,9 @@ '<(DEPTH)/third_party/opus/src/celt', '<(DEPTH)/third_party/opus/src/include', '<(DEPTH)/third_party/opus/src/silk', - ] - }], + ], + }, ], - }, + }], ], }