blob: a864313ffd30636baf21fc2bd0bf3c91783d7d90 [file] [log] [blame]
# Copyright 2017 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("analyzer") {
package_name = "analyzer"
sources = []
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/charcode",
"//third_party/dart-pkg/pub/collection",
"//third_party/dart-pkg/pub/convert",
"//third_party/dart-pkg/pub/crypto",
"//third_party/dart-pkg/pub/glob",
"//third_party/dart-pkg/pub/html",
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/package_config",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/plugin",
"//third_party/dart-pkg/pub/pub_semver",
"//third_party/dart-pkg/pub/source_span",
"//third_party/dart-pkg/pub/watcher",
"//third_party/dart-pkg/pub/yaml",
"//third_party/dart/pkg/front_end",
"//third_party/dart/pkg/kernel",
]
}