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

Unified Diff: build/secondary/tools/grit/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 | « build/secondary/third_party/icu/BUILD.gn ('k') | build/secondary/tools/grit/repack.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/tools/grit/BUILD.gn
diff --git a/build/secondary/tools/grit/BUILD.gn b/build/secondary/tools/grit/BUILD.gn
index dee3d06a4fa043f6f664bd572cf481db10aa4b50..660bf1b1ebcfb553b690052ecf0468ec223499b2 100644
--- a/build/secondary/tools/grit/BUILD.gn
+++ b/build/secondary/tools/grit/BUILD.gn
@@ -15,7 +15,9 @@ action("grit_sources") {
# Note that we can't call this "grit_sources.stamp" because that file is
# implicitly created by GN for script actions.
- outputs = [ "$target_out_dir/grit_sources.script.stamp" ]
+ outputs = [
+ "$target_out_dir/grit_sources.script.stamp",
+ ]
args = [
rebase_path("//tools/grit", root_build_dir),
« no previous file with comments | « build/secondary/third_party/icu/BUILD.gn ('k') | build/secondary/tools/grit/repack.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698