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

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: 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 6b34ea5cc9138b1731c8869233f1c97d91f8da55..66aca7dfe7954531b66aa0296b142d2e316095e5 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -267,6 +267,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',
@@ -673,6 +677,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',

Powered by Google App Engine
This is Rietveld 408576698