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

Unified Diff: components/dom_distiller/core/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 | « components/dom_distiller/content/BUILD.gn ('k') | components/infobars/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/core/BUILD.gn
diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn
index 8f9a7a638c5de573802e402d2ec23844e21f9cb5..e20a4add243f8118d0988062e413d21ce63da5ce 100644
--- a/components/dom_distiller/core/BUILD.gn
+++ b/components/dom_distiller/core/BUILD.gn
@@ -46,25 +46,22 @@ static_library("core") {
"viewer.h",
]
+ public_deps = [
+ "//components/dom_distiller/core/proto",
+ "//third_party/dom_distiller_js:proto",
+ ]
deps = [
"//base",
- "//components/dom_distiller/core/proto",
"//components/leveldb_proto",
"//components/resources",
"//components/strings",
"//net",
"//skia",
"//sync",
- "//third_party/dom_distiller_js:proto",
"//ui/base",
"//url",
]
- forward_dependent_configs_from = [
- "//components/dom_distiller/core/proto",
- "//third_party/dom_distiller_js:proto",
- ]
-
if (is_android) {
deps += [ ":jni_headers" ]
}
« no previous file with comments | « components/dom_distiller/content/BUILD.gn ('k') | components/infobars/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698