blob: 041a108545a519c68efccd8a47e3135f1c51651a [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("widgets") {
package_name = "lib_setui_widgets"
sources = [
"style.dart",
]
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter",
]
}