blob: d9a569919125a8458a7902d96640d03766027a70 [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("scenic") {
package_name = "scenic"
sdk_category = "partner"
source_dir = "lib"
sources = [
"child_view.dart",
]
deps = [
]
}