mirror of https://github.com/google/oss-fuzz.git
[skia] Fix build (#3133)
This commit is contained in:
parent
f98bd5289a
commit
2bf6cd00a4
|
@ -155,6 +155,7 @@ test_app("api_image_filter") {
|
|||
"fuzz/oss_fuzz/FuzzAPIImageFilter.cpp",
|
||||
"tools/UrlDataManager.cpp",
|
||||
"tools/debugger/DebugCanvas.cpp",
|
||||
"tools/debugger/DebugLayerManager.cpp",
|
||||
"tools/debugger/DrawCommand.cpp",
|
||||
"tools/debugger/JsonWriteBuffer.cpp",
|
||||
]
|
||||
|
@ -206,6 +207,7 @@ test_app("api_raster_n32_canvas") {
|
|||
"tools/Resources.cpp",
|
||||
"tools/UrlDataManager.cpp",
|
||||
"tools/debugger/DebugCanvas.cpp",
|
||||
"tools/debugger/DebugLayerManager.cpp",
|
||||
"tools/debugger/DrawCommand.cpp",
|
||||
"tools/debugger/JsonWriteBuffer.cpp",
|
||||
"tools/fonts/TestFontMgr.cpp",
|
||||
|
@ -236,6 +238,7 @@ test_app("api_mock_gpu_canvas") {
|
|||
"tools/Resources.cpp",
|
||||
"tools/UrlDataManager.cpp",
|
||||
"tools/debugger/DebugCanvas.cpp",
|
||||
"tools/debugger/DebugLayerManager.cpp",
|
||||
"tools/debugger/DrawCommand.cpp",
|
||||
"tools/debugger/JsonWriteBuffer.cpp",
|
||||
"tools/fonts/TestFontMgr.cpp",
|
||||
|
@ -265,6 +268,7 @@ test_app("api_null_canvas") {
|
|||
"tools/Resources.cpp",
|
||||
"tools/UrlDataManager.cpp",
|
||||
"tools/debugger/DebugCanvas.cpp",
|
||||
"tools/debugger/DebugLayerManager.cpp",
|
||||
"tools/debugger/DrawCommand.cpp",
|
||||
"tools/debugger/JsonWriteBuffer.cpp",
|
||||
"tools/fonts/TestFontMgr.cpp",
|
||||
|
|
Loading…
Reference in New Issue