diff options
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index bd037e9..117827f 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -355,12 +355,17 @@ '../third_party/skia/src/gpu/GrAllocator.h', '../third_party/skia/src/gpu/GrAtlas.cpp', '../third_party/skia/src/gpu/GrAtlas.h', + '../third_party/skia/src/gpu/GrBatchedTextContext.cpp', + '../third_party/skia/src/gpu/GrBatchedTextContext.h', + '../third_party/skia/src/gpu/GrBinHashKey.h', '../third_party/skia/src/gpu/GrBufferAllocPool.cpp', '../third_party/skia/src/gpu/GrBufferAllocPool.h', '../third_party/skia/src/gpu/GrClip.cpp', '../third_party/skia/src/gpu/GrContext.cpp', '../third_party/skia/src/gpu/GrDefaultPathRenderer.cpp', '../third_party/skia/src/gpu/GrDefaultPathRenderer.h', + '../third_party/skia/src/gpu/GrDefaultTextContext.cpp', + '../third_party/skia/src/gpu/GrDefaultTextContext.h', '../third_party/skia/src/gpu/GrDrawTarget.cpp', '../third_party/skia/src/gpu/GrDrawTarget.h', '../third_party/skia/src/gpu/GrGeometryBuffer.h', @@ -397,7 +402,6 @@ '../third_party/skia/src/gpu/GrTLList.h', '../third_party/skia/src/gpu/GrTesselatedPathRenderer.cpp', '../third_party/skia/src/gpu/GrTesselatedPathRenderer.h', - '../third_party/skia/src/gpu/GrTextContext.cpp', '../third_party/skia/src/gpu/GrTextStrike.cpp', '../third_party/skia/src/gpu/GrTextStrike.h', '../third_party/skia/src/gpu/GrTextStrike_impl.h', @@ -750,7 +754,6 @@ 'SK_BUILD_NO_IMAGE_ENCODE', 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', 'GR_STATIC_RECT_VB=1', - 'GR_USE_OFFSCREEN_AA=0', 'GR_AGGRESSIVE_SHADER_OPTS=1', 'SK_DISABLE_FAST_AA_STROKE_RECT', 'SK_DEFAULT_FONT_CACHE_LIMIT=(20*1024*1024)', |