diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 12:37:00 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 12:37:00 +0000 |
commit | aa7fb27398a9d81a388bfe024c8bfaf4b8b9e9a4 (patch) | |
tree | d1df7eaf37f8a2a8af5ab601b83541a1de99155f /build | |
parent | 24a58b0f40a51edc1826a41565cd73c3d7a2eac3 (diff) | |
download | chromium_src-aa7fb27398a9d81a388bfe024c8bfaf4b8b9e9a4.zip chromium_src-aa7fb27398a9d81a388bfe024c8bfaf4b8b9e9a4.tar.gz chromium_src-aa7fb27398a9d81a388bfe024c8bfaf4b8b9e9a4.tar.bz2 |
Enforce VS2010 on trunk.
To be used to drover into branches.
R=kerz@chromium.org
BUG=
TEST=To be reverted right after.
Review URL: https://chromiumcodereview.appspot.com/10383125
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/gyp_chromium | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium index 226ba1a..e587577 100755 --- a/build/gyp_chromium +++ b/build/gyp_chromium @@ -107,6 +107,8 @@ if __name__ == '__main__': psyco.profile() print "Enabled Psyco JIT." + os.environ['GYP_MSVS_VERSION'] = '2010' + # Fall back on hermetic python if we happen to get run under cygwin. # TODO(bradnelson): take this out once this issue is fixed: # http://code.google.com/p/gyp/issues/detail?id=177 |