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

Unified Diff: chrome/chrome_common.gypi

Issue 12589005: Implement web speech synthesis. (Closed) Base URL: http://git.chromium.org/chromium/src.git@webtts
Patch Set: Move from content to chrome, add runtime flag Created 7 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 0360a906f2cbf12707f843a33c2646ab163eafdb..0111327f13484b89dad4f5932a8bdb0e98dfb9a5 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -405,6 +405,10 @@
'common/thumbnail_score.h',
'common/time_format.cc',
'common/time_format.h',
+ 'common/tts_messages.cc',
+ 'common/tts_messages.h',
+ 'common/tts_utterance_request.cc',
+ 'common/tts_utterance_request.h',
'common/url_constants.cc',
'common/url_constants.h',
'common/web_apps.cc',

Powered by Google App Engine
This is Rietveld 408576698