Index: sdk/lib/libraries.json |
diff --git a/sdk/lib/libraries.json b/sdk/lib/libraries.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1632cd44c2571241d2d6185a04e1db63bc16f65a |
--- /dev/null |
+++ b/sdk/lib/libraries.json |
@@ -0,0 +1,129 @@ |
+{ |
+ "vm": { |
+ "libraries": { |
+ "_builtin": { |
+ "uri": "../../runtime/bin/builtin.dart" |
+ }, |
+ "core": { |
+ "patches": [ |
+ "../../runtime/lib/core_patch.dart", |
+ "../../runtime/lib/array.dart", |
+ "../../runtime/lib/array_patch.dart", |
+ "../../runtime/lib/bigint.dart", |
+ "../../runtime/lib/bool_patch.dart", |
+ "../../runtime/lib/date_patch.dart", |
+ "../../runtime/lib/double.dart", |
+ "../../runtime/lib/double_patch.dart", |
+ "../../runtime/lib/errors_patch.dart", |
+ "../../runtime/lib/expando_patch.dart", |
+ "../../runtime/lib/function.dart", |
+ "../../runtime/lib/function_patch.dart", |
+ "../../runtime/lib/growable_array.dart", |
+ "../../runtime/lib/identical_patch.dart", |
+ "../../runtime/lib/immutable_map.dart", |
+ "../../runtime/lib/integers.dart", |
+ "../../runtime/lib/integers_patch.dart", |
+ "../../runtime/lib/invocation_mirror_patch.dart", |
+ "../../runtime/lib/lib_prefix.dart", |
+ "../../runtime/lib/map_patch.dart", |
+ "../../runtime/lib/null_patch.dart", |
+ "../../runtime/lib/object_patch.dart", |
+ "../../runtime/lib/regexp_patch.dart", |
+ "../../runtime/lib/stacktrace.dart", |
+ "../../runtime/lib/stopwatch_patch.dart", |
+ "../../runtime/lib/string_buffer_patch.dart", |
+ "../../runtime/lib/string_patch.dart", |
+ "../../runtime/lib/type_patch.dart", |
+ "../../runtime/lib/uri_patch.dart", |
+ "../../runtime/lib/weak_property.dart" |
+ ], |
+ "uri": "core/core.dart" |
+ }, |
+ "async": { |
+ "patches": [ |
+ "../../runtime/lib/async_patch.dart", |
+ "../../runtime/lib/deferred_load_patch.dart", |
+ "../../runtime/lib/schedule_microtask_patch.dart", |
+ "../../runtime/lib/timer_patch.dart" |
+ ], |
+ "uri": "async/async.dart" |
+ }, |
+ "collection": { |
+ "patches": [ |
+ "../../runtime/lib/collection_patch.dart", |
+ "../../runtime/lib/compact_hash.dart" |
+ ], |
+ "uri": "collection/collection.dart" |
+ }, |
+ "typed_data": { |
+ "patches": "../../runtime/lib/typed_data_patch.dart", |
+ "uri": "typed_data/typed_data.dart" |
+ }, |
+ "nativewrappers": { |
+ "uri": "html/dartium/nativewrappers.dart" |
+ }, |
+ "developer": { |
+ "patches": [ |
+ "../../runtime/lib/developer.dart", |
+ "../../runtime/lib/profiler.dart", |
+ "../../runtime/lib/timeline.dart" |
+ ], |
+ "uri": "developer/developer.dart" |
+ }, |
+ "isolate": { |
+ "patches": [ |
+ "../../runtime/lib/isolate_patch.dart", |
+ "../../runtime/lib/timer_impl.dart" |
+ ], |
+ "uri": "isolate/isolate.dart" |
+ }, |
+ "mirrors": { |
+ "patches": [ |
+ "../../runtime/lib/mirrors_patch.dart", |
+ "../../runtime/lib/mirrors_impl.dart", |
+ "../../runtime/lib/mirror_reference.dart" |
+ ], |
+ "uri": "mirrors/mirrors.dart" |
+ }, |
+ "io": { |
+ "patches": [ |
+ "../../runtime/bin/common_patch.dart", |
+ "../../runtime/bin/directory_patch.dart", |
+ "../../runtime/bin/eventhandler_patch.dart", |
+ "../../runtime/bin/file_patch.dart", |
+ "../../runtime/bin/file_system_entity_patch.dart", |
+ "../../runtime/bin/filter_patch.dart", |
+ "../../runtime/bin/io_service_patch.dart", |
+ "../../runtime/bin/platform_patch.dart", |
+ "../../runtime/bin/process_patch.dart", |
+ "../../runtime/bin/socket_patch.dart", |
+ "../../runtime/bin/stdio_patch.dart", |
+ "../../runtime/bin/secure_socket_patch.dart", |
+ "../../runtime/bin/sync_socket_patch.dart" |
+ ], |
+ "uri": "io/io.dart" |
+ }, |
+ "_internal": { |
+ "patches": [ |
+ "../../runtime/lib/internal_patch.dart", |
+ "../../runtime/lib/class_id.dart", |
+ "../../runtime/lib/print_patch.dart", |
+ "../../runtime/lib/symbol_patch.dart" |
+ ], |
+ "uri": "internal/internal.dart" |
+ }, |
+ "convert": { |
+ "patches": "../../runtime/lib/convert_patch.dart", |
+ "uri": "convert/convert.dart" |
+ }, |
+ "math": { |
+ "patches": "../../runtime/lib/math_patch.dart", |
+ "uri": "math/math.dart" |
+ }, |
+ "profiler": { |
+ "patches": "../../runtime/lib/empty_source.dart", |
+ "uri": "profiler/profiler.dart" |
+ } |
+ } |
+ } |
+} |