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

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: Created 7 years, 7 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
Index: sdk/lib/_internal/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index eac82dfc096b17b588e9bde7ef3e83b8d7eda8c7..8498f206f6b7e3567dba86f6bb759c41d1eb06b6 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -67,6 +67,11 @@ const Map<String, LibraryInfo> LIBRARIES = const {
"isolate/isolate.dart",
dart2jsPatchPath: "_internal/compiler/implementation/lib/isolate_patch.dart"),
+ "js": const LibraryInfo(
+ "js/dartium/js.dart",
+ category: "Client",
+ dart2jsPath: "js/dart2js/js.dart"),
vsm 2013/05/29 04:55:39 We probably should name this js_dart2js.dart and j
alexandre.ardhuin 2013/05/31 19:11:13 Done.
+
"json": const LibraryInfo(
"json/json.dart",
dart2jsPatchPath: "_internal/compiler/implementation/lib/json_patch.dart"),

Powered by Google App Engine
This is Rietveld 408576698