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

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

Issue 2274783002: Revert of [Autofill] Migrate ContentPasswordManagerDriver<-->Password{Autofill,Generation}Agent IPCs to mojo. (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 | « components/autofill/content/DEPS ('k') | components/autofill/content/browser/content_autofill_driver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/browser/BUILD.gn
diff --git a/components/autofill/content/browser/BUILD.gn b/components/autofill/content/browser/BUILD.gn
index 6eaa2a3ad6125bc1bc6beaf10353ef6ce6370163..186cb87adb1a47283694861c743a1b8011315a16 100644
--- a/components/autofill/content/browser/BUILD.gn
+++ b/components/autofill/content/browser/BUILD.gn
@@ -17,6 +17,7 @@
public_deps = [
":risk_proto",
+ "//components/autofill/content/common",
"//components/autofill/content/public/interfaces",
"//components/autofill/core/browser",
"//components/autofill/core/common",
@@ -36,6 +37,7 @@
"//device/geolocation:device_geolocation",
"//google_apis",
"//gpu/config",
+ "//ipc",
"//mojo/common:common_base",
"//net",
"//services/shell/public/cpp",
@@ -67,7 +69,7 @@
deps = [
":browser",
"//base",
- "//components/autofill/content/public/interfaces",
+ "//components/autofill/content/common",
"//components/autofill/core/browser",
"//components/autofill/core/browser:test_support",
"//components/autofill/core/common",
@@ -76,6 +78,7 @@
"//content/test:test_support",
"//google_apis",
"//google_apis:test_support",
+ "//ipc:test_support",
"//mojo/common:common_base",
"//net",
"//net:test_support",
« no previous file with comments | « components/autofill/content/DEPS ('k') | components/autofill/content/browser/content_autofill_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698