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

Unified Diff: chrome/version.gni

Issue 754223003: gn format //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update for multiline output 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 | « chrome/utility/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/version.gni
diff --git a/chrome/version.gni b/chrome/version.gni
index b2e38d5ada1c7125dda61fe6f669f870db45c4be..cc8d96a4c665d7f99bd2d8dc4f262dfe80a862b4 100644
--- a/chrome/version.gni
+++ b/chrome/version.gni
@@ -51,14 +51,21 @@ template("process_version") {
branding_path,
]
- outputs = [ invoker.output ]
+ outputs = [
+ invoker.output,
+ ]
args = [
- "-f", rebase_path(version_path, root_build_dir),
- "-f", rebase_path(branding_path, root_build_dir),
- "-f", rebase_path(lastchange_path, root_build_dir),
- "-i", rebase_path(invoker.source, root_build_dir),
- "-o", rebase_path(invoker.output, root_build_dir),
+ "-f",
+ rebase_path(version_path, root_build_dir),
+ "-f",
+ rebase_path(branding_path, root_build_dir),
+ "-f",
+ rebase_path(lastchange_path, root_build_dir),
+ "-i",
+ rebase_path(invoker.source, root_build_dir),
+ "-o",
+ rebase_path(invoker.output, root_build_dir),
]
if (defined(invoker.extra_args)) {
« no previous file with comments | « chrome/utility/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698