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# This libraries file is only used for building the ddc kernel. 6# 7# Note: if you edit this file, you must also edit libraries.json in this 8# directory: 9# 10#. python third_party/dart/tools/yaml2json.py flutter/web_sdk/libraries.yaml flutter/web_sdk/libraries.json 11# 12# We currently have several different files that needs to be updated when 13# changing libraries, sources, and patch files. See 14# https://github.com/dart-lang/sdk/issues/28836. 15 16dartdevc: 17 libraries: 18 _runtime: 19 uri: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/runtime.dart" 20 21 _debugger: 22 uri: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/debugger.dart" 23 24 _foreign_helper: 25 uri: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/foreign_helper.dart" 26 27 _http: 28 uri: "../../third_party/dart/sdk/lib/_http/http.dart" 29 30 _interceptors: 31 uri: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/interceptors.dart" 32 33 _internal: 34 uri: "../../third_party/dart/sdk/lib/internal/internal.dart" 35 patches: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/internal_patch.dart" 36 37 _isolate_helper: 38 uri: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/isolate_helper.dart" 39 40 _js_helper: 41 uri: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/js_helper.dart" 42 43 _js_mirrors: 44 uri: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/js_mirrors.dart" 45 46 _js_primitives: 47 uri: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/js_primitives.dart" 48 49 _metadata: 50 uri: "../../third_party/dart/sdk/lib/html/html_common/metadata.dart" 51 52 _native_typed_data: 53 uri: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/native_typed_data.dart" 54 55 async: 56 uri: "../../third_party/dart/sdk/lib/async/async.dart" 57 patches: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart" 58 59 collection: 60 uri: "../../third_party/dart/sdk/lib/collection/collection.dart" 61 patches: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/collection_patch.dart" 62 63 convert: 64 uri: "../../third_party/dart/sdk/lib/convert/convert.dart" 65 patches: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/convert_patch.dart" 66 67 core: 68 uri: "../../third_party/dart/sdk/lib/core/core.dart" 69 patches: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/core_patch.dart" 70 71 developer: 72 uri: "../../third_party/dart/sdk/lib/developer/developer.dart" 73 patches: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/developer_patch.dart" 74 75 io: 76 uri: "../../third_party/dart/sdk/lib/io/io.dart" 77 patches: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/io_patch.dart" 78 supported: false 79 80 isolate: 81 uri: "../../third_party/dart/sdk/lib/isolate/isolate.dart" 82 patches: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/isolate_patch.dart" 83 supported: false 84 85 mirrors: 86 uri: "../../third_party/dart/sdk/lib/mirrors/mirrors.dart" 87 patches: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/mirrors_patch.dart" 88 supported: false 89 90 math: 91 uri: "../../third_party/dart/sdk/lib/math/math.dart" 92 patches: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/math_patch.dart" 93 94 typed_data: 95 uri: "../../third_party/dart/sdk/lib/typed_data/typed_data.dart" 96 patches: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/typed_data_patch.dart" 97 98 html: 99 uri: "../../third_party/dart/sdk/lib/html/dart2js/html_dart2js.dart" 100 101 html_common: 102 uri: "../../third_party/dart/sdk/lib/html/html_common/html_common_dart2js.dart" 103 104 indexed_db: 105 uri: "../../third_party/dart/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart" 106 107 js: 108 uri: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/lib/js/dart2js/js_dart2js.dart" 109 110 js_util: 111 uri: "../../third_party/dart/sdk/lib/_internal/js_dev_runtime/lib/js_util/dart2js/js_util_dart2js.dart" 112 113 svg: 114 uri: "../../third_party/dart/sdk/lib/svg/dart2js/svg_dart2js.dart" 115 116 web_audio: 117 uri: "../../third_party/dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart" 118 119 web_gl: 120 uri: "../../third_party/dart/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart" 121 122 web_sql: 123 uri: "../../third_party/dart/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart" 124 125 ui: 126 uri: "lib/ui/ui.dart" 127 128 _engine: 129 uri: "lib/_engine/engine.dart" 130 131dart2js: 132 libraries: 133 ui: 134 uri: "lib/ui/ui.dart" 135 136 _engine: 137 uri: "lib/_engine/engine.dart" 138 139 async: 140 uri: "../dart-sdk/lib/async/async.dart" 141 patches: "../dart-sdk/lib/_internal/js_runtime/lib/async_patch.dart" 142 143 _chrome: 144 uri: "../dart-sdk/lib/_chrome/dart2js/chrome_dart2js.dart" 145 146 collection: 147 uri: "../dart-sdk/lib/collection/collection.dart" 148 patches: "../dart-sdk/lib/_internal/js_runtime/lib/collection_patch.dart" 149 150 convert: 151 uri: "../dart-sdk/lib/convert/convert.dart" 152 patches: "../dart-sdk/lib/_internal/js_runtime/lib/convert_patch.dart" 153 154 core: 155 uri: "../dart-sdk/lib/core/core.dart" 156 patches: "../dart-sdk/lib/_internal/js_runtime/lib/core_patch.dart" 157 158 developer: 159 uri: "../dart-sdk/lib/developer/developer.dart" 160 patches: "../dart-sdk/lib/_internal/js_runtime/lib/developer_patch.dart" 161 162 html: 163 uri: "../dart-sdk/lib/html/dart2js/html_dart2js.dart" 164 165 html_common: 166 uri: "../dart-sdk/lib/html/html_common/html_common_dart2js.dart" 167 168 indexed_db: 169 uri: "../dart-sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart" 170 171 _http: 172 uri: "../dart-sdk/lib/_http/http.dart" 173 174 io: 175 uri: "../dart-sdk/lib/io/io.dart" 176 patches: "io_patch.dart" 177 supported: false 178 179 isolate: 180 uri: "../dart-sdk/lib/isolate/isolate.dart" 181 patches: "../dart-sdk/lib/_internal/js_runtime/lib/isolate_patch.dart" 182 supported: false 183 184 js: 185 uri: "../dart-sdk/lib/js/dart2js/js_dart2js.dart" 186 187 _js: 188 uri: "../dart-sdk/lib/js/_js.dart" 189 patches: "../dart-sdk/lib/js/_js_client.dart" 190 191 js_util: 192 uri: "../dart-sdk/lib/js_util/dart2js/js_util_dart2js.dart" 193 194 math: 195 uri: "../dart-sdk/lib/math/math.dart" 196 patches: "../dart-sdk/lib/_internal/js_runtime/lib/math_patch.dart" 197 198 mirrors: 199 uri: "../dart-sdk/lib/mirrors/mirrors.dart" 200 patches: "../dart-sdk/lib/_internal/js_runtime/lib/mirrors_patch_cfe.dart" 201 supported: false 202 203 typed_data: 204 uri: "../dart-sdk/lib/typed_data/typed_data.dart" 205 patches: "../dart-sdk/lib/_internal/js_runtime/lib/typed_data_patch.dart" 206 207 _native_typed_data: 208 uri: "../dart-sdk/lib/_internal/js_runtime/lib/native_typed_data.dart" 209 210 svg: 211 uri: "../dart-sdk/lib/svg/dart2js/svg_dart2js.dart" 212 213 web_audio: 214 uri: "../dart-sdk/lib/web_audio/dart2js/web_audio_dart2js.dart" 215 216 web_gl: 217 uri: "../dart-sdk/lib/web_gl/dart2js/web_gl_dart2js.dart" 218 219 web_sql: 220 uri: "../dart-sdk/lib/web_sql/dart2js/web_sql_dart2js.dart" 221 222 _internal: 223 uri: "../dart-sdk/lib/internal/internal.dart" 224 patches: "../dart-sdk/lib/_internal/js_runtime/lib/internal_patch.dart" 225 226 _js_helper: 227 uri: "../dart-sdk/lib/_internal/js_runtime/lib/js_helper.dart" 228 229 _interceptors: 230 uri: "../dart-sdk/lib/_internal/js_runtime/lib/interceptors.dart" 231 232 _foreign_helper: 233 uri: "../dart-sdk/lib/_internal/js_runtime/lib/foreign_helper.dart" 234 235 _js_names: 236 uri: "../dart-sdk/lib/_internal/js_runtime/lib/js_names.dart" 237 238 _js_primitives: 239 uri: "../dart-sdk/lib/_internal/js_runtime/lib/js_primitives.dart" 240 241 _js_embedded_names: 242 uri: "../dart-sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart" 243 244 _async_await_error_codes: 245 uri: "../dart-sdk/lib/_internal/js_runtime/lib/shared/async_await_error_codes.dart" 246 247 _metadata: 248 uri: "../dart-sdk/lib/html/html_common/metadata.dart"