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

Unified Diff: build/toolchain/win/BUILD.gn

Issue 140653010: Fox goma on Windows for the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 -------------------------------------------------------------
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698