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

Unified Diff: runtime/vm/libraries.json

Issue 2895983002: Read SDK and patches from a JSON file. (Closed)
Patch Set: Merged with 1333f97b9a0e3805f991578ef83b0ec4553ecf33 Created 3 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
« no previous file with comments | « pkg/kernel/test/interpreter/suite.dart ('k') | runtime/vm/libraries.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/libraries.json
diff --git a/runtime/vm/libraries.json b/runtime/vm/libraries.json
deleted file mode 100644
index a411c5c647b35ac99ad0c23b069698b1117df29b..0000000000000000000000000000000000000000
--- a/runtime/vm/libraries.json
+++ /dev/null
@@ -1,162 +0,0 @@
-{
- "core": {
- "sources": [
- "core_patch.dart",
- "array.cc",
- "array.dart",
- "array_patch.dart",
- "bigint.dart",
- "bool.cc",
- "bool_patch.dart",
- "date.cc",
- "date_patch.dart",
- "double.cc",
- "double.dart",
- "double_patch.dart",
- "errors.cc",
- "errors_patch.dart",
- "expando_patch.dart",
- "function.cc",
- "function.dart",
- "function_patch.dart",
- "growable_array.cc",
- "growable_array.dart",
- "identical.cc",
- "identical_patch.dart",
- "immutable_map.dart",
- "integers.cc",
- "integers.dart",
- "integers_patch.dart",
- "invocation_mirror.h",
- "invocation_mirror_patch.dart",
- "lib_prefix.dart",
- "map_patch.dart",
- "null_patch.dart",
- "object.cc",
- "object_patch.dart",
- "regexp.cc",
- "regexp_patch.dart",
- "stacktrace.cc",
- "stacktrace.dart",
- "stacktrace.h",
- "stopwatch.cc",
- "stopwatch_patch.dart",
- "string.cc",
- "string_buffer_patch.dart",
- "string_patch.dart",
- "type_patch.dart",
- "uri.cc",
- "uri_patch.dart",
- "weak_property.cc",
- "weak_property.dart"
- ],
- "directory": "../lib"
- },
- "async": {
- "sources": [
- "async_patch.dart",
- "deferred_load_patch.dart",
- "schedule_microtask_patch.dart",
- "timer_patch.dart"
- ],
- "directory": "../lib"
- },
- "collection": {
- "sources": [
- "collection_patch.dart",
- "compact_hash.dart",
- "linked_hash_map.cc"
- ],
- "directory": "../lib"
- },
- "typed_data": {
- "sources": [
- "typed_data.cc",
- "typed_data_patch.dart",
- "simd128.cc"
- ],
- "directory": "../lib"
- },
- "vmservice": {
- "sources": [
- "vmservice_patch.dart",
- "vmservice.cc"
- ],
- "directory": "../lib"
- },
- "isolate": {
- "sources": [
- "isolate_patch.dart",
- "isolate.cc",
- "timer_impl.dart"
- ],
- "directory": "../lib"
- },
- "developer": {
- "sources": [
- "developer.cc",
- "developer.dart",
- "profiler.cc",
- "profiler.dart",
- "timeline.cc",
- "timeline.dart"
- ],
- "directory": "../lib"
- },
- "mirrors": {
- "sources": [
- "mirrors.cc",
- "mirrors.h",
- "mirrors_patch.dart",
- "mirrors_impl.dart",
- "mirror_reference.dart"
- ],
- "directory": "../lib"
- },
- "io": {
- "sources": [
- "common_patch.dart",
- "directory_patch.dart",
- "eventhandler_patch.dart",
- "file_patch.dart",
- "file_system_entity_patch.dart",
- "filter_patch.dart",
- "io_service_patch.dart",
- "platform_patch.dart",
- "process_patch.dart",
- "socket_patch.dart",
- "stdio_patch.dart",
- "secure_socket_patch.dart"
- ],
- "directory": "../bin"
- },
- "_internal": {
- "sources": [
- "internal_patch.dart",
- "class_id.dart",
- "class_id.cc",
- "print_patch.dart",
- "symbol_patch.dart"
- ],
- "directory": "../lib"
- },
- "convert": {
- "sources": [
- "convert_patch.dart"
- ],
- "directory": "../lib"
- },
- "math": {
- "sources": [
- "math.cc",
- "math_patch.dart"
- ],
- "directory": "../lib"
- },
- "profiler": {
- "sources": [
- "empty_source.dart"
- ],
- "directory": "../lib"
- }
-}
« no previous file with comments | « pkg/kernel/test/interpreter/suite.dart ('k') | runtime/vm/libraries.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698