Chromium Code Reviews| 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"), |