blob: b2fda43d2bf0cc8a3105f27d0f4d07b589d50c23 [file] [log] [blame]
# Copyright 2017 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("latin-ime") {
main_dart = "main.dart"
manifest = "pubspec.yaml"
meta = [
{
path = rebase_path("meta/latin-ime.cmx")
dest = "latin-ime.cmx"
},
]
source_dir = "."
sources = []
deps = [
"$garnet_sdk_fidl/fuchsia.sys",
"$garnet_sdk_fidl/fuchsia.ui.policy",
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//topaz/public/dart/fidl",
"//topaz/public/lib/app/dart",
"//topaz/public/lib/ui/flutter",
"//topaz/shell/keyboard",
]
}