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

Unified Diff: android_webview/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
« no previous file with comments | « no previous file | android_webview/browser/DEPS » ('j') | android_webview/lib/main/aw_main_delegate.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index ab7b4845b381714f250d6f7e6250ecdf6da6b30a..cff6eec821733be5ea0e15c2d36bead8c7c50a12 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -591,6 +591,8 @@ source_set("common") {
"//components/printing/browser",
"//components/printing/common",
"//components/printing/renderer",
+ "//components/spellcheck/browser",
+ "//components/spellcheck/renderer",
"//components/supervised_user_error_page",
"//components/supervised_user_error_page:gin",
"//components/version_info",
@@ -704,6 +706,7 @@ android_library("android_webview_java") {
"//base:base_java",
"//components/external_video_surface:java",
"//components/navigation_interception/android:navigation_interception_java",
+ "//components/spellcheck/browser/android:java",
"//components/web_contents_delegate_android:web_contents_delegate_android_java",
"//components/web_restrictions:web_restrictions_java",
"//content/public/android:content_java",
« no previous file with comments | « no previous file | android_webview/browser/DEPS » ('j') | android_webview/lib/main/aw_main_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698