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

Unified Diff: content/content_browser.gypi

Issue 260903010: Start removing support for the experimental x-webkit-speech API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't touch histograms.xml Created 6 years, 8 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 | « content/common/speech_recognition_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index a3160d6b3626c248fe3d7b523b0b96745200af0b..1848255d27b27ff2db0cbc11924cf89c09c29b9f 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1220,8 +1220,6 @@
'browser/speech/google_one_shot_remote_engine.h',
'browser/speech/google_streaming_remote_engine.cc',
'browser/speech/google_streaming_remote_engine.h',
- 'browser/speech/input_tag_speech_dispatcher_host.cc',
- 'browser/speech/input_tag_speech_dispatcher_host.h',
'browser/speech/speech_recognition_dispatcher_host.cc',
'browser/speech/speech_recognition_dispatcher_host.h',
'browser/speech/speech_recognition_engine.cc',
@@ -1713,11 +1711,7 @@
['exclude', '^browser/renderer_host/pepper/'],
],
}],
- ['input_speech==0', {
- 'sources/': [
- ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'],
- ],
- }, { # input_speech==1
+ ['input_speech==1', {
'dependencies': [
'../third_party/flac/flac.gyp:libflac',
'../third_party/speex/speex.gyp:libspeex',
« no previous file with comments | « content/common/speech_recognition_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698