| # 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" ] | |
| } |