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

Unified Diff: content/public/plugin/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 | « content/public/common/BUILD.gn ('k') | content/public/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/plugin/BUILD.gn
diff --git a/content/public/plugin/BUILD.gn b/content/public/plugin/BUILD.gn
index ab9fb2dabded3f7ae1a933e12131fb4af74dacc1..c43de9bd3e8d25cffefc0ad75b0c2e08ea9a763f 100644
--- a/content/public/plugin/BUILD.gn
+++ b/content/public/plugin/BUILD.gn
@@ -5,11 +5,10 @@
# See //content/BUILD.gn for how this works.
group("plugin") {
if (is_component_build) {
- deps = [ "//content" ]
+ public_deps = [ "//content" ]
} else {
- deps = [ ":plugin_sources" ]
+ public_deps = [ ":plugin_sources" ]
}
- forward_dependent_configs_from = deps
}
source_set("plugin_sources") {
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/public/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698