blob: 0ea19c4e3d16fd781065d068ce7010f023e9f71b [file] [log] [blame]
# Copyright 2018 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/dart/dart_library.gni")
dart_library("vm") {
package_name = "vm"
sources = []
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/args",
"//third_party/dart/pkg/front_end",
"//third_party/dart/pkg/kernel",
]
}