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

Unified Diff: components/domain_reliability/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 | « components/dom_distiller/content/BUILD.gn ('k') | components/enhanced_bookmarks/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 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 = [ ":*" ]
« no previous file with comments | « components/dom_distiller/content/BUILD.gn ('k') | components/enhanced_bookmarks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698