blob: b2a31696d961a239bd72b7a44ce9e50d2eac9e40 [file] [log] [blame]
# Copyright 2018 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("fuchsia") {
package_name = "fuchsia"
null_safe = true
sdk_category = "partner"
sources = [
"fuchsia.dart",
"src/fakes/fuchsia_fakes.dart",
]
deps = [ "//sdk/dart/zircon" ]
}