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

Unified Diff: build/secondary/chrome/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/config/android/rules.gni ('k') | build/secondary/third_party/trace-viewer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/chrome/BUILD.gn
diff --git a/build/secondary/chrome/BUILD.gn b/build/secondary/chrome/BUILD.gn
index cbea517f5690f25e361e557d08f789f74cb6bb2e..4fdd5aa4ee0ce4c751821a7cfa2181f31c744649 100644
--- a/build/secondary/chrome/BUILD.gn
+++ b/build/secondary/chrome/BUILD.gn
@@ -199,7 +199,7 @@ action("about_credits") {
# is added or removed, it will change the result, but there is no way to
# express this as a build dependency. We approximate this by depending on
# the last change file to force an update whenever the code is updated.
- source_prereqs = [ "//build/util/LASTCHANGE" ]
+ inputs = [ "//build/util/LASTCHANGE" ]
args = [ "credits", build_relative_about_credits_file ]
}
« no previous file with comments | « build/config/android/rules.gni ('k') | build/secondary/third_party/trace-viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698