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

Unified Diff: Source/core/core.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
« no previous file with comments | « no previous file | Source/core/platform/PlatformSpeechSynthesisUtterance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 4e8a41ee0905d0ab55cceffd30364e50606e22ac..23e8e9acf2e62ad8f2b69cf1d5d4cd65199510fa 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2684,12 +2684,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',
@@ -3223,10 +3217,6 @@
'platform/chromium/support/WebRTCStatsRequest.cpp',
'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',
« no previous file with comments | « no previous file | Source/core/platform/PlatformSpeechSynthesisUtterance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698