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

Unified Diff: content/shell/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/utility/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 6d52357aab6978fe1d50200c6a97f9e96aeedfba..082b2afd02213b81f3335a6883d988907a834a21 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -343,8 +343,7 @@ copy("copy_shell_resources") {
sources = [ "$target_gen_dir/shell_resources.pak" ]
outputs = [ "$root_out_dir/shell_resources.pak" ]
- deps = [ ":content_shell_resources_grit" ]
- forward_dependent_configs_from = [ ":content_shell_resources_grit" ]
+ public_deps = [ ":content_shell_resources_grit" ]
}
# Font copies.
@@ -378,10 +377,10 @@ if (is_android) {
}
group("resources") {
- deps = [
+ public_deps = [
":copy_shell_resources",
]
- forward_dependent_configs_from = [ ":copy_shell_resources" ]
+ deps = []
if (is_mac) {
# TODO(GYP) Mac bundle resources.
« no previous file with comments | « content/public/utility/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698