Index: build/toolchain/win/BUILD.gn |
diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn |
index 5b9ae48d741d17d930f509440eb3b9f580d7c2dd..04b36cf666e3c376d58d34b796d99b3a84d3599a 100644 |
--- a/build/toolchain/win/BUILD.gn |
+++ b/build/toolchain/win/BUILD.gn |
@@ -22,11 +22,6 @@ exec_script("setup_toolchain.py", |
stamp_command = "$python_path gyp-win-tool stamp \$out" |
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_global_settings': [ $make_goma_global_settings ]," |
-} |
- |
# 32-bit toolchain ------------------------------------------------------------- |
toolchain("32") { |