blob: e25fd7b4011b41c21d300641aae6d2be45008501 [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")
group("fidl-changes") {
deps = [
":fidl.test.after",
":fidl.test.before",
"cpp",
"go",
"rust",
]
}
fidl("fidl.test.before") {
sources = [
"fidl/before.fidl",
]
}
fidl("fidl.test.during") {
sources = [
"fidl/during.fidl",
]
}
fidl("fidl.test.after") {
sources = [
"fidl/after.fidl",
]
}