blob: 7773e1ed1829442e4331ff4e621b2af9047b90f0 [file] [log] [blame]
# Copyright 2018 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/fidl/fidl.gni")
fidl("dart.fidl.json.test") {
# TODO(fxb/35879): Remove lint exclusions by fixing known FIDL lint violations in this target
excluded_checks = [
"invalid-case-for-constant",
"invalid-copyright-for-platform-source-library",
"string-bounds-not-specified",
"too-many-nested-libraries",
"vector-bounds-not-specified",
]
name = "test.dart.fidl.json"
sources = [
"types.test.fidl",
]
}