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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//third_party/WebKit/Source/modules/modules.gni") 10 import("//third_party/WebKit/Source/modules/modules.gni")
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "PrerendererClientImpl.cpp", 99 "PrerendererClientImpl.cpp",
100 "PrerendererClientImpl.h", 100 "PrerendererClientImpl.h",
101 "RemoteFrameClientImpl.cpp", 101 "RemoteFrameClientImpl.cpp",
102 "RemoteFrameClientImpl.h", 102 "RemoteFrameClientImpl.h",
103 "RemoteFrameOwner.cpp", 103 "RemoteFrameOwner.cpp",
104 "RemoteFrameOwner.h", 104 "RemoteFrameOwner.h",
105 "ServiceWorkerGlobalScopeClientImpl.cpp", 105 "ServiceWorkerGlobalScopeClientImpl.cpp",
106 "ServiceWorkerGlobalScopeClientImpl.h", 106 "ServiceWorkerGlobalScopeClientImpl.h",
107 "ServiceWorkerGlobalScopeProxy.cpp", 107 "ServiceWorkerGlobalScopeProxy.cpp",
108 "ServiceWorkerGlobalScopeProxy.h", 108 "ServiceWorkerGlobalScopeProxy.h",
109 "SpeechRecognitionClientProxy.cpp",
110 "SpeechRecognitionClientProxy.h",
111 "SpellCheckerClientImpl.cpp", 109 "SpellCheckerClientImpl.cpp",
112 "SpellCheckerClientImpl.h", 110 "SpellCheckerClientImpl.h",
113 "StorageClientImpl.cpp", 111 "StorageClientImpl.cpp",
114 "StorageClientImpl.h", 112 "StorageClientImpl.h",
115 "StorageQuotaClientImpl.cpp", 113 "StorageQuotaClientImpl.cpp",
116 "StorageQuotaClientImpl.h", 114 "StorageQuotaClientImpl.h",
117 "TextCheckerClientImpl.cpp", 115 "TextCheckerClientImpl.cpp",
118 "TextCheckerClientImpl.h", 116 "TextCheckerClientImpl.h",
119 "TextFinder.cpp", 117 "TextFinder.cpp",
120 "TextFinder.h", 118 "TextFinder.h",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "WebSelectElement.cpp", 197 "WebSelectElement.cpp",
200 "WebSelection.cpp", 198 "WebSelection.cpp",
201 "WebSelector.cpp", 199 "WebSelector.cpp",
202 "WebSerializedScriptValue.cpp", 200 "WebSerializedScriptValue.cpp",
203 "WebSettingsImpl.cpp", 201 "WebSettingsImpl.cpp",
204 "WebSettingsImpl.h", 202 "WebSettingsImpl.h",
205 "WebSharedWorkerImpl.cpp", 203 "WebSharedWorkerImpl.cpp",
206 "WebSharedWorkerImpl.h", 204 "WebSharedWorkerImpl.h",
207 "WebSharedWorkerReportingProxyImpl.cpp", 205 "WebSharedWorkerReportingProxyImpl.cpp",
208 "WebSharedWorkerReportingProxyImpl.h", 206 "WebSharedWorkerReportingProxyImpl.h",
209 "WebSpeechGrammar.cpp",
210 "WebSpeechRecognitionHandle.cpp",
211 "WebSpeechRecognitionResult.cpp",
212 "WebStorageEventDispatcherImpl.cpp", 207 "WebStorageEventDispatcherImpl.cpp",
213 "WebSurroundingText.cpp", 208 "WebSurroundingText.cpp",
214 "WebTextCheckingCompletionImpl.cpp", 209 "WebTextCheckingCompletionImpl.cpp",
215 "WebTextCheckingCompletionImpl.h", 210 "WebTextCheckingCompletionImpl.h",
216 "WebTextCheckingResult.cpp", 211 "WebTextCheckingResult.cpp",
217 "WebUserGestureIndicator.cpp", 212 "WebUserGestureIndicator.cpp",
218 "WebUserGestureToken.cpp", 213 "WebUserGestureToken.cpp",
219 "WebUserMediaRequest.cpp", 214 "WebUserMediaRequest.cpp",
220 "WebViewFrameWidget.cpp", 215 "WebViewFrameWidget.cpp",
221 "WebViewFrameWidget.h", 216 "WebViewFrameWidget.h",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 406
412 if (is_android) { 407 if (is_android) {
413 deps += [ 408 deps += [
414 "//base:base_java", 409 "//base:base_java",
415 "//content/public/android:content_java", 410 "//content/public/android:content_java",
416 "//content/shell/android:content_shell_assets", 411 "//content/shell/android:content_shell_assets",
417 "//net/android:net_java", 412 "//net/android:net_java",
418 ] 413 ]
419 } 414 }
420 } 415 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698