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

Unified Diff: Source/core/core.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/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 3196bf018184e8a935b1e2138b1ed52d2b3d1210..8bf1b57c1d11ed53f9c13adc050568ea4fd24013 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2683,12 +2683,6 @@
'platform/DragImage.cpp',
'platform/Pasteboard.cpp',
'platform/Pasteboard.h',
- 'platform/PlatformSpeechSynthesisUtterance.cpp',
- 'platform/PlatformSpeechSynthesisUtterance.h',
- 'platform/PlatformSpeechSynthesisVoice.cpp',
- 'platform/PlatformSpeechSynthesisVoice.h',
- 'platform/PlatformSpeechSynthesizer.cpp',
- 'platform/PlatformSpeechSynthesizer.h',
'platform/animation/AnimationTranslationUtil.cpp',
'platform/animation/AnimationTranslationUtil.h',
'platform/animation/AnimationValue.h',
@@ -3294,10 +3288,6 @@
'platform/chromium/support/WebScrollbarThemeClientImpl.h',
'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp',
'platform/chromium/support/WebScrollbarThemeGeometryNative.h',
- 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp',
- 'platform/chromium/support/WebSpeechSynthesisVoice.cpp',
- 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp',
- 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h',
],
'core_unittest_files': [
'animation/AnimatableColorTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698