• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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# python third_party/dart/tools/yaml2json.py flutter/lib/snapshot/libraries.yaml flutter/lib/snapshot/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
14flutter:
15  libraries:
16    _builtin:
17      uri: "../../../third_party/dart/runtime/bin/builtin.dart"
18
19    _internal:
20      uri: "../../../third_party/dart/sdk/lib/internal/internal.dart"
21      patches:
22        - "../../../third_party/dart/runtime/lib/internal_patch.dart"
23        - "../../../third_party/dart/runtime/lib/class_id_fasta.dart"
24        - "../../../third_party/dart/runtime/lib/print_patch.dart"
25        - "../../../third_party/dart/runtime/lib/symbol_patch.dart"
26        - "../../../third_party/dart/sdk/lib/internal/patch.dart"
27
28    async:
29      uri: "../../../third_party/dart/sdk/lib/async/async.dart"
30      patches:
31        - "../../../third_party/dart/runtime/lib/async_patch.dart"
32        - "../../../third_party/dart/runtime/lib/deferred_load_patch.dart"
33        - "../../../third_party/dart/runtime/lib/schedule_microtask_patch.dart"
34        - "../../../third_party/dart/runtime/lib/timer_patch.dart"
35
36    collection:
37      uri: "../../../third_party/dart/sdk/lib/collection/collection.dart"
38      patches:
39        - "../../../third_party/dart/runtime/lib/collection_patch.dart"
40        - "../../../third_party/dart/runtime/lib/compact_hash.dart"
41
42    convert:
43      uri: "../../../third_party/dart/sdk/lib/convert/convert.dart"
44      patches: "../../../third_party/dart/runtime/lib/convert_patch.dart"
45
46    core:
47      uri: "../../../third_party/dart/sdk/lib/core/core.dart"
48      patches:
49        - "../../../third_party/dart/runtime/lib/core_patch.dart"
50        - "../../../third_party/dart/runtime/lib/array.dart"
51        - "../../../third_party/dart/runtime/lib/array_patch.dart"
52        - "../../../third_party/dart/runtime/lib/bigint_patch.dart"
53        - "../../../third_party/dart/runtime/lib/bool_patch.dart"
54        - "../../../third_party/dart/runtime/lib/date_patch.dart"
55        - "../../../third_party/dart/runtime/lib/double.dart"
56        - "../../../third_party/dart/runtime/lib/double_patch.dart"
57        - "../../../third_party/dart/runtime/lib/errors_patch.dart"
58        - "../../../third_party/dart/runtime/lib/expando_patch.dart"
59        - "../../../third_party/dart/runtime/lib/function.dart"
60        - "../../../third_party/dart/runtime/lib/function_patch.dart"
61        - "../../../third_party/dart/runtime/lib/growable_array.dart"
62        - "../../../third_party/dart/runtime/lib/identical_patch.dart"
63        - "../../../third_party/dart/runtime/lib/immutable_map.dart"
64        - "../../../third_party/dart/runtime/lib/integers.dart"
65        - "../../../third_party/dart/runtime/lib/integers_patch.dart"
66        - "../../../third_party/dart/runtime/lib/invocation_mirror_patch.dart"
67        - "../../../third_party/dart/runtime/lib/lib_prefix.dart"
68        - "../../../third_party/dart/runtime/lib/map_patch.dart"
69        - "../../../third_party/dart/runtime/lib/null_patch.dart"
70        - "../../../third_party/dart/runtime/lib/object_patch.dart"
71        - "../../../third_party/dart/runtime/lib/regexp_patch.dart"
72        - "../../../third_party/dart/runtime/lib/stacktrace.dart"
73        - "../../../third_party/dart/runtime/lib/stopwatch_patch.dart"
74        - "../../../third_party/dart/runtime/lib/string_buffer_patch.dart"
75        - "../../../third_party/dart/runtime/lib/string_patch.dart"
76        - "../../../third_party/dart/runtime/lib/type_patch.dart"
77        - "../../../third_party/dart/runtime/lib/uri_patch.dart"
78        - "../../../third_party/dart/runtime/lib/weak_property.dart"
79
80    developer:
81      uri: "../../../third_party/dart/sdk/lib/developer/developer.dart"
82      patches:
83        - "../../../third_party/dart/runtime/lib/developer.dart"
84        - "../../../third_party/dart/runtime/lib/profiler.dart"
85        - "../../../third_party/dart/runtime/lib/timeline.dart"
86
87    ffi:
88      uri: "../../../third_party/dart/sdk/lib/ffi/ffi.dart"
89      patches:
90        - "../../../third_party/dart/runtime/lib/ffi_dynamic_library_patch.dart"
91        - "../../../third_party/dart/runtime/lib/ffi_native_type_patch.dart"
92        - "../../../third_party/dart/runtime/lib/ffi_patch.dart"
93
94    _http:
95      uri: "../../../third_party/dart/sdk/lib/_http/http.dart"
96
97    io:
98      uri: "../../../third_party/dart/sdk/lib/io/io.dart"
99      patches:
100        - "../../../third_party/dart/runtime/bin/common_patch.dart"
101        - "../../../third_party/dart/runtime/bin/directory_patch.dart"
102        - "../../../third_party/dart/runtime/bin/eventhandler_patch.dart"
103        - "../../../third_party/dart/runtime/bin/file_patch.dart"
104        - "../../../third_party/dart/runtime/bin/file_system_entity_patch.dart"
105        - "../../../third_party/dart/runtime/bin/filter_patch.dart"
106        - "../../../third_party/dart/runtime/bin/io_service_patch.dart"
107        - "../../../third_party/dart/runtime/bin/namespace_patch.dart"
108        - "../../../third_party/dart/runtime/bin/platform_patch.dart"
109        - "../../../third_party/dart/runtime/bin/process_patch.dart"
110        - "../../../third_party/dart/runtime/bin/socket_patch.dart"
111        - "../../../third_party/dart/runtime/bin/stdio_patch.dart"
112        - "../../../third_party/dart/runtime/bin/secure_socket_patch.dart"
113        - "../../../third_party/dart/runtime/bin/sync_socket_patch.dart"
114
115    isolate:
116      uri: "../../../third_party/dart/sdk/lib/isolate/isolate.dart"
117      patches:
118        - "../../../third_party/dart/runtime/lib/isolate_patch.dart"
119        - "../../../third_party/dart/runtime/lib/timer_impl.dart"
120
121    math:
122      uri: "../../../third_party/dart/sdk/lib/math/math.dart"
123      patches: "../../../third_party/dart/runtime/lib/math_patch.dart"
124
125    mirrors:
126      uri: "../../../third_party/dart/sdk/lib/mirrors/mirrors.dart"
127      patches:
128        - "../../../third_party/dart/runtime/lib/mirrors_patch.dart"
129        - "../../../third_party/dart/runtime/lib/mirrors_impl.dart"
130        - "../../../third_party/dart/runtime/lib/mirror_reference.dart"
131
132    nativewrappers:
133      uri: "../../../third_party/dart/sdk/lib/html/dartium/nativewrappers.dart"
134
135    profiler:
136      uri: "../../../third_party/dart/sdk/lib/profiler/profiler.dart"
137
138    typed_data:
139      uri: "../../../third_party/dart/sdk/lib/typed_data/typed_data.dart"
140      patches: "../../../third_party/dart/runtime/lib/typed_data_patch.dart"
141
142    ui:
143      uri: "../../lib/ui/ui.dart"
144
145    _vmservice:
146      uri: "../../../third_party/dart/sdk/lib/vmservice/vmservice.dart"
147
148    vmservice_io:
149      uri: "../../../third_party/dart/runtime/bin/vmservice/vmservice_io.dart"
150