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

Unified Diff: build/common.gypi

Issue 356963003: Introduce enable_web_speech to replace with input_speech (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error Created 6 years, 6 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 | build/config/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index fbf6b3906b8ccb594ec240d92035b51aaf6c824e..d8818cbb85e0581fc045f5f7caa7d53cfe72ff2b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -329,10 +329,8 @@
# existing safe browsing logic.
'safe_browsing%': 1,
- # Speech input is compiled in by default. Set to 0 to disable.
- # TODO(tommyw): Speech Input doesn't exist anymore. Clarify the scope
- # of this flag (and probably rename it).
- 'input_speech%': 1,
+ # Web speech is enabled by default. Set to 0 to disable.
+ 'enable_web_speech%': 1,
# Notifications are compiled in by default. Set to 0 to disable.
'notifications%' : 1,
@@ -1057,7 +1055,7 @@
'chromium_win_pch%': '<(chromium_win_pch)',
'configuration_policy%': '<(configuration_policy)',
'safe_browsing%': '<(safe_browsing)',
- 'input_speech%': '<(input_speech)',
+ 'enable_web_speech%': '<(enable_web_speech)',
'notifications%': '<(notifications)',
'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)',
'mac_want_real_dsym%': '<(mac_want_real_dsym)',
@@ -1567,7 +1565,7 @@
'disable_nacl%': 1,
'enable_background%': 0,
'icu_use_data_file_flag%': 1,
- 'input_speech%': 0,
+ 'enable_web_speech%': 0,
'use_system_libxml%': 1,
'use_system_sqlite%': 1,
'locales==': [
@@ -1720,7 +1718,7 @@
'proprietary_codecs%': '<(proprietary_codecs)',
'safe_browsing%': 2,
- 'input_speech%': 0,
+ 'enable_web_speech%': 0,
'java_bridge%': 1,
'build_ffmpegsumo%': 0,
'use_allocator%': 'none',
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698