Index: build/gyp_chromium |
diff --git a/build/gyp_chromium b/build/gyp_chromium |
index 2759ecdbe9bcbea7c987f23ec6481ddecdfb8027..226ba1a0f40479a499342fe31f9496803b48bfff 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 |