mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 06:20:13 +00:00
93c3c28d2b
Change-Id: I84ef4cea95a20171d842ea0f0db668c1dbbe5dae Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/131480 Commit-Queue: Ben Konyi <bkonyi@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com>
20 lines
719 B
YAML
20 lines
719 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 edit libraries.json in this
|
|
# directory:
|
|
#
|
|
# python ./tools/yaml2json.py sdk/lib/vmservice_libraries.yaml sdk/lib/vmservice_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.
|
|
|
|
vm:
|
|
libraries:
|
|
_vmservice:
|
|
uri: "vmservice/vmservice.dart"
|
|
|
|
vmservice_io:
|
|
uri: "_internal/vm/bin/vmservice_io.dart"
|