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

Unified Diff: Source/platform/blink_platform.gypi

Issue 110393002: Move PlatformSpeech stuff to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WTF_MAKE_NONCOPYABLE Created 7 years 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: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 223d498d28bb00965e7b8066c67adcf59cbe7809..3c260b72815d264f328a0104a630dfeabde79500 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -273,6 +273,10 @@
'exported/WebSocketHandshakeResponseInfo.cpp',
'exported/WebSocketStreamError.cpp',
'exported/WebSourceInfo.cpp',
+ 'exported/WebSpeechSynthesisUtterance.cpp',
+ 'exported/WebSpeechSynthesisVoice.cpp',
+ 'exported/WebSpeechSynthesizerClientImpl.cpp',
+ 'exported/WebSpeechSynthesizerClientImpl.h',
'exported/WebThreadSafeData.cpp',
'exported/WebTransformKeyframe.cpp',
'exported/WebURL.cpp',
@@ -749,6 +753,12 @@
'scroll/ScrollbarThemeOverlay.h',
'scroll/ScrollbarThemeWin.cpp',
'scroll/ScrollbarThemeWin.h',
+ 'speech/PlatformSpeechSynthesisUtterance.cpp',
+ 'speech/PlatformSpeechSynthesisUtterance.h',
+ 'speech/PlatformSpeechSynthesisVoice.cpp',
+ 'speech/PlatformSpeechSynthesisVoice.h',
+ 'speech/PlatformSpeechSynthesizer.cpp',
+ 'speech/PlatformSpeechSynthesizer.h',
'text/BidiContext.cpp',
'text/BidiContext.h',
'text/BidiResolver.h',
« no previous file with comments | « Source/modules/speech/SpeechSynthesisVoice.h ('k') | Source/platform/exported/WebSpeechSynthesisUtterance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698