blob: 0667e166300f5ee948b8c61f2555a5307edc8061 [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/dart/flutter_test.gni")
import("//topaz/runtime/flutter_runner/flutter_app.gni")
flutter_app("localized_flutter_app") {
main_dart = "lib/main.dart"
package_name = "localized_flutter_app"
sources = []
deps = [
"//src/experiences/examples/localized_flutter/localized_flutter_localization",
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//third_party/dart-pkg/git/flutter/packages/flutter_localizations",
"//third_party/dart-pkg/pub/intl",
]
meta = [
{
path = rebase_path("meta/localized_flutter_app.cmx")
dest = "localized_flutter_app.cmx"
},
]
}
flutter_test("localized_flutter_app_unittests") {
sources = [ "sample_test.dart" ]
deps = [ "//third_party/dart-pkg/pub/test" ]
}