diff options
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 9c33f6a..3255ca4 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -188,6 +188,8 @@ '../third_party/skia/src/core/SkBitmapSampler.cpp', '../third_party/skia/src/core/SkBitmapSampler.h', '../third_party/skia/src/core/SkBitmapSamplerTemplate.h', + '../third_party/skia/src/core/SkBitmapShader.cpp', + '../third_party/skia/src/core/SkBitmapShader.h', '../third_party/skia/src/core/SkBitmapShader16BilerpTemplate.h', '../third_party/skia/src/core/SkBitmapShaderTemplate.h', '../third_party/skia/src/core/SkBitmap_scroll.cpp', @@ -591,9 +593,6 @@ 'ext/SkFontHost_fontconfig.cpp', 'ext/SkFontHost_fontconfig_direct.cpp', 'ext/SkFontHost_fontconfig_ipc.cpp', - '../third_party/skia/src/core/SkBlitter_ARGB32_Subpixel.cpp', - '../third_party/skia/src/ports/SkFontHost_FreeType_Subpixel.cpp', - '../third_party/skia/src/core/SkFontHost.cpp', ], 'export_dependent_settings': [ '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz', |