blob: c00e961157680fbcd85bf7dd7e51f1b65c25331d [file] [log] [blame]
# Copyright 2019 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("localized_mod") {
main_dart = "lib/main.dart"
package_name = "localized_mod"
sources = []
deps = [
"//sdk/fidl/fuchsia.ui.gfx",
"//sdk/fidl/fuchsia.ui.scenic",
"//sdk/fidl/fuchsia.ui.viewsv1",
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//third_party/dart-pkg/git/flutter/packages/flutter_localizations",
"//third_party/dart/third_party/pkg/intl",
"//topaz/public/dart/widgets:lib.widgets",
]
meta = [
{
path = rebase_path("meta/localized_mod.cmx")
dest = "localized_mod.cmx"
},
]
}