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

Unified Diff: utils/dartdoc/dartdoc.dart

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 | « tools/testing/dart/test_suite.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/dartdoc/dartdoc.dart
diff --git a/utils/dartdoc/dartdoc.dart b/utils/dartdoc/dartdoc.dart
index 47a19b2799b02a1e743994787e89cab4fb29fa78..417234949756f9bc645b8045a65965ef773379be 100644
--- a/utils/dartdoc/dartdoc.dart
+++ b/utils/dartdoc/dartdoc.dart
@@ -188,6 +188,7 @@ class Dartdoc {
world.getOrAddLibrary('dart:core');
world.getOrAddLibrary('dart:coreimpl');
world.getOrAddLibrary('dart:json');
+ world.getOrAddLibrary('dart:isolate');
world.process();
break;
@@ -196,6 +197,7 @@ class Dartdoc {
world.getOrAddLibrary('dart:coreimpl');
world.getOrAddLibrary('dart:json');
world.getOrAddLibrary('dart:dom');
+ world.getOrAddLibrary('dart:isolate');
world.process();
break;
@@ -205,6 +207,7 @@ class Dartdoc {
world.getOrAddLibrary('dart:json');
world.getOrAddLibrary('dart:dom');
world.getOrAddLibrary('dart:html');
+ world.getOrAddLibrary('dart:isolate');
world.process();
break;
« no previous file with comments | « tools/testing/dart/test_suite.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698