blob: 2ab97e9eb771f94d7ffc0ab9a5847ca9838d9f3b [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("lib.settings") {
package_name = "lib.settings"
sources = [
"device_info.dart",
"timezone_picker.dart",
"widgets.dart",
"debug.dart",
]
deps = [
"//sdk/fidl/fuchsia.devicesettings",
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//topaz/public/dart/fuchsia_logger",
"//topaz/public/dart/fuchsia_services",
"//topaz/public/dart/widgets:lib.widgets",
]
}