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

Unified Diff: chrome/version.gni

Issue 754223003: gn format //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« chrome/app/BUILD.gn ('K') | « 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..0f113017f8bf6a3aa4c0ddab90a097029c411722 100644
--- a/chrome/version.gni
+++ b/chrome/version.gni
@@ -54,11 +54,16 @@ template("process_version") {
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)) {
« chrome/app/BUILD.gn ('K') | « chrome/utility/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698