diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 12:38:05 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 12:38:05 +0000 |
commit | c2cde984fb8587104d969e255a89dadeba7b69e2 (patch) | |
tree | 9a69123cf968f1ef0020362b37c36e1e720c4fb3 /build | |
parent | aa7fb27398a9d81a388bfe024c8bfaf4b8b9e9a4 (diff) | |
download | chromium_src-c2cde984fb8587104d969e255a89dadeba7b69e2.zip chromium_src-c2cde984fb8587104d969e255a89dadeba7b69e2.tar.gz chromium_src-c2cde984fb8587104d969e255a89dadeba7b69e2.tar.bz2 |
Revert r136547 "Enforce VS2010 on trunk."
This is not necessary on trunk.
TBR=kerz@chromium.org
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10382126
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136548 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 e587577..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'] = '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 |