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

Unified Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2877303002: Move speech related files from web -> modules/(speech|exported). (Closed)
Patch Set: Created 3 years, 7 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
Index: third_party/WebKit/Source/web/BUILD.gn
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
index d5a93ed09b442a7a0e7de8bf4be55bd62963b693..d3cd52fe63e7983ac58aee88176184c88443f098 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -106,8 +106,6 @@ component("web") {
"ServiceWorkerGlobalScopeClientImpl.h",
"ServiceWorkerGlobalScopeProxy.cpp",
"ServiceWorkerGlobalScopeProxy.h",
- "SpeechRecognitionClientProxy.cpp",
- "SpeechRecognitionClientProxy.h",
"SpellCheckerClientImpl.cpp",
"SpellCheckerClientImpl.h",
"StorageClientImpl.cpp",
@@ -206,9 +204,6 @@ component("web") {
"WebSharedWorkerImpl.h",
"WebSharedWorkerReportingProxyImpl.cpp",
"WebSharedWorkerReportingProxyImpl.h",
- "WebSpeechGrammar.cpp",
- "WebSpeechRecognitionHandle.cpp",
- "WebSpeechRecognitionResult.cpp",
"WebStorageEventDispatcherImpl.cpp",
"WebSurroundingText.cpp",
"WebTextCheckingCompletionImpl.cpp",

Powered by Google App Engine
This is Rietveld 408576698