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

Unified Diff: chrome/chrome_browser.gypi

Issue 10273006: Introduced SpeechRecognitionDispatcher(Host) classes, handling dispatch of IPC messages for continu… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased (because of CL1.11 reverted and recommitted) Created 8 years, 7 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 411d26523ef10985ee1f0db407783f565a750907..1c8a8c564075513f9ca98fffa579b2eaa041eba2 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4504,7 +4504,8 @@
}],
['input_speech==0', {
'sources/': [
- ['exclude', '^browser/speech/'],
+ ['exclude', '^browser/speech/*speech_recognition*'],
+ ['exclude', '^browser/speech/*speech_input*'],
],
}],
['notifications==0', {
« no previous file with comments | « chrome/browser/extensions/extension_function_registry.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698