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

Unified Diff: components/domain_reliability/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/data_reduction_proxy/core/common/version.gni ('k') | content/browser/tracing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability/BUILD.gn
diff --git a/components/domain_reliability/BUILD.gn b/components/domain_reliability/BUILD.gn
index 179c8de33c33d193eef2d2740128517ea1f8a6f6..0f941a2123e77d5ec71600d7878f2918a9a15cf6 100644
--- a/components/domain_reliability/BUILD.gn
+++ b/components/domain_reliability/BUILD.gn
@@ -22,7 +22,9 @@ action("bake_in_configs") {
script = "bake_in_configs.py"
inputs = baked_in_configs
- outputs = [ "$target_gen_dir/baked_in_configs.cc" ]
+ outputs = [
+ "$target_gen_dir/baked_in_configs.cc",
+ ]
# The actual list of JSON files will overflow the command line length limit
# on Windows, so pass the name of the .gypi file and bake_in_configs.py will
« no previous file with comments | « components/data_reduction_proxy/core/common/version.gni ('k') | content/browser/tracing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698