blob: 6b972c02a830a6a1ab41fd3f9e60d82dfd5b5cf5 [file] [log] [blame]
# Copyright 2016 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("flutter") {
package_name = "lib.ui.flutter"
sdk_category = "partner"
sources = [
"child_view.dart",
"child_view_async.dart",
]
source_dir = "."
deps = [
"$garnet_sdk_fidl/fuchsia.math",
"$garnet_sdk_fidl/fuchsia.ui.app",
"$garnet_sdk_fidl/fuchsia.ui.viewsv1",
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//third_party/dart-pkg/pub/meta",
"//topaz/public/lib/app/dart",
]
}