aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gpu.gni
diff options
context:
space:
mode:
authorGravatar Herb Derby <herb@google.com>2018-05-24 16:12:31 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-29 17:52:16 +0000
commit862405921bdbf599bac3bd829e9d6a81a4ee4d37 (patch)
tree01571847d8167751642601c4e147e8cf2ec1e4a5 /gn/gpu.gni
parentbfb2a05af105f452a0f369e39dae05f9224dfa19 (diff)
Rename GrAtlasTextBlob -> GrTextBlob
Change-Id: I61311b48f206890dfd1a20796d7d678cd05ef5a3 Reviewed-on: https://skia-review.googlesource.com/130140 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Herb Derby <herb@google.com>
Diffstat (limited to 'gn/gpu.gni')
-rw-r--r--gn/gpu.gni10
1 files changed, 5 insertions, 5 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index d050df9ca9..14059fde75 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -407,19 +407,19 @@ skia_gpu_sources = [
# text
"$_src/gpu/text/GrAtlasManager.cpp",
"$_src/gpu/text/GrAtlasManager.h",
- "$_src/gpu/text/GrAtlasTextBlob.cpp",
- "$_src/gpu/text/GrAtlasTextBlobVertexRegenerator.cpp",
- "$_src/gpu/text/GrAtlasTextBlob.h",
- "$_src/gpu/text/GrTextContext.cpp",
- "$_src/gpu/text/GrTextContext.h",
"$_src/gpu/text/GrDistanceFieldAdjustTable.cpp",
"$_src/gpu/text/GrDistanceFieldAdjustTable.h",
"$_src/gpu/text/GrGlyphCache.cpp",
"$_src/gpu/text/GrGlyphCache.h",
"$_src/gpu/text/GrSDFMaskFilter.cpp",
"$_src/gpu/text/GrSDFMaskFilter.h",
+ "$_src/gpu/text/GrTextBlob.cpp",
+ "$_src/gpu/text/GrTextBlob.h",
"$_src/gpu/text/GrTextBlobCache.cpp",
"$_src/gpu/text/GrTextBlobCache.h",
+ "$_src/gpu/text/GrTextContext.cpp",
+ "$_src/gpu/text/GrTextContext.h",
+ "$_src/gpu/text/GrTextBlobVertexRegenerator.cpp",
"$_src/gpu/text/GrTextUtils.cpp",
"$_src/gpu/text/GrTextUtils.h",