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

Unified Diff: android_webview/BUILD.gn

Issue 2517253003: [Autofill]Enable mojo AutofillDriver for android_webview. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | android_webview/browser/aw_content_browser_client.h » ('j') | no next file with comments »
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 69bffc55f1214a376ca1cb44bcf7354e366d94ad..89882e9b827a03a7ab6a863c12b485a2080b4c10 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -480,6 +480,7 @@ source_set("common") {
"//android_webview/common:version",
"//android_webview/native:native",
"//cc/surfaces",
+ "//components/autofill/content/browser",
"//components/autofill/content/renderer",
"//components/cdm/browser",
"//components/cdm/renderer",
@@ -517,6 +518,7 @@ source_set("common") {
"//media/midi",
"//net:extras",
"//printing",
+ "//services/service_manager/public/cpp",
"//skia",
"//third_party/WebKit/public:blink",
"//ui/events:gesture_detection",
« no previous file with comments | « no previous file | android_webview/browser/aw_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698