blob: 94575578867b4ca8ec0b353ee5216d9baaeaedd9 [file] [log] [blame]
# Copyright 2017 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.
static_library("Fuzzer") {
cflags = [
"-fno-omit-frame-pointer",
]
sources = [
"FuzzerCorpus.h",
"FuzzerCrossOver.cpp",
"FuzzerDefs.h",
"FuzzerDictionary.h",
"FuzzerDriver.cpp",
"FuzzerExtFunctionsDlsym.cpp",
"FuzzerExtFunctionsDlsymWin.cpp",
"FuzzerExtFunctions.h",
"FuzzerExtFunctionsWeakAlias.cpp",
"FuzzerExtFunctionsWeak.cpp",
"FuzzerExtraCounters.cpp",
"FuzzerInterface.h",
"FuzzerInternal.h",
"FuzzerIO.cpp",
"FuzzerIO.h",
"FuzzerIOPosix.cpp",
"FuzzerIOWindows.cpp",
"FuzzerLoop.cpp",
"FuzzerMain.cpp",
"FuzzerMerge.cpp",
"FuzzerMerge.h",
"FuzzerMutate.cpp",
"FuzzerMutate.h",
"FuzzerOptions.h",
"FuzzerRandom.h",
"FuzzerSHA1.cpp",
"FuzzerSHA1.h",
"FuzzerShmem.h",
"FuzzerShmemPosix.cpp",
"FuzzerShmemWindows.cpp",
"FuzzerTracePC.cpp",
"FuzzerTracePC.h",
"FuzzerTraceState.cpp",
"FuzzerUtil.cpp",
"FuzzerUtilDarwin.cpp",
"FuzzerUtil.h",
"FuzzerUtilLinux.cpp",
"FuzzerUtilPosix.cpp",
"FuzzerUtilWindows.cpp",
"FuzzerValueBitMap.h",
]
}