blob: 28c9193dc1cf4a8e7fbb80b7e95b7d17bbd74984 [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/dart/dart_library.gni")
# This is just so that we can run dart analysis on these files.
dart_library("package_for_analysis") {
infer_package_name = true
sources = [
"after-during.dart",
"after.dart",
"before-during.dart",
"before.dart",
]
deps = [
"//garnet/tests/fidl-changes:fidl.test.after",
"//garnet/tests/fidl-changes:fidl.test.before",
"//garnet/tests/fidl-changes:fidl.test.during",
]
}