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

Unified Diff: utils/apidoc/apidoc.dart

Issue 10563023: Reapply "Add dart:web to dart2js and editor, containing only htmlEscape." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « lib/web/web.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/apidoc.dart
diff --git a/utils/apidoc/apidoc.dart b/utils/apidoc/apidoc.dart
index 2dd35ece7662c41a7f524985b43335167664ece8..d0362e6133306a113a1ae882916b9e68f68c6b85 100644
--- a/utils/apidoc/apidoc.dart
+++ b/utils/apidoc/apidoc.dart
@@ -131,6 +131,7 @@ void main() {
world.getOrAddLibrary('${doc.scriptDir}/../../lib/unittest/unittest.dart');
world.getOrAddLibrary('dart:uri');
world.getOrAddLibrary('dart:utf');
+ world.getOrAddLibrary('dart:web');
world.process();
print('Generating docs...');
« no previous file with comments | « lib/web/web.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698