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

Unified Diff: compiler/java/com/google/dart/compiler/SystemLibraryManager.java

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/dartc.xml ('k') | compiler/java/com/google/dart/compiler/backend/js/GenerateJavascriptAST.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/java/com/google/dart/compiler/SystemLibraryManager.java
diff --git a/compiler/java/com/google/dart/compiler/SystemLibraryManager.java b/compiler/java/com/google/dart/compiler/SystemLibraryManager.java
index ece804d736b0519a3ba3a8cc1ef0b4a2cb314039..b573e323de27c207b7de243da3f75287cd1d9bdf 100644
--- a/compiler/java/com/google/dart/compiler/SystemLibraryManager.java
+++ b/compiler/java/com/google/dart/compiler/SystemLibraryManager.java
@@ -26,7 +26,8 @@ public class SystemLibraryManager {
DOM("dom", "dom", "dom/", "dom.dart", "domlib.jar"),
HTML("html", "html", "html/", "html.dart", "htmllib.jar"),
HTMLIMPL("html", "htmlimpl", "html/", "htmlimpl.dart", "htmllib.jar"),
- JSON("json", "json", "json/", "json.dart", "jsonlib.jar");
+ JSON("json", "json", "json/", "json.dart", "jsonlib.jar"),
+ ISOLATE("isolate", "isolate", "isolate/", "isolate_compiler.dart", "isolatelib.jar");
final String hostName;
final SystemLibraryPath base;
« no previous file with comments | « compiler/dartc.xml ('k') | compiler/java/com/google/dart/compiler/backend/js/GenerateJavascriptAST.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698