Index: components/domain_reliability/BUILD.gn |
diff --git a/components/domain_reliability/BUILD.gn b/components/domain_reliability/BUILD.gn |
index cdb61dac4a42829c38982ab05dfa19eab6113995..179c8de33c33d193eef2d2740128517ea1f8a6f6 100644 |
--- a/components/domain_reliability/BUILD.gn |
+++ b/components/domain_reliability/BUILD.gn |
@@ -10,14 +10,12 @@ |
# it a properly-rebased path to //components so it can properly join the |
# paths relative to that and find the JSON files. |
-baked_in_configs_gypi = exec_script( |
- "//build/gypi_to_gn.py", |
- [ rebase_path("baked_in_configs.gypi") ], |
- "scope", |
- [ "baked_in_configs.gypi" ]) |
-baked_in_configs = rebase_path( |
- baked_in_configs_gypi.baked_in_configs, |
- "domain_reliability") |
+baked_in_configs_gypi = exec_script("//build/gypi_to_gn.py", |
+ [ rebase_path("baked_in_configs.gypi") ], |
+ "scope", |
+ [ "baked_in_configs.gypi" ]) |
+baked_in_configs = |
+ rebase_path(baked_in_configs_gypi.baked_in_configs, "domain_reliability") |
action("bake_in_configs") { |
visibility = [ ":*" ] |