diff options
author | Herb Derby <herb@google.com> | 2018-03-12 16:02:29 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-03-14 02:12:42 +0000 |
commit | ba321b601782b4dd7cd060506dcc222ccdaac408 (patch) | |
tree | 772434d5ca67d1fc37dcc63ef5bc266b3a992ff1 /gn | |
parent | cefa808f3f237434139ce5fbbbbaf34cbc90e368 (diff) |
Cleanup size calculations in SkGlyph
BUG=skia:7515
Change-Id: Ie9d255a93ecff86ce018f8510332bdb280ec575e
Reviewed-on: https://skia-review.googlesource.com/113863
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/core.gni | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/core.gni b/gn/core.gni index 922aa35c46..ddf324b5b2 100644 --- a/gn/core.gni +++ b/gn/core.gni @@ -156,6 +156,7 @@ skia_core_sources = [ "$_src/core/SkGeometry.h", "$_src/core/SkGlobalInitialization_core.cpp", "$_src/core/SkGlyph.h", + "$_src/core/SkGlyph.cpp", "$_src/core/SkGlyphCache.cpp", "$_src/core/SkGlyphCache.h", "$_src/core/SkGlyphCache_Globals.h", |