Chromium Code Reviews| Index: webrtc/BUILD.gn |
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
| index c33055ce76cedc6c76c795c1fbf5a3aff4c73142..69ea14544f99d425958198358dc0b13b9426c17a 100644 |
| --- a/webrtc/BUILD.gn |
| +++ b/webrtc/BUILD.gn |
| @@ -779,6 +779,13 @@ if (rtc_include_tests) { |
| "//testing/gmock", |
| "//testing/gtest", |
| ] |
| + |
| + if (rtc_enable_intelligibility_enhancer) { |
| + defines = [ "WEBRTC_INTELLIGIBILITY_ENHANCER=1" ] |
| + } else { |
| + defines = [ "WEBRTC_INTELLIGIBILITY_ENHANCER=0" ] |
| + } |
| + |
| if (is_android) { |
| deps += [ "//testing/android/native_test:native_test_native_code" ] |
| data = webrtc_perf_tests_resources |