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

Unified Diff: chrome/installer/util/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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/common/BUILD.gn ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/BUILD.gn
diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn
index d01040ee0dfa8b9e648e5aa4a9dce5adae4dd94a..89a0c2b4aa0bdde5099de09a5b092b58bb65876f 100644
--- a/chrome/installer/util/BUILD.gn
+++ b/chrome/installer/util/BUILD.gn
@@ -36,7 +36,9 @@ action("strings") {
grdfile = "//chrome/app/chromium_strings.grd"
}
- inputs = [ grdfile ]
+ inputs = [
+ grdfile,
+ ]
# TODO(brettw) move to target_gen_dir
outdir = "$root_gen_dir/installer_util_strings"
@@ -46,8 +48,11 @@ action("strings") {
]
args = [
- "-i", rebase_path(grdfile, root_build_dir) + ":resources",
- "-n", "installer_util_strings",
- "-o", rebase_path(outdir, root_build_dir),
+ "-i",
+ rebase_path(grdfile, root_build_dir) + ":resources",
+ "-n",
+ "installer_util_strings",
+ "-o",
+ rebase_path(outdir, root_build_dir),
]
}
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698