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

Unified Diff: Source/core/core.gypi

Issue 26952002: Move speech related files out of page/ into their own directory. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | Source/core/html/shadow/TextControlInnerElements.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 d08f56612d033a5385827e8cbd9e0bbabc97d4ad..20161707990bdf7b191f28cdc5013f6d82fa5899 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -283,9 +283,6 @@
'page/Screen.idl',
'page/SecurityPolicy.idl',
'page/Selection.idl',
- 'page/SpeechInputEvent.idl',
- 'page/SpeechInputResult.idl',
- 'page/SpeechInputResultList.idl',
'page/WebKitPoint.idl',
'page/Window.idl',
'page/WindowBase64.idl',
@@ -296,6 +293,9 @@
'plugins/MimeTypeArray.idl',
'plugins/Plugin.idl',
'plugins/PluginArray.idl',
+ 'speech/SpeechInputEvent.idl',
+ 'speech/SpeechInputResult.idl',
+ 'speech/SpeechInputResultList.idl',
'storage/Storage.idl',
'storage/StorageEvent.idl',
'workers/AbstractWorker.idl',
@@ -303,8 +303,8 @@
'workers/SharedWorker.idl',
'workers/SharedWorkerGlobalScope.idl',
'workers/Worker.idl',
- 'workers/WorkerGlobalScope.idl',
'workers/WorkerConsole.idl',
+ 'workers/WorkerGlobalScope.idl',
'workers/WorkerLocation.idl',
'xml/DOMParser.idl',
'xml/DocumentXPathEvaluator.idl',
@@ -1273,16 +1273,6 @@
'page/Screen.h',
'page/Settings.cpp',
'page/SpatialNavigation.cpp',
- 'page/SpeechInput.cpp',
- 'page/SpeechInput.h',
- 'page/SpeechInputClient.h',
- 'page/SpeechInputEvent.cpp',
- 'page/SpeechInputEvent.h',
- 'page/SpeechInputListener.h',
- 'page/SpeechInputResult.cpp',
- 'page/SpeechInputResult.h',
- 'page/SpeechInputResultList.cpp',
- 'page/SpeechInputResultList.h',
'page/SuspendableTimer.cpp',
'page/SuspendableTimer.h',
'page/TouchAdjustment.cpp',
@@ -1647,6 +1637,16 @@
'rendering/svg/SVGTextQuery.h',
'rendering/svg/SVGTextRunRenderingContext.cpp',
'rendering/svg/SVGTextRunRenderingContext.h',
+ 'speech/SpeechInput.cpp',
+ 'speech/SpeechInput.h',
+ 'speech/SpeechInputClient.h',
+ 'speech/SpeechInputEvent.cpp',
+ 'speech/SpeechInputEvent.h',
+ 'speech/SpeechInputListener.h',
+ 'speech/SpeechInputResult.cpp',
+ 'speech/SpeechInputResult.h',
+ 'speech/SpeechInputResultList.cpp',
+ 'speech/SpeechInputResultList.h',
'storage/Storage.cpp',
'storage/Storage.h',
'storage/StorageArea.h',
« no previous file with comments | « no previous file | Source/core/html/shadow/TextControlInnerElements.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698