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

Unified Diff: android_webview/native/BUILD.gn

Issue 2839023003: WebView autofill implementation (Closed)
Patch Set: address comments 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 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 9c4584dc632fe8bda4168f254eb90ef9ea0037ee..32eb5d800e5bd3cd04a995ac3bdff4ef5bfeec4a 100644
--- a/android_webview/native/BUILD.gn
+++ b/android_webview/native/BUILD.gn
@@ -14,6 +14,7 @@ source_set("native") {
"//base",
"//base/third_party/dynamic_annotations:dynamic_annotations",
"//cc:cc",
+ "//components/autofill/android:provider",
"//components/autofill/content/browser:browser",
"//components/spellcheck:build_features",
"//components/web_contents_delegate_android:web_contents_delegate_android",

Powered by Google App Engine
This is Rietveld 408576698