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

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

Issue 2216463002: [Autofill] Migrate ContentPasswordManagerDriver<-->Password{Autofill,Generation}Agent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nit from Vaclav 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 186cb87adb1a47283694861c743a1b8011315a16..6eaa2a3ad6125bc1bc6beaf10353ef6ce6370163 100644
--- a/components/autofill/content/browser/BUILD.gn
+++ b/components/autofill/content/browser/BUILD.gn
@@ -17,7 +17,6 @@ static_library("browser") {
public_deps = [
":risk_proto",
- "//components/autofill/content/common",
"//components/autofill/content/public/interfaces",
"//components/autofill/core/browser",
"//components/autofill/core/common",
@@ -37,7 +36,6 @@ static_library("browser") {
"//device/geolocation:device_geolocation",
"//google_apis",
"//gpu/config",
- "//ipc",
"//mojo/common:common_base",
"//net",
"//services/shell/public/cpp",
@@ -69,7 +67,7 @@ source_set("unit_tests") {
deps = [
":browser",
"//base",
- "//components/autofill/content/common",
+ "//components/autofill/content/public/interfaces",
"//components/autofill/core/browser",
"//components/autofill/core/browser:test_support",
"//components/autofill/core/common",
@@ -78,7 +76,6 @@ source_set("unit_tests") {
"//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