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

Unified Diff: content/browser/tracing/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 | « content/browser/devtools/BUILD.gn ('k') | content/gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tracing/BUILD.gn
diff --git a/content/browser/tracing/BUILD.gn b/content/browser/tracing/BUILD.gn
index 94694ee2fa4c3eb41ec8cd32494d983e148b6ce4..e34904e2a33c88193d1f3553db1a50b712248f81 100644
--- a/content/browser/tracing/BUILD.gn
+++ b/content/browser/tracing/BUILD.gn
@@ -19,7 +19,7 @@ action("generate_tracing_grd") {
"$tracing_gen_dir/about_tracing.html",
"$tracing_gen_dir/about_tracing.js",
]
- source_prereqs = input_pages
+ inputs = input_pages
outputs = [ tracing_grd ]
args = rebase_path(input_pages, target_gen_dir) + [
@@ -41,7 +41,7 @@ action("resources") {
grit_inputs_build_rel =
exec_script("//tools/grit/grit_info.py", [ "--inputs" ], "list lines")
- source_prereqs = rebase_path(grit_inputs_build_rel, ".", root_build_dir) + [
+ inputs = rebase_path(grit_inputs_build_rel, ".", root_build_dir) + [
grit_resource_id_file,
]
outputs = [
« no previous file with comments | « content/browser/devtools/BUILD.gn ('k') | content/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698