Index: build/secondary/tools/grit/grit_rule.gni |
diff --git a/build/secondary/tools/grit/grit_rule.gni b/build/secondary/tools/grit/grit_rule.gni |
index 3f22123993acbdeb3d3b9af06ff3b425c300b12d..35bbed32734815ec67ecad23ccb411f5cd661a49 100644 |
--- a/build/secondary/tools/grit/grit_rule.gni |
+++ b/build/secondary/tools/grit/grit_rule.gni |
@@ -445,11 +445,9 @@ |
# depend on us. |
sources = grit_outputs |
- # Deps set on the template invocation will go on the action that runs |
- # grit above rather than this library. This target needs to depend on the |
- # action publicly so other scripts can take the outputs from the grit |
- # script as inputs. |
- public_deps = [ |
+ # Deps set on the template invocation will go on the grit script running |
+ # target rather than this library. |
+ deps = [ |
":$grit_custom_target", |
] |
public_configs = [ ":$grit_config" ] |