Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1690)

Unified Diff: webrtc/BUILD.gn

Issue 2294093004: Added build flag around the Intelligibility enhancer performance test code (Closed)
Patch Set: Removed unnecessary parenthesis Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/audio_processing_performance_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/audio_processing_performance_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698