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

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

Issue 1725583002: Work in progress to make //ios/chrome/browser build again in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_ios_hack_2
Patch Set: Created 4 years, 10 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 | components/invalidation/impl/BUILD.gn » ('j') | 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 b0008d4bfe3696d37be5b621e656afd2788b5c1e..532bf4cc87b3129624a5f3580117254aec98d46e 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -164,10 +164,13 @@ source_set("browser") {
configs += [ "//build/config:precompiled_headers" ]
+ public_deps = [
+ "//components/autofill/core/browser/proto",
+ ]
+
deps = [
"//base",
"//base:i18n",
- "//components/autofill/core/browser/proto",
"//components/autofill/core/common",
"//components/data_use_measurement/core",
"//components/infobars/core",
@@ -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 | components/invalidation/impl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698