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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « pkg/kernel/test/interpreter/suite.dart ('k') | runtime/vm/libraries.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "core": {
3 "sources": [
4 "core_patch.dart",
5 "array.cc",
6 "array.dart",
7 "array_patch.dart",
8 "bigint.dart",
9 "bool.cc",
10 "bool_patch.dart",
11 "date.cc",
12 "date_patch.dart",
13 "double.cc",
14 "double.dart",
15 "double_patch.dart",
16 "errors.cc",
17 "errors_patch.dart",
18 "expando_patch.dart",
19 "function.cc",
20 "function.dart",
21 "function_patch.dart",
22 "growable_array.cc",
23 "growable_array.dart",
24 "identical.cc",
25 "identical_patch.dart",
26 "immutable_map.dart",
27 "integers.cc",
28 "integers.dart",
29 "integers_patch.dart",
30 "invocation_mirror.h",
31 "invocation_mirror_patch.dart",
32 "lib_prefix.dart",
33 "map_patch.dart",
34 "null_patch.dart",
35 "object.cc",
36 "object_patch.dart",
37 "regexp.cc",
38 "regexp_patch.dart",
39 "stacktrace.cc",
40 "stacktrace.dart",
41 "stacktrace.h",
42 "stopwatch.cc",
43 "stopwatch_patch.dart",
44 "string.cc",
45 "string_buffer_patch.dart",
46 "string_patch.dart",
47 "type_patch.dart",
48 "uri.cc",
49 "uri_patch.dart",
50 "weak_property.cc",
51 "weak_property.dart"
52 ],
53 "directory": "../lib"
54 },
55 "async": {
56 "sources": [
57 "async_patch.dart",
58 "deferred_load_patch.dart",
59 "schedule_microtask_patch.dart",
60 "timer_patch.dart"
61 ],
62 "directory": "../lib"
63 },
64 "collection": {
65 "sources": [
66 "collection_patch.dart",
67 "compact_hash.dart",
68 "linked_hash_map.cc"
69 ],
70 "directory": "../lib"
71 },
72 "typed_data": {
73 "sources": [
74 "typed_data.cc",
75 "typed_data_patch.dart",
76 "simd128.cc"
77 ],
78 "directory": "../lib"
79 },
80 "vmservice": {
81 "sources": [
82 "vmservice_patch.dart",
83 "vmservice.cc"
84 ],
85 "directory": "../lib"
86 },
87 "isolate": {
88 "sources": [
89 "isolate_patch.dart",
90 "isolate.cc",
91 "timer_impl.dart"
92 ],
93 "directory": "../lib"
94 },
95 "developer": {
96 "sources": [
97 "developer.cc",
98 "developer.dart",
99 "profiler.cc",
100 "profiler.dart",
101 "timeline.cc",
102 "timeline.dart"
103 ],
104 "directory": "../lib"
105 },
106 "mirrors": {
107 "sources": [
108 "mirrors.cc",
109 "mirrors.h",
110 "mirrors_patch.dart",
111 "mirrors_impl.dart",
112 "mirror_reference.dart"
113 ],
114 "directory": "../lib"
115 },
116 "io": {
117 "sources": [
118 "common_patch.dart",
119 "directory_patch.dart",
120 "eventhandler_patch.dart",
121 "file_patch.dart",
122 "file_system_entity_patch.dart",
123 "filter_patch.dart",
124 "io_service_patch.dart",
125 "platform_patch.dart",
126 "process_patch.dart",
127 "socket_patch.dart",
128 "stdio_patch.dart",
129 "secure_socket_patch.dart"
130 ],
131 "directory": "../bin"
132 },
133 "_internal": {
134 "sources": [
135 "internal_patch.dart",
136 "class_id.dart",
137 "class_id.cc",
138 "print_patch.dart",
139 "symbol_patch.dart"
140 ],
141 "directory": "../lib"
142 },
143 "convert": {
144 "sources": [
145 "convert_patch.dart"
146 ],
147 "directory": "../lib"
148 },
149 "math": {
150 "sources": [
151 "math.cc",
152 "math_patch.dart"
153 ],
154 "directory": "../lib"
155 },
156 "profiler": {
157 "sources": [
158 "empty_source.dart"
159 ],
160 "directory": "../lib"
161 }
162 }
OLDNEW
« 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