Add file to public.bzl

Change-Id: Idb526ccbb6d552b418c569a63bd3eed83e975ab1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/540916
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
This commit is contained in:
Michael Ludwig 2022-05-16 11:22:16 -04:00 committed by Kevin Lubick
parent bde670a39b
commit 8c1fe9f743

View File

@ -1215,6 +1215,7 @@ BASE_SRCS_ALL = [
"src/gpu/ganesh/tessellate/StrokeTessellator.h",
"src/gpu/ganesh/tessellate/PathTessellator.cpp",
"src/gpu/ganesh/tessellate/PathTessellator.h",
"src/gpu/ganesh/tessellate/VertexChunkPatchAllocator.h",
"src/gpu/ganesh/text/GrAtlasManager.cpp",
"src/gpu/ganesh/text/GrAtlasManager.h",
"src/gpu/ganesh/text/GrDistanceFieldAdjustTable.cpp",