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

Unified Diff: build/util/BUILD.gn

Issue 375873006: Rename source_prereqs to inputs in the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « build/secondary/tools/grit/repack.gni ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/util/BUILD.gn
diff --git a/build/util/BUILD.gn b/build/util/BUILD.gn
index 910900817365e2a173b7d678946803c5a9b516e9..e8f21cfcf6b1be1b4b7b1a0fca30015ae8ae58a2 100644
--- a/build/util/BUILD.gn
+++ b/build/util/BUILD.gn
@@ -16,7 +16,7 @@ action("last_change") {
script = "lastchange.py"
# Rerun the script any time this file changes.
- source_prereqs = [ "//build/util/LASTCHANGE" ]
+ inputs = [ "//build/util/LASTCHANGE" ]
output_header = "$target_gen_dir/last_change.h"
outputs = [ output_header ]
@@ -37,7 +37,7 @@ action("webkit_version") {
lastchange_file = "LASTCHANGE.blink"
# TODO(brettw) move from content to this directory.
template_file = "//content/webkit_version.h.in"
- source_prereqs = [ lastchange_file, template_file ]
+ inputs = [ lastchange_file, template_file ]
output_file = "$root_gen_dir/webkit_version.h"
outputs = [ output_file ]
« no previous file with comments | « build/secondary/tools/grit/repack.gni ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698