blob: 1f2819fdd3e126abe5b21cb0396ca93dbc5cf5f1 [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("telemetry") {
package_name = "telemetry"
sources = []
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/http",
"//third_party/dart-pkg/pub/path",
"//third_party/dart-pkg/pub/stack_trace",
"//third_party/dart-pkg/pub/usage",
]
}