diff options
author | joshualitt <joshualitt@chromium.org> | 2015-03-31 11:04:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-31 11:04:53 -0700 |
commit | eed1dae04932483579b02c10f0706127d3f5d984 (patch) | |
tree | 4a70b34ba6d1c908cfa7491531bb49446e18fcf4 /gyp | |
parent | 2a3c8493af6efe2256025b6cfbec882845925bd0 (diff) |
BitmapTextBatch and BitmapTextBlob
BUG=skia:
Review URL: https://codereview.chromium.org/1011403004
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 98c9175a50..0d9c4fe195 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -65,6 +65,8 @@ '<(skia_src_path)/gpu/GrBatch.h', '<(skia_src_path)/gpu/GrBatchAtlas.cpp', '<(skia_src_path)/gpu/GrBatchAtlas.h', + '<(skia_src_path)/gpu/GrBatchFontCache.cpp', + '<(skia_src_path)/gpu/GrBatchFontCache.h', '<(skia_src_path)/gpu/GrBatchTarget.cpp', '<(skia_src_path)/gpu/GrBatchTarget.h', '<(skia_src_path)/gpu/GrBitmapTextContext.cpp', |