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

Unified Diff: android_webview/BUILD.gn

Issue 2491103003: [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
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index 20c2a1c729e04f60b7d259f8e38cf3d6a308c612..90fba9e1255045291cbda4ba8711d82832648455 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -473,6 +473,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",
@@ -510,6 +511,7 @@ source_set("common") {
"//media/midi",
"//net:extras",
"//printing",
+ "//services/service_manager/public/cpp",
"//skia",
"//third_party/WebKit/public:blink",
"//ui/events:gesture_detection",

Powered by Google App Engine
This is Rietveld 408576698