Index: tools/gn/secondary/tools/grit/grit_rule.gni |
diff --git a/tools/gn/secondary/tools/grit/grit_rule.gni b/tools/gn/secondary/tools/grit/grit_rule.gni |
index 789e40ea94c65f7a3be4ef9fca62f7b2532750e4..31307e4184471b0087932d7cf601b412d1d3e88a 100644 |
--- a/tools/gn/secondary/tools/grit/grit_rule.gni |
+++ b/tools/gn/secondary/tools/grit/grit_rule.gni |
@@ -67,7 +67,6 @@ template("grit") { |
grit_custom_target = target_name + "_grit" |
action(grit_custom_target) { |
script = "//tools/grit/grit.py" |
- hard_dep = true |
source_prereqs = grit_inputs |
outputs = grit_outputs |
@@ -86,7 +85,6 @@ template("grit") { |
source_set(target_name) { |
# Since we generate a file, we need to be run before the targets that |
# depend on us. |
- hard_dep = true |
sources = grit_outputs |
# Deps set on the template invocation will go on the grit script running |