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

Unified Diff: build/secondary/third_party/trace-viewer/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/chrome/BUILD.gn ('k') | build/secondary/tools/grit/grit_rule.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/third_party/trace-viewer/BUILD.gn
diff --git a/build/secondary/third_party/trace-viewer/BUILD.gn b/build/secondary/third_party/trace-viewer/BUILD.gn
index 9245cbc3b9ee5e7ae08227e797e2d75fa3b5f342..2fbc73a4a5befe8397d0590ccf4affd82669355e 100644
--- a/build/secondary/third_party/trace-viewer/BUILD.gn
+++ b/build/secondary/third_party/trace-viewer/BUILD.gn
@@ -307,7 +307,7 @@ output_resource_dir = "$root_gen_dir/content/browser/tracing"
action("generate_about_tracing") {
script = "trace_viewer/build/generate_about_tracing_contents"
- source_prereqs = tracing_html_files + tracing_css_files + tracing_js_files +
+ inputs = tracing_html_files + tracing_css_files + tracing_js_files +
tracing_img_files
outputs = [
"$output_resource_dir/about_tracing.js",
« no previous file with comments | « build/secondary/chrome/BUILD.gn ('k') | build/secondary/tools/grit/grit_rule.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698