| Index: build/toolchain/goma.gni
|
| diff --git a/build/toolchain/goma.gni b/build/toolchain/goma.gni
|
| index 15cb5427b93b9ddd42f9aa2a12a7a24a4f4c2e75..66348a96fce2de38b34ddcd8b976ed3a1d0b5230 100644
|
| --- a/build/toolchain/goma.gni
|
| +++ b/build/toolchain/goma.gni
|
| @@ -42,10 +42,8 @@ if (use_goma && goma_dir == "") {
|
| if (use_goma) {
|
| # Define the toolchain for the GYP build when using goma.
|
| make_goma_global_settings =
|
| - "'make_global_settings': [" +
|
| "['CC_wrapper', '$goma_dir/gomacc']," +
|
| "['CXX_wrapper', '$goma_dir/gomacc']," +
|
| "['CC.host_wrapper', '$goma_dir/gomacc']," +
|
| - "['CXX.host_wrapper', '$goma_dir/gomacc']," +
|
| - "],"
|
| + "['CXX.host_wrapper', '$goma_dir/gomacc'],"
|
| }
|
|
|