Index: compiler/scripts/generate_my_projects.py |
diff --git a/compiler/scripts/generate_my_projects.py b/compiler/scripts/generate_my_projects.py |
index 7ee2d90acd37188f5386b88a4a35963048d1e969..30dfc47c8988036a55f0c3ef142f12d66d46a59a 100755 |
--- a/compiler/scripts/generate_my_projects.py |
+++ b/compiler/scripts/generate_my_projects.py |
@@ -30,43 +30,6 @@ def Main(): |
if exit_code: |
return exit_code |
- exit_code = os.system("python %(compiler)s/generate_source_list.py " |
- "corelib %(compiler)s/corelib_sources ../corelib/src" |
- % locations) |
- if exit_code: |
- return exit_code |
- |
- exit_code = os.system("python %(compiler)s/generate_systemlibrary_list.py " |
- "domlib %(compiler)s/domlib_sources ../lib/dom dom.dart" |
- % locations) |
- if exit_code: |
- return exit_code |
- |
- exit_code = os.system("python %(compiler)s/generate_systemlibrary_list.py " |
- "htmllib %(compiler)s/htmllib_sources ../lib/html/release html.dart" |
- % locations) |
- if exit_code: |
- return exit_code |
- |
- exit_code = os.system("python %(compiler)s/generate_systemlibrary_list.py " |
- "jsonlib %(compiler)s/jsonlib_sources ../lib/json json.dart" |
- % locations) |
- if exit_code: |
- return exit_code |
- |
- exit_code = os.system("python %(compiler)s/generate_systemlibrary_list.py " |
- "isolatelib %(compiler)s/isolatelib_sources ../lib/isolate isolate_compiler.dart" |
- % locations) |
- if exit_code: |
- return exit_code |
- |
- exit_code = os.system("python %(compiler)s/generate_source_list.py " |
- "compiler_corelib " |
- "%(compiler)s/compiler_corelib_sources " |
- "lib" % locations) |
- if exit_code: |
- return exit_code |
- |
if '--no-gyp' in sys.argv: |
print '--no-gyp is deprecated.' |