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

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: remove all scope handlings Created 7 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
Index: sdk/lib/_internal/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index d56bdc3aed1bb2bed99416dd5c6b8547f17fc1f4..5225fc989167a384f3b33d2f258e2ead02a1eafc 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"),

Powered by Google App Engine
This is Rietveld 408576698