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

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: Fresh update 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 9dc88b60c8a43f21a15b993b60e6896e722552a8..152beaab59f625c980afff2447047752b4ecc7d8 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -94,6 +94,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',
@@ -373,6 +375,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