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

Unified Diff: android_webview/native/BUILD.gn

Issue 2495193003: Convert spellcheck to a buildflag header. (Closed)
Patch Set: Comment Created 4 years, 1 month 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: android_webview/native/BUILD.gn
diff --git a/android_webview/native/BUILD.gn b/android_webview/native/BUILD.gn
index 86b568c54b80b6e0f812d656b6a9def5b3e7d484..6eaba42da66056e6e3c5cc74e31f445814b34196 100644
--- a/android_webview/native/BUILD.gn
+++ b/android_webview/native/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
+import("//components/spellcheck/spellcheck_build_features.gni")
source_set("native") {
deps = [
@@ -13,6 +14,7 @@ source_set("native") {
"//base/third_party/dynamic_annotations:dynamic_annotations",
"//cc:cc",
"//components/autofill/content/browser:browser",
+ "//components/spellcheck:build_features",
"//components/strings",
"//components/web_contents_delegate_android:web_contents_delegate_android",
"//content/public/common",
« no previous file with comments | « android_webview/browser/aw_content_browser_client.cc ('k') | android_webview/native/android_webview_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698