From 8314cc5be9d5237e22f953ce1f42fb05903af6a8 Mon Sep 17 00:00:00 2001 From: "satish@chromium.org" Date: Fri, 30 Jul 2010 00:05:23 +0000 Subject: Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1 Flip the compile-time enable switch for speech input to on and add a command-line switch to put the functionality behind. The command-line flag will be used both on the Chromium side and in WebKit via WebRuntimeFeatures. This CL depends on the webkit patch https://bugs.webkit.org/show_bug.cgi?id=43146 BUG=none TEST=browser_tests --gtest_filter=SpeechInputEnableSwitchTest.* Review URL: http://codereview.chromium.org/3064017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54235 0039d316-1c4b-4281-b951-d872f2087c98 --- build/features_override.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'build/features_override.gypi') diff --git a/build/features_override.gypi b/build/features_override.gypi index c6d9dc9..c7f19b1 100644 --- a/build/features_override.gypi +++ b/build/features_override.gypi @@ -25,6 +25,7 @@ 'ENABLE_GEOLOCATION=1', 'ENABLE_ICONDATABASE=0', 'ENABLE_INDEXED_DATABASE=1', + 'ENABLE_INPUT_SPEECH=1', 'ENABLE_JAVASCRIPT_DEBUGGER=1', 'ENABLE_JSC_MULTIPLE_THREADS=0', 'ENABLE_METER_TAG=1', -- cgit v1.1