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

Unified Diff: compiler/scripts/generate_my_projects.py

Issue 9422019: isolates refactor: this change introduces 'dart:isolate' as a library. This is a (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' 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
« no previous file with comments | « compiler/lib/implementation/isolate_serialization.dart ('k') | corelib/src/corelib_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/scripts/generate_my_projects.py
diff --git a/compiler/scripts/generate_my_projects.py b/compiler/scripts/generate_my_projects.py
index 62596cafd3741143c5480130038b3dd61bad9c21..c28e32965aef69289857f27ea1a5c701470a9f3e 100755
--- a/compiler/scripts/generate_my_projects.py
+++ b/compiler/scripts/generate_my_projects.py
@@ -54,6 +54,12 @@ def Main():
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 "
« no previous file with comments | « compiler/lib/implementation/isolate_serialization.dart ('k') | corelib/src/corelib_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698