Don't force msvs 2010 version when running gyp

R=ahe@google.com, iposva@google.com, whesse@google.com
BUG=

Review URL: https://codereview.chromium.org//1267633003 .
This commit is contained in:
Rico Wind 2015-07-30 16:09:12 +02:00
parent 4c67a266ed
commit b67b36ab2a

View file

@ -33,11 +33,6 @@ def main():
'--depth=.', '-Itools/gyp/all.gypi',
component_gyp_files[component]]
if sys.platform == 'win32':
# Generate Visual Studio 2010 compatible files by default.
if not os.environ.get('GYP_MSVS_VERSION'):
args.extend(['-G', 'msvs_version=2010'])
sys.exit(execute(args))
if __name__ == '__main__':