blob: 6e2dfccebe83ee1b2f2e490441a0b10f87327eae [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("//tools/cmc/build/expect_includes.gni")
config("fuzzing_verbose_logging") {
defines = [ "FUZZING_VERBOSE_LOGGING" ]
}
# All fuzzer components and tests should depend on this
expect_includes("base_includes") {
includes = [ "fuzzer_base.shard.cmx" ]
}
# All fuzzer components should depend on this
expect_includes("fuzzer_includes") {
includes = [ "fuzzer.shard.cmx" ]
deps = [ ":base_includes" ]
}