 Chromium Code Reviews
 Chromium Code Reviews Issue 9950019:
  Renamed the 'dartc' launch script to 'dart-analysis' and adds it to dart-sdk  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
    
  
    Issue 9950019:
  Renamed the 'dartc' launch script to 'dart-analysis' and adds it to dart-sdk  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart| Index: compiler/scripts/generate_my_projects.py | 
| diff --git a/compiler/scripts/generate_my_projects.py b/compiler/scripts/generate_my_projects.py | 
| index 7bce2fa3f217740e8102e701fc3a70131bb7969d..82f7400d5d54033481ef7a57b3b93f1c54f305a4 100755 | 
| --- a/compiler/scripts/generate_my_projects.py | 
| +++ b/compiler/scripts/generate_my_projects.py | 
| @@ -30,9 +30,6 @@ def Main(): | 
| if exit_code: | 
| return exit_code | 
| - if exit_code: | 
| - return exit_code | 
| - | 
| if '--no-gyp' in sys.argv: | 
| print '--no-gyp is deprecated.' |