Chromium Code Reviews| Index: webrtc/modules/audio_coding/neteq/neteq_tests.gypi |
| diff --git a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi |
| index 4b0409216296235db2abaa3061ccd625a33615bf..50ebbd35ef2b9454b1b637815606cfba15547db0 100644 |
| --- a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi |
| +++ b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi |
| @@ -7,25 +7,43 @@ |
| # be found in the AUTHORS file in the root of the source tree. |
| { |
| + 'conditions': [ |
| + ['enable_protobuf==1', { |
|
hlundin-webrtc
2015/08/28 12:06:24
Hmm, does this mean that neteq_rtpplay is only bui
ivoc
2015/09/01 10:03:50
Yes, it's either this or sprinkle a bunch of #ifde
|
| + 'targets': [ |
| + { |
| + 'target_name': 'rtc_event_log_source', |
| + 'type': 'static_library', |
| + 'dependencies': [ |
| + '<(webrtc_root)/webrtc.gyp:rtc_event_log', |
| + '<(webrtc_root)/webrtc.gyp:rtc_event_log_proto', |
| + ], |
| + 'sources': [ |
| + 'tools/rtc_event_log_source.h', |
| + 'tools/rtc_event_log_source.cc', |
| + ], |
| + }, |
| + { |
| + 'target_name': 'neteq_rtpplay', |
| + 'type': 'executable', |
| + 'dependencies': [ |
| + '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
| + '<(webrtc_root)/test/test.gyp:test_support_main', |
| + 'rtc_event_log_source', |
| + 'neteq', |
| + 'neteq_unittest_tools', |
| + 'pcm16b', |
| + ], |
| + 'sources': [ |
| + 'tools/neteq_rtpplay.cc', |
| + ], |
| + 'defines': [ |
| + ], |
| + }, # neteq_rtpplay |
| + ], |
| + }], |
| + ], |
| 'targets': [ |
| { |
| - 'target_name': 'neteq_rtpplay', |
| - 'type': 'executable', |
| - 'dependencies': [ |
| - '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
| - '<(webrtc_root)/test/test.gyp:test_support_main', |
| - 'neteq', |
| - 'neteq_unittest_tools', |
| - 'pcm16b', |
| - ], |
| - 'sources': [ |
| - 'tools/neteq_rtpplay.cc', |
| - ], |
| - 'defines': [ |
| - ], |
| - }, # neteq_rtpplay |
| - |
| - { |
| 'target_name': 'RTPencode', |
| 'type': 'executable', |
| 'dependencies': [ |