blob: 7e00fe1c4176b0a3348ebe2197eeb67df30eefa3 [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("linter") {
package_name = "linter"
sources = []
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/cli_util",
"//third_party/dart-pkg/pub/glob",
"//third_party/dart-pkg/pub/plugin",
"//third_party/dart-pkg/pub/source_span",
"//third_party/dart-pkg/pub/yaml",
"//third_party/dart/pkg/analyzer",
]
}