blob: d8f11c22bec1637c4d19ff293665b33098a45446 [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 = "lib/main.dart"
manifest = "pubspec.yaml"
meta = [
{
path = rebase_path("meta/latin-ime.cmx")
dest = "latin-ime.cmx"
},
]
source_dir = "."
sources = []
deps = [
"//sdk/fidl/fuchsia.sys",
"//sdk/fidl/fuchsia.ui.policy",
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//topaz/public/dart/fidl",
"//topaz/public/dart/fuchsia_logger",
"//topaz/public/dart/fuchsia_services",
"//topaz/shell/keyboard",
]
}