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

Unified Diff: chrome/app/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/util/BUILD.gn ('k') | chrome/browser/devtools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/BUILD.gn
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
index 9ff5c084652ad0f47f6a393ddccba5982b1650a3..6be2ff36694d06d77d12bd1b5ffa7cbf4ac481b9 100644
--- a/chrome/app/BUILD.gn
+++ b/chrome/app/BUILD.gn
@@ -17,10 +17,10 @@ action("make_generated_resources_map") {
script = "//chrome/browser/metrics/variations/generate_resources_map.py"
- source_prereqs = [ "$target_gen_dir/grit/generated_resources.h" ]
+ inputs = [ "$target_gen_dir/grit/generated_resources.h" ]
outputs = [ "$target_gen_dir/generated_resources_map.cc" ]
- args = rebase_path(source_prereqs, root_build_dir) +
+ args = rebase_path(inputs, root_build_dir) +
rebase_path(outputs, root_build_dir)
deps = [ ":generated_resources" ]
« no previous file with comments | « build/util/BUILD.gn ('k') | chrome/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698