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

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

Issue 1806853008: [GN] Fix missing public dependency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-ide
Patch Set: Rebase on origin/master Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 74d6402379bcbfefcc1a97196da5275cd0b5b7f3..f0e080e174f1fc0026521c02550a6ee3e2532add 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -167,7 +167,6 @@ source_set("browser") {
deps = [
"//base",
"//base:i18n",
- "//components/autofill/core/browser/proto",
"//components/autofill/core/common",
"//components/data_use_measurement/core",
"//components/infobars/core",
@@ -199,6 +198,10 @@ source_set("browser") {
"//url",
]
+ public_deps = [
+ "//components/autofill/core/browser/proto",
+ ]
+
configs += [
":wallet_service",
"//build/config/compiler:no_size_t_to_int_warning",
@@ -235,7 +238,6 @@ source_set("test_support") {
"//base",
"//base/test:test_support",
"//components/autofill/core/browser",
- "//components/autofill/core/browser/proto",
"//components/autofill/core/common",
"//components/os_crypt",
"//components/pref_registry",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698