diff options
author | Kevin Lubick <kjlubick@users.noreply.github.com> | 2019-04-01 16:31:15 -0400 |
---|---|---|
committer | Abhishek Arya <inferno@chromium.org> | 2019-04-01 13:31:15 -0700 |
commit | a1315ef31ec13efe91d763609ec4ccffde0af1a5 (patch) | |
tree | ae3ba8ff639da2253a82058f77b82eb17f76c350 /projects | |
parent | 795aa427572e9e785b27b01fa60ddb85e9adfa45 (diff) |
[skia] fix build after rename (#2283)
Diffstat (limited to 'projects')
-rw-r--r-- | projects/skia/BUILD.gn.diff | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/projects/skia/BUILD.gn.diff b/projects/skia/BUILD.gn.diff index 6ac8731e..c4671f3c 100644 --- a/projects/skia/BUILD.gn.diff +++ b/projects/skia/BUILD.gn.diff @@ -37,9 +37,9 @@ test_app("image_filter_deserialize") { "fuzz/FuzzCommon.cpp", "fuzz/oss_fuzz/FuzzImageFilterDeserialize.cpp", "tools/Resources.cpp", - "tools/fonts/SkTestFontMgr.cpp", - "tools/fonts/SkTestSVGTypeface.cpp", - "tools/fonts/SkTestTypeface.cpp", + "tools/fonts/TestFontMgr.cpp", + "tools/fonts/TestSVGTypeface.cpp", + "tools/fonts/TestTypeface.cpp", ] deps = [ ":experimental_svg_model", @@ -70,9 +70,9 @@ test_app("textblob_deserialize") { "fuzz/FuzzCommon.cpp", "fuzz/oss_fuzz/FuzzTextBlobDeserialize.cpp", "tools/Resources.cpp", - "tools/fonts/SkTestFontMgr.cpp", - "tools/fonts/SkTestSVGTypeface.cpp", - "tools/fonts/SkTestTypeface.cpp", + "tools/fonts/TestFontMgr.cpp", + "tools/fonts/TestSVGTypeface.cpp", + "tools/fonts/TestTypeface.cpp", ] deps = [ ":experimental_svg_model", @@ -154,9 +154,9 @@ test_app("api_image_filter") { "fuzz/FuzzCommon.cpp", "fuzz/oss_fuzz/FuzzAPIImageFilter.cpp", "tools/UrlDataManager.cpp", - "tools/debugger/SkDebugCanvas.cpp", - "tools/debugger/SkDrawCommand.cpp", - "tools/debugger/SkJsonWriteBuffer.cpp", + "tools/debugger/DebugCanvas.cpp", + "tools/debugger/DrawCommand.cpp", + "tools/debugger/JsonWriteBuffer.cpp", ] deps = [ ":flags", @@ -205,12 +205,12 @@ test_app("api_raster_n32_canvas") { "fuzz/oss_fuzz/FuzzRasterN32Canvas.cpp", "tools/Resources.cpp", "tools/UrlDataManager.cpp", - "tools/debugger/SkDebugCanvas.cpp", - "tools/debugger/SkDrawCommand.cpp", - "tools/debugger/SkJsonWriteBuffer.cpp", - "tools/fonts/SkTestFontMgr.cpp", - "tools/fonts/SkTestSVGTypeface.cpp", - "tools/fonts/SkTestTypeface.cpp", + "tools/debugger/DebugCanvas.cpp", + "tools/debugger/DrawCommand.cpp", + "tools/debugger/JsonWriteBuffer.cpp", + "tools/fonts/TestFontMgr.cpp", + "tools/fonts/TestSVGTypeface.cpp", + "tools/fonts/TestTypeface.cpp", ] deps = [ ":experimental_svg_model", @@ -235,12 +235,12 @@ test_app("api_mock_gpu_canvas") { "tools/LsanSuppressions.cpp", "tools/Resources.cpp", "tools/UrlDataManager.cpp", - "tools/debugger/SkDebugCanvas.cpp", - "tools/debugger/SkDrawCommand.cpp", - "tools/debugger/SkJsonWriteBuffer.cpp", - "tools/fonts/SkTestFontMgr.cpp", - "tools/fonts/SkTestSVGTypeface.cpp", - "tools/fonts/SkTestTypeface.cpp", + "tools/debugger/DebugCanvas.cpp", + "tools/debugger/DrawCommand.cpp", + "tools/debugger/JsonWriteBuffer.cpp", + "tools/fonts/TestFontMgr.cpp", + "tools/fonts/TestSVGTypeface.cpp", + "tools/fonts/TestTypeface.cpp", ] deps = [ ":experimental_svg_model", @@ -264,12 +264,12 @@ test_app("api_null_canvas") { "fuzz/oss_fuzz/FuzzNullCanvas.cpp", "tools/Resources.cpp", "tools/UrlDataManager.cpp", - "tools/debugger/SkDebugCanvas.cpp", - "tools/debugger/SkDrawCommand.cpp", - "tools/debugger/SkJsonWriteBuffer.cpp", - "tools/fonts/SkTestFontMgr.cpp", - "tools/fonts/SkTestSVGTypeface.cpp", - "tools/fonts/SkTestTypeface.cpp", + "tools/debugger/DebugCanvas.cpp", + "tools/debugger/DrawCommand.cpp", + "tools/debugger/JsonWriteBuffer.cpp", + "tools/fonts/TestFontMgr.cpp", + "tools/fonts/TestSVGTypeface.cpp", + "tools/fonts/TestTypeface.cpp", ] deps = [ ":experimental_svg_model", |