| Index: build/toolchain/win/BUILD.gn
|
| diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn
|
| index 32b055596ab5e00df8b5934e4e2b3d36d9ae194b..1bf2001d29de7c1bc2fac0f3f30c8dad612068ac 100644
|
| --- a/build/toolchain/win/BUILD.gn
|
| +++ b/build/toolchain/win/BUILD.gn
|
| @@ -24,7 +24,7 @@ copy_command = "$python_path gyp-win-tool recursive-mirror \$in \$out"
|
|
|
| if (use_goma) {
|
| # Add the Goma compiler prefixes to the GYP file.
|
| - gyp_header = make_goma_global_settings
|
| + gyp_header = "'make_global_settings': [ $make_goma_global_settings ],"
|
| }
|
|
|
| # 32-bit toolchain -------------------------------------------------------------
|
|
|