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

Unified Diff: components/autofill/content/browser/BUILD.gn

Issue 2007473004: [Autofill] Migrate ContentAutofillDriver<-->AutofillAgent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize remote_interfaces_ in Init() Created 4 years, 5 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: components/autofill/content/browser/BUILD.gn
diff --git a/components/autofill/content/browser/BUILD.gn b/components/autofill/content/browser/BUILD.gn
index b2bec8c925bf32188ea0309d0279e2f9554ab881..ccc04be90da5fb9ef3838d82d4bf806362d9c776 100644
--- a/components/autofill/content/browser/BUILD.gn
+++ b/components/autofill/content/browser/BUILD.gn
@@ -37,6 +37,7 @@ static_library("browser") {
"//google_apis",
"//gpu/config",
"//ipc",
+ "//mojo/common:common_base",
"//net",
"//services/shell/public/cpp",
"//sql",
@@ -77,8 +78,10 @@ source_set("unit_tests") {
"//google_apis",
"//google_apis:test_support",
"//ipc:test_support",
+ "//mojo/common:common_base",
"//net",
"//net:test_support",
+ "//services/shell/public/cpp",
"//testing/gmock",
"//testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698