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

Unified Diff: dart/compiler/scripts/generate_my_projects.py

Issue 9353015: Remove dartc optimizing backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix minor test issues Created 8 years, 10 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: dart/compiler/scripts/generate_my_projects.py
diff --git a/dart/compiler/scripts/generate_my_projects.py b/dart/compiler/scripts/generate_my_projects.py
index 7c61024ae51fafb44688a2ffd8ee23d65c84666d..5cefc53025cda6ad44b490fbbecc9c1e3913c023 100755
--- a/dart/compiler/scripts/generate_my_projects.py
+++ b/dart/compiler/scripts/generate_my_projects.py
@@ -61,14 +61,6 @@ def Main():
if exit_code:
return exit_code
- exit_code = os.system("python %(compiler)s/generate_source_list.py "
- "closure_compiler_src %(compiler)s/closure_compiler_sources "
- "../third_party/closure_compiler_src "
- "build javadoc test"
- % locations)
- if exit_code:
- return exit_code
-
if '--no-gyp' in sys.argv:
print '--no-gyp is deprecated.'
« no previous file with comments | « dart/compiler/javatests/com/google/dart/compiler/vm/VmTest.java ('k') | dart/compiler/tests/dartc/dartc.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698