From 4b97793f916ee389257eaa3ee18de5236b726022 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Wed, 21 Nov 2012 20:16:53 +0000 Subject: [PATCH] Ensure opus_demo has a targets block. TBR=leozwang@webrtc.org Review URL: https://webrtc-codereview.appspot.com/933023 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3147 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/audio_coding/codecs/opus/opus.gypi | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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', - ] - }], + ], + }, ], - }, + }], ], }