Skip to content

Commit

Permalink
[skia] Fix build after picture_utils went away (#1709)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlubick authored and Dor1s committed Aug 13, 2018
1 parent e6bf26c commit 007606b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions projects/skia/BUILD.gn.diff
Expand Up @@ -121,7 +121,6 @@ test_app("api_image_filter") {
"tools/debugger/SkDebugCanvas.cpp",
"tools/debugger/SkDrawCommand.cpp",
"tools/debugger/SkJsonWriteBuffer.cpp",
"tools/picture_utils.cpp",
]
deps = [
":flags",
Expand Down Expand Up @@ -157,7 +156,6 @@ test_app("api_raster_n32_canvas") {
"tools/debugger/SkDebugCanvas.cpp",
"tools/debugger/SkDrawCommand.cpp",
"tools/debugger/SkJsonWriteBuffer.cpp",
"tools/picture_utils.cpp",
]
deps = [
":flags",
Expand All @@ -181,7 +179,6 @@ test_app("api_mock_gpu_canvas") {
"tools/debugger/SkDebugCanvas.cpp",
"tools/debugger/SkDrawCommand.cpp",
"tools/debugger/SkJsonWriteBuffer.cpp",
"tools/picture_utils.cpp",
"tools/LsanSuppressions.cpp"
]
deps = [
Expand All @@ -206,7 +203,6 @@ test_app("api_null_canvas") {
"tools/debugger/SkDebugCanvas.cpp",
"tools/debugger/SkDrawCommand.cpp",
"tools/debugger/SkJsonWriteBuffer.cpp",
"tools/picture_utils.cpp",
]
deps = [
":flags",
Expand Down

0 comments on commit 007606b

Please sign in to comment.