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

Unified Diff: sdk/lib/_internal/libraries.dart

Issue 15782009: RFC: introduce dart:js (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix comments on patch 9 Created 7 years, 5 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 | « sdk/lib/_internal/compiler/implementation/native_handler.dart ('k') | sdk/lib/js/dart2js/js_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index 6c6a3a012e28bc87c6286b523c946776344981c3..100f26ba0cd322e7fcc8c4821d867f26cf1805d9 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -64,6 +64,11 @@ const Map<String, LibraryInfo> LIBRARIES = const {
"isolate/isolate.dart",
dart2jsPatchPath: "_internal/lib/isolate_patch.dart"),
+ "js": const LibraryInfo(
+ "js/dartium/js_dartium.dart",
+ category: "Client",
+ dart2jsPath: "js/dart2js/js_dart2js.dart"),
+
"json": const LibraryInfo(
"json/json.dart",
dart2jsPatchPath: "_internal/lib/json_patch.dart"),
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/native_handler.dart ('k') | sdk/lib/js/dart2js/js_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698