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

Unified Diff: content/content_common.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_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 07df4dd5eac54491ba909c3a6badad3335d4cd43..d48354ed808c2dbdc996497f1af09d539b94818e 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -93,6 +93,8 @@
'public/common/ssl_status.h',
'public/common/stop_find_action.h',
'public/common/three_d_api_types.h',
+ 'public/common/tts_utterance_request.cc',
+ 'public/common/tts_utterance_request.h',
'public/common/url_constants.cc',
'public/common/url_constants.h',
'public/common/url_fetcher.h',
@@ -372,6 +374,7 @@
'common/thread_safe_sender.cc',
'common/thread_safe_sender.h',
'common/text_input_client_messages.h',
+ 'common/tts_messages.h',
'common/url_schemes.cc',
'common/url_schemes.h',
'common/utility_messages.h',

Powered by Google App Engine
This is Rietveld 408576698