diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-18 09:04:55 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-18 09:04:55 +0000 |
commit | 2691b66ecfeb9d382b02943fb1b268862ed34a60 (patch) | |
tree | 0a55c167874ed360f9aaf5c3ec5ac53c4df73637 | |
parent | 8d0affa6699137f6cbc2eafb6034c3fa4bd38eee (diff) | |
download | chromium_src-2691b66ecfeb9d382b02943fb1b268862ed34a60.zip chromium_src-2691b66ecfeb9d382b02943fb1b268862ed34a60.tar.gz chromium_src-2691b66ecfeb9d382b02943fb1b268862ed34a60.tar.bz2 |
Fox goma on Windows for the GN build.
This properly defines the goma wrapper. Previously these were not wrapped with the make_global_settings dictionary.
TBR=scottmg
BUG=
Review URL: https://codereview.chromium.org/140653010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245763 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | build/toolchain/win/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn index 32b0555..1bf2001 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 ------------------------------------------------------------- |