blob: 6b330eea9f26e5466ffb3ca84b10aef448a20f72 [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("//build/dart/dart_library.gni")
dart_library("localized_flutter_localization") {
package_name = "localized_flutter_localization"
disable_analysis = true
sources = [
"messages_all.dart",
"messages_ar-XB.dart",
"messages_en-XA.dart",
"messages_en-XC.dart",
"messages_he.dart",
"messages_messages.dart",
"messages_nl.dart",
"messages_sr-Latn.dart",
"messages_sr.dart",
]
deps = [ "//third_party/dart-pkg/pub/intl" ]
}