blob: 01cdeeae3632f5e6a80764d730ddc21d13e83d18 [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/third_party/pkg/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",
]
}