| 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 495e54cfe5c3fd2437658907aaab52794a3b6e99..f02d3deee9b3e1c66989c850f25b1df24ec4d188 100644
|
| --- a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi
|
| +++ b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi
|
| @@ -39,6 +39,21 @@
|
| 'defines': [
|
| ],
|
| }, # neteq_rtpplay
|
| + {
|
| + 'target_name': 'neteq_unittest_proto',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'neteq_unittest.proto',
|
| + ],
|
| + 'variables': {
|
| + 'proto_in_dir': '.',
|
| + # Workaround to protect against gyp's pathname relativization when
|
| + # this file is included by modules.gyp.
|
| + 'proto_out_protected': 'webrtc/audio_coding/neteq',
|
| + 'proto_out_dir': '<(proto_out_protected)',
|
| + },
|
| + 'includes': ['../../../build/protoc.gypi',],
|
| + },
|
| ],
|
| }],
|
| ],
|
|
|