Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Unified Diff: tools/gyp_dart.py

Issue 1267633003: Don't force msvs 2010 version when running gyp (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp_dart.py
diff --git a/tools/gyp_dart.py b/tools/gyp_dart.py
index cce1b343e5a6bca43e5f7320b3352b2183a0a00a..708d4036709a88d5b9b43d0fc49c8a419c800431 100644
--- a/tools/gyp_dart.py
+++ b/tools/gyp_dart.py
@@ -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__':
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698