xref: /aosp_15_r20/external/skia/gn/fuzz.gni (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1_fuzz = get_path_info("../fuzz", "abspath")
2_tools = get_path_info("../tools", "abspath")
3
4skia_base_fuzzer_srcs = [
5  "$_fuzz/Fuzz.cpp",
6  "$_fuzz/FuzzCommon.cpp",
7]
8
9skia_font_tools = [
10  "$_tools/fonts/FontToolUtils.cpp",
11  "$_tools/fonts/TestFontMgr.cpp",
12  "$_tools/fonts/TestSVGTypeface.cpp",
13  "$_tools/fonts/TestTypeface.cpp",
14  "$_tools/Resources.cpp",
15  "$_tools/flags/CommandLineFlags.cpp",
16]
17