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

Unified Diff: webrtc/build/common.gypi

Issue 2272423003: Deactivated the intelligibility enhancement functionality by default (Closed)
Patch Set: Changes in response to reviewer comments Created 4 years, 4 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/build/webrtc.gni » ('j') | webrtc/build/webrtc.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/common.gypi
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi
index 414fd02e6f3ad00c79613949ef555c32ca71ee46..abca2d9316c0a4883185acc69bf98c8179545aa1 100644
--- a/webrtc/build/common.gypi
+++ b/webrtc/build/common.gypi
@@ -118,6 +118,9 @@
# Enables the use of protocol buffers for debug recordings.
'enable_protobuf%': 1,
+ # Disable the code for the intelligibility enhancer by default.
+ 'intelligibility_enhancer%': 0,
kjellander_webrtc 2016/08/26 13:22:12 After comparing with other variables in this file,
peah-webrtc 2016/08/26 13:35:06 Done.
+
# Disable these to not build components which can be externally provided.
'build_expat%': 1,
'build_json%': 1,
« no previous file with comments | « no previous file | webrtc/build/webrtc.gni » ('j') | webrtc/build/webrtc.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698