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

Unified Diff: content/browser/tracing/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years 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 | « components/domain_reliability/BUILD.gn ('k') | content/shell/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 9de30e7afe6956d4dc62d941b0c8734432600ee7..9cd28e131839daef58108b12012b3f43f15bc921 100644
--- a/content/browser/tracing/BUILD.gn
+++ b/content/browser/tracing/BUILD.gn
@@ -20,7 +20,9 @@ action("generate_tracing_grd") {
"$tracing_gen_dir/about_tracing.js",
]
inputs = input_pages
- outputs = [ tracing_grd ]
+ outputs = [
+ tracing_grd,
+ ]
args = rebase_path(input_pages, target_gen_dir) + [
"--output",
« no previous file with comments | « components/domain_reliability/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698