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

Unified Diff: BUILD.gn

Issue 917243002: Rename source_prereqs to inputs in the GN Build file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698