blob: 176597cf0182b7a7031829257763bbbdf7b122e9 [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_cli") {
package_name = "analyzer_cli"
sources = []
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/bazel_worker",
"//third_party/dart-pkg/pub/cli_util",
"//third_party/dart-pkg/pub/package_config",
"//third_party/dart-pkg/pub/plugin",
"//third_party/dart-pkg/pub/protobuf",
"//third_party/dart-pkg/pub/yaml",
"//third_party/dart/pkg/analyzer",
"//third_party/dart/pkg/telemetry",
"//third_party/dart/third_party/pkg/linter",
]
}