forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibraries.yaml
47 lines (37 loc) · 1.18 KB
/
libraries.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
# This libraries file is only used for building the ddc kernel.
#
# Note: if you edit this file, you must also edit libraries.json in this
# directory:
#
#. python third_party/dart/tools/yaml2json.py flutter/web_sdk/libraries.yaml flutter/web_sdk/libraries.json
#
# We currently have several different files that needs to be updated when
# changing libraries, sources, and patch files. See
# https://github.com/dart-lang/sdk/issues/28836.
dartdevc:
include:
- {path: "../dart-sdk/lib/libraries.json", target: dartdevc}
libraries:
ui:
uri: "lib/ui/ui.dart"
_engine:
uri: "lib/_engine/engine.dart"
dart2js:
include:
- {path: "../dart-sdk/lib/libraries.json", target: dart2js}
libraries:
ui:
uri: "lib/ui/ui.dart"
_engine:
uri: "lib/_engine/engine.dart"
wasm:
include:
- {path: "../dart-sdk/lib/libraries.json", target: wasm}
libraries:
ui:
uri: "lib/ui/ui.dart"
_engine:
uri: "lib/_engine/engine.dart"