| Index: webrtc/webrtc_tests.gypi
|
| diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi
|
| index 47a6833a4ac97a9aa89a83ddb926e915406eb1b1..45357be292bc2ccb48b3ef2471b527554f66528c 100644
|
| --- a/webrtc/webrtc_tests.gypi
|
| +++ b/webrtc/webrtc_tests.gypi
|
| @@ -456,6 +456,12 @@
|
| 'webrtc',
|
| ],
|
| 'conditions': [
|
| + ['enable_intelligibility_enhancer==1', {
|
| + 'defines': ['WEBRTC_INTELLIGIBILITY_ENHANCER=1',],
|
| + }, {
|
| + 'defines': ['WEBRTC_INTELLIGIBILITY_ENHANCER=0',],
|
| + }],
|
| +
|
| ['OS=="android"', {
|
| 'dependencies': [
|
| '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
|
|
|