blob: 3229d710f8a5e8cb1e39e72337c9c73b97c98be4 [file] [log] [blame]
# Copyright 2021 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")
import("//tools/fidl/measure-tape/measure_tape.gni")
fidl("fuchsia.stresstest") {
sources = [ "actor.fidl" ]
}
measure_tape("rust_measure_tape_for_action") {
fidls = [ ":fuchsia.stresstest" ]
target_types = [ "fuchsia.stresstest/Action" ]
target_binding = "rust"
}