| 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.
|
|
|