blob: 5a9068c75e1697981a26786b4ae71fe0bfc39263 [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_tool.gni")
dart_tool("analyzer") {
main_dart = "bin/execute.dart"
source_dir = "bin"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/analysis_server_lib",
"//third_party/dart-pkg/pub/args",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/yaml",
"//third_party/dart/third_party/pkg/intl",
]
}