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

Unified Diff: compiler/scripts/generate_my_projects.py

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
Patch Set: Merged up to tip of trunk, incorporated scheglov's feedback Created 8 years, 8 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
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.'

Powered by Google App Engine
This is Rietveld 408576698