blob: 06d3066b65fe5c1b3915a4a9846b6e6e2dd3fe11 [file] [log] [blame]
# Copyright 2017 The Chromium 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("dart") {
package_name = "lib.device.dart"
sdk_category = "partner"
sources = [
"device.dart",
"src/base_shell_impl.dart",
]
deps = [
"//sdk/fidl/fuchsia.auth",
"//sdk/fidl/fuchsia.modular",
"//topaz/public/dart/fidl",
]
}