21 lines
760 B
YAML
21 lines
760 B
YAML
# 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.
|
|
|
|
# Note: if you edit this file, you must also generate libraries.json in this
|
|
# directory:
|
|
#
|
|
# dart third_party/dart/tools/yaml2json.dart flutter/lib/snapshot/libraries.yaml flutter/lib/snapshot/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.
|
|
|
|
flutter:
|
|
include:
|
|
- {path: "../../third_party/dart/sdk/lib/libraries.json", target: vm_common}
|
|
libraries:
|
|
ui:
|
|
uri: "../../lib/ui/ui.dart"
|
|
|
|
|