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

Unified Diff: components/dom_distiller/content/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/crash/browser/BUILD.gn ('k') | components/dom_distiller/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/content/BUILD.gn
diff --git a/components/dom_distiller/content/BUILD.gn b/components/dom_distiller/content/BUILD.gn
index 998665a85302cc34fe2250b8635f9a154423dd60..5e471276becd788a2efcb025cd4c17cc04761ec1 100644
--- a/components/dom_distiller/content/BUILD.gn
+++ b/components/dom_distiller/content/BUILD.gn
@@ -14,8 +14,10 @@ if (!is_ios) {
"web_contents_main_frame_observer.h",
]
- deps = [
+ public_deps = [
"//components/dom_distiller/core",
+ ]
+ deps = [
"//components/resources",
"//components/strings",
"//content/public/browser",
@@ -23,9 +25,5 @@ if (!is_ios) {
"//skia",
"//sync",
]
-
- forward_dependent_configs_from = [
- "//components/dom_distiller/core",
- ]
}
}
« no previous file with comments | « components/crash/browser/BUILD.gn ('k') | components/dom_distiller/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698