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

Unified Diff: webrtc/build/webrtc.gni

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
Index: webrtc/build/webrtc.gni
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
index b345d735f1f412e580abc34a43eae39c0e13499c..20b768aeab778337a1ac79f6bbd64379d9d31037 100644
--- a/webrtc/build/webrtc.gni
+++ b/webrtc/build/webrtc.gni
@@ -36,6 +36,9 @@ declare_args() {
# Enables the use of protocol buffers for debug recordings.
rtc_enable_protobuf = true
+ # Disable the code for the intelligibility enhancer by default.
+ intelligibility_enhancer = false
kjellander_webrtc 2016/08/26 13:22:12 ...and this rtc_enable_intelligibility_enhancer r
peah-webrtc 2016/08/26 13:35:06 Done.
+
# Disable these to not build components which can be externally provided.
rtc_build_expat = true
rtc_build_json = true
« webrtc/build/common.gypi ('K') | « webrtc/build/common.gypi ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698