From 2bf6cd00a46ae94195f6891f40635d3436273965 Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Mon, 16 Dec 2019 16:01:46 -0500 Subject: [PATCH] [skia] Fix build (#3133) --- projects/skia/BUILD.gn.diff | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/skia/BUILD.gn.diff b/projects/skia/BUILD.gn.diff index 991c41b11..ffa088cce 100644 --- a/projects/skia/BUILD.gn.diff +++ b/projects/skia/BUILD.gn.diff @@ -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",