diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 12:36:11 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 12:36:11 +0000 |
commit | 24a58b0f40a51edc1826a41565cd73c3d7a2eac3 (patch) | |
tree | 9a69123cf968f1ef0020362b37c36e1e720c4fb3 /build | |
parent | f0bbddad93f27bcf08f89bb0dd0e4526fa4dbaee (diff) | |
download | chromium_src-24a58b0f40a51edc1826a41565cd73c3d7a2eac3.zip chromium_src-24a58b0f40a51edc1826a41565cd73c3d7a2eac3.tar.gz chromium_src-24a58b0f40a51edc1826a41565cd73c3d7a2eac3.tar.bz2 |
Revert r136545 "Enforce VS2008."
It is not necessary in trunk.
TBR=kerz@chromium.org
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10310121
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136546 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/gyp_chromium | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium index 2759ecd..226ba1a 100755 --- a/build/gyp_chromium +++ b/build/gyp_chromium @@ -107,8 +107,6 @@ 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 |