| 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',
|
|
|