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 |