Skip to content

Commit

Permalink
Fox goma on Windows for the GN build.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
brettw@chromium.org committed Jan 18, 2014
1 parent 8d0affa commit 2691b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/toolchain/win/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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 -------------------------------------------------------------
Expand Down

0 comments on commit 2691b66

Please sign in to comment.