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

Unified Diff: webrtc/build/webrtc.gni

Issue 2272423003: Deactivated the intelligibility enhancement functionality by default (Closed)
Patch Set: Changed name of build file flags 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 | « webrtc/build/common.gypi ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/webrtc.gni
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
index b345d735f1f412e580abc34a43eae39c0e13499c..a6282b84feb11e38522988ea9e5c367e623b3493 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.
+ rtc_enable_intelligibility_enhancer = false
+
# Disable these to not build components which can be externally provided.
rtc_build_expat = true
rtc_build_json = true
« no previous file with comments | « webrtc/build/common.gypi ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698