| 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__': | 
|  |