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

Unified Diff: android_webview/native/BUILD.gn

Issue 2264633002: [Android] Add spellchecking support in android_webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: android_webview/native/BUILD.gn
diff --git a/android_webview/native/BUILD.gn b/android_webview/native/BUILD.gn
index 6f22f2c4063ac33d0fca743904db143ce2373e46..c953320e379438c10f047be6e55bc12c4e034d3c 100644
--- a/android_webview/native/BUILD.gn
+++ b/android_webview/native/BUILD.gn
@@ -14,6 +14,7 @@ source_set("native") {
"//cc:cc",
"//components/autofill/content/browser:browser",
"//components/devtools_http_handler:devtools_http_handler",
+ "//components/spellcheck/browser:browser",
"//components/strings",
"//components/web_contents_delegate_android:web_contents_delegate_android",
"//content/public/common",

Powered by Google App Engine
This is Rietveld 408576698