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

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

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « chrome/utility/BUILD.gn ('k') | components/autofill/core/browser/BUILD.gn » ('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 267c72fe98c163301e0fb5925228dedcd237b145..def5a450c0386e29f6936b7489a42b6bb1926c35 100644
--- a/components/autofill/content/browser/BUILD.gn
+++ b/components/autofill/content/browser/BUILD.gn
@@ -36,6 +36,9 @@ static_library("browser") {
"wallet/wallet_signin_helper.h",
]
+ public_deps = [
+ "//skia",
+ ]
deps = [
":risk_proto",
"//base",
@@ -54,7 +57,6 @@ static_library("browser") {
"//content/public/common",
"//google_apis",
"//ipc",
- "//skia",
"//sql",
"//third_party/icu",
"//third_party/libphonenumber",
@@ -64,10 +66,6 @@ static_library("browser") {
"//ui/gfx/geometry",
"//url",
]
-
- forward_dependent_configs_from = [
- "//skia",
- ]
}
proto_library("risk_proto") {
« no previous file with comments | « chrome/utility/BUILD.gn ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698