diff options
author | joshualitt <joshualitt@chromium.org> | 2016-02-16 11:09:25 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-16 11:09:25 -0800 |
commit | 8e84a1ed07ad5d529d381d43302e597f31723076 (patch) | |
tree | 7ec66370a27dc047a86fb5501ef0c81d8718ac82 /gyp | |
parent | 546d66544bcfac4bc9e77626ba549c4b3a79a654 (diff) |
Delete GrTextContext
TBR=bsalomon@google.com
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1699073004
Review URL: https://codereview.chromium.org/1699073004
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index f995bf0154..13ca46d01e 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -308,8 +308,6 @@ '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.h', '<(skia_src_path)/gpu/text/GrTextBlobCache.cpp', '<(skia_src_path)/gpu/text/GrTextBlobCache.h', - '<(skia_src_path)/gpu/text/GrTextContext.cpp', - '<(skia_src_path)/gpu/text/GrTextContext.h', '<(skia_src_path)/gpu/text/GrTextUtils.cpp', '<(skia_src_path)/gpu/text/GrTextUtils.h', |