summaryrefslogtreecommitdiffstats
path: root/build/gyp_chromium
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-11 12:34:25 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-11 12:34:25 +0000
commitf0bbddad93f27bcf08f89bb0dd0e4526fa4dbaee (patch)
tree0c4def119eb81b925c58b1126adeab2813a7da30 /build/gyp_chromium
parent6082f76f046fe408d115e6e50e110cdddae0dacc (diff)
downloadchromium_src-f0bbddad93f27bcf08f89bb0dd0e4526fa4dbaee.zip
chromium_src-f0bbddad93f27bcf08f89bb0dd0e4526fa4dbaee.tar.gz
chromium_src-f0bbddad93f27bcf08f89bb0dd0e4526fa4dbaee.tar.bz2
Enforce VS2008.
Only to be used to drover in the relevant branches. R=kerz@chromium.org BUG= TEST=To be reverted right away. Review URL: https://chromiumcodereview.appspot.com/10387072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136545 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/gyp_chromium')
-rwxr-xr-xbuild/gyp_chromium2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium
index 226ba1a..2759ecd 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'] = '2008'
+
# 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