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

Side by Side Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2796473002: Split TextCheckerClientImpl off SpellCheckerClientImpl (Closed)
Patch Set: Forgot to git add...... Created 3 years, 8 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "SpeechRecognitionClientProxy.cpp", 124 "SpeechRecognitionClientProxy.cpp",
125 "SpeechRecognitionClientProxy.h", 125 "SpeechRecognitionClientProxy.h",
126 "SpellCheckerClientImpl.cpp", 126 "SpellCheckerClientImpl.cpp",
127 "SpellCheckerClientImpl.h", 127 "SpellCheckerClientImpl.h",
128 "StorageClientImpl.cpp", 128 "StorageClientImpl.cpp",
129 "StorageClientImpl.h", 129 "StorageClientImpl.h",
130 "StorageQuotaClientImpl.cpp", 130 "StorageQuotaClientImpl.cpp",
131 "StorageQuotaClientImpl.h", 131 "StorageQuotaClientImpl.h",
132 "SuspendableScriptExecutor.cpp", 132 "SuspendableScriptExecutor.cpp",
133 "SuspendableScriptExecutor.h", 133 "SuspendableScriptExecutor.h",
134 "TextCheckerClientImpl.cpp",
135 "TextCheckerClientImpl.h",
134 "TextFinder.cpp", 136 "TextFinder.cpp",
135 "TextFinder.h", 137 "TextFinder.h",
136 "UserMediaClientImpl.cpp", 138 "UserMediaClientImpl.cpp",
137 "UserMediaClientImpl.h", 139 "UserMediaClientImpl.h",
138 "ValidationMessageClientImpl.cpp", 140 "ValidationMessageClientImpl.cpp",
139 "ValidationMessageClientImpl.h", 141 "ValidationMessageClientImpl.h",
140 "WebAXObject.cpp", 142 "WebAXObject.cpp",
141 "WebArrayBuffer.cpp", 143 "WebArrayBuffer.cpp",
142 "WebArrayBufferConverter.cpp", 144 "WebArrayBufferConverter.cpp",
143 "WebArrayBufferView.cpp", 145 "WebArrayBufferView.cpp",
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 451
450 if (is_android) { 452 if (is_android) {
451 deps += [ 453 deps += [
452 "//base:base_java", 454 "//base:base_java",
453 "//content/public/android:content_java", 455 "//content/public/android:content_java",
454 "//content/shell/android:content_shell_assets", 456 "//content/shell/android:content_shell_assets",
455 "//net/android:net_java", 457 "//net/android:net_java",
456 ] 458 ]
457 } 459 }
458 } 460 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698