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

Unified Diff: sky/engine/config.gni

Issue 794413003: Run gn format on all gni files (gn version 307087) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 | « sky/engine/build/scripts/scripts.gni ('k') | sky/engine/core/core.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/config.gni
diff --git a/sky/engine/config.gni b/sky/engine/config.gni
index a924e3a122ec6fffbb58065a9bc0c56fcd04ddf6..a01fa99700c417ef3d01acd632eab13eb00acea4 100644
--- a/sky/engine/config.gni
+++ b/sky/engine/config.gni
@@ -60,7 +60,7 @@ if (sky_enable_compostior) {
# Convert the list to a space-separated string for passing to scripts.
# This would be the equivalent of passing '<(feature_defines)' in GYP.
-feature_defines_string = exec_script(
- "build/gn_list_to_space_separated_string.py",
- feature_defines_list,
- "trim string")
+feature_defines_string =
+ exec_script("build/gn_list_to_space_separated_string.py",
+ feature_defines_list,
+ "trim string")
« no previous file with comments | « sky/engine/build/scripts/scripts.gni ('k') | sky/engine/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698