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

Unified Diff: content/content_browser.gypi

Issue 12589005: Implement web speech synthesis. (Closed) Base URL: http://git.chromium.org/chromium/src.git@webtts
Patch Set: Created 7 years, 9 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 866bf9bb8fce3f1e325dfb576bbe31ba4a5fb84a..b84d36334934ab0046f1d456849d2c4e88c3ea98 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -157,6 +157,7 @@
'public/browser/storage_partition.h',
'public/browser/trace_controller.h',
'public/browser/trace_subscriber.h',
+ 'public/browser/tts_dispatcher_host.h',
'public/browser/user_metrics.h',
'public/browser/utility_process_host.h',
'public/browser/web_contents.cc',
@@ -836,6 +837,8 @@
'browser/speech/speech_recognition_manager_impl.h',
'browser/speech/speech_recognizer.cc',
'browser/speech/speech_recognizer.h',
+ 'browser/speech/tts_dispatcher_host_impl.cc',
+ 'browser/speech/tts_dispatcher_host_impl.h',
'browser/ssl/ssl_cert_error_handler.cc',
'browser/ssl/ssl_cert_error_handler.h',
'browser/ssl/ssl_client_auth_handler.cc',

Powered by Google App Engine
This is Rietveld 408576698