OLD | NEW |
| (Empty) |
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | |
2 # for details. All rights reserved. Use of this source code is governed by a | |
3 # BSD-style license that can be found in the LICENSE file. | |
4 | |
5 # Note: if you edit this file, you must also edit libraries.json in this | |
6 # directory: | |
7 # | |
8 # ../../tools/yaml2json.py libraries.yaml libraries.json | |
9 # | |
10 # We currently have several different files that needs to be updated when | |
11 # changing libraries, sources, and patch files. See | |
12 # https://github.com/dart-lang/sdk/issues/28836. | |
13 | |
14 async: | |
15 sources: | |
16 - async_patch.dart | |
17 - deferred_load_patch.dart | |
18 - schedule_microtask_patch.dart | |
19 - timer_patch.dart | |
20 directory: ../lib | |
21 | |
22 collection: | |
23 sources: | |
24 - collection_patch.dart | |
25 - compact_hash.dart | |
26 - linked_hash_map.cc | |
27 directory: ../lib | |
28 | |
29 convert: | |
30 sources: | |
31 - convert_patch.dart | |
32 directory: ../lib | |
33 | |
34 core: | |
35 sources: | |
36 - core_patch.dart | |
37 - array.cc | |
38 - array.dart | |
39 - array_patch.dart | |
40 - bigint.dart | |
41 - bool.cc | |
42 - bool_patch.dart | |
43 - date.cc | |
44 - date_patch.dart | |
45 - double.cc | |
46 - double.dart | |
47 - double_patch.dart | |
48 - errors.cc | |
49 - errors_patch.dart | |
50 - expando_patch.dart | |
51 - function.cc | |
52 - function.dart | |
53 - function_patch.dart | |
54 - growable_array.cc | |
55 - growable_array.dart | |
56 - identical.cc | |
57 - identical_patch.dart | |
58 - immutable_map.dart | |
59 - integers.cc | |
60 - integers.dart | |
61 - integers_patch.dart | |
62 - invocation_mirror.h | |
63 - invocation_mirror_patch.dart | |
64 - lib_prefix.dart | |
65 - map_patch.dart | |
66 - null_patch.dart | |
67 - object.cc | |
68 - object_patch.dart | |
69 - regexp.cc | |
70 - regexp_patch.dart | |
71 - stacktrace.cc | |
72 - stacktrace.dart | |
73 - stacktrace.h | |
74 - stopwatch.cc | |
75 - stopwatch_patch.dart | |
76 - string.cc | |
77 - string_buffer_patch.dart | |
78 - string_patch.dart | |
79 - type_patch.dart | |
80 - uri.cc | |
81 - uri_patch.dart | |
82 - weak_property.cc | |
83 - weak_property.dart | |
84 directory: ../lib | |
85 | |
86 developer: | |
87 sources: | |
88 - developer.cc | |
89 - developer.dart | |
90 - profiler.cc | |
91 - profiler.dart | |
92 - timeline.cc | |
93 - timeline.dart | |
94 directory: ../lib | |
95 | |
96 _internal: | |
97 sources: | |
98 - internal_patch.dart | |
99 - class_id.dart | |
100 - class_id.cc | |
101 - print_patch.dart | |
102 - symbol_patch.dart | |
103 directory: ../lib | |
104 | |
105 isolate: | |
106 sources: | |
107 - isolate_patch.dart | |
108 - isolate.cc | |
109 - timer_impl.dart | |
110 directory: ../lib | |
111 | |
112 math: | |
113 sources: | |
114 - math.cc | |
115 - math_patch.dart | |
116 directory: ../lib | |
117 | |
118 mirrors: | |
119 sources: | |
120 - mirrors.cc | |
121 - mirrors.h | |
122 - mirrors_patch.dart | |
123 - mirrors_impl.dart | |
124 - mirror_reference.dart | |
125 directory: ../lib | |
126 | |
127 profiler: | |
128 sources: | |
129 - empty_source.dart | |
130 directory: ../lib | |
131 | |
132 typed_data: | |
133 sources: | |
134 - typed_data.cc | |
135 - typed_data_patch.dart | |
136 - simd128.cc | |
137 directory: ../lib | |
138 | |
139 vmservice: | |
140 sources: | |
141 - vmservice_patch.dart | |
142 - vmservice.cc | |
143 directory: ../lib | |
144 | |
145 io: | |
146 sources: | |
147 - common_patch.dart | |
148 - directory_patch.dart | |
149 - eventhandler_patch.dart | |
150 - file_patch.dart | |
151 - file_system_entity_patch.dart | |
152 - filter_patch.dart | |
153 - io_service_patch.dart | |
154 - platform_patch.dart | |
155 - process_patch.dart | |
156 - socket_patch.dart | |
157 - stdio_patch.dart | |
158 - secure_socket_patch.dart | |
159 directory: ../bin | |
OLD | NEW |