blob: 8166b0bfc87e61a433b7382f9b0e8ab595092017 [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("shell") {
infer_package_name = true
sources = [
"models/overlay_drag_model.dart",
"models/overlay_position_model.dart",
]
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//topaz/public/dart/fidl",
"//topaz/public/dart/fuchsia_logger",
"//topaz/public/dart/widgets:lib.widgets",
]
}