Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 18246018c10312d9624fd0688016d636ec3f3619..262cb93045cef06e4f6924dcc2f125e301f4b337 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -164,7 +164,7 @@ action("js2c") { |
# The script depends on this other script, this rule causes a rebuild if it |
# changes. |
- source_prereqs = [ "tools/jsmin.py" ] |
+ inputs = [ "tools/jsmin.py" ] |
sources = [ |
"src/runtime.js", |
@@ -224,7 +224,7 @@ action("js2c_experimental") { |
# The script depends on this other script, this rule causes a rebuild if it |
# changes. |
- source_prereqs = [ "tools/jsmin.py" ] |
+ inputs = [ "tools/jsmin.py" ] |
sources = [ |
"src/macros.py", |