| 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")
|
|
|