blob: 53b444f793b7807203f4f560fca4a6f930970cdb [file] [log] [blame]
# Copyright 2016 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("//topaz/runtime/flutter_runner/flutter_app.gni")
flutter_app("color") {
main_dart = "lib/main.dart"
sources = [
"src/color_model.dart",
]
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//topaz/public/lib/app/dart",
"//topaz/public/lib/app_driver/dart",
"//topaz/public/lib/schemas/dart",
"//topaz/public/lib/widgets/dart",
]
}