diff options
author | bsalomon <bsalomon@google.com> | 2015-10-12 10:39:46 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-12 10:39:46 -0700 |
commit | afa95e270c64c9777647b6c58b796750ced57c39 (patch) | |
tree | 56b617f224fa34d96ed23e617ee503583e517263 /gyp | |
parent | 04965c6f112565c02926bc9a230e6da5f400d07a (diff) |
Remove image usage type enum. Use GrTextureParams instead.
BUG=skia:
Review URL: https://codereview.chromium.org/1404433002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/core.gypi | 1 | ||||
-rw-r--r-- | gyp/gpu.gypi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi index e321e15374..500065caca 100644 --- a/gyp/core.gypi +++ b/gyp/core.gypi @@ -133,6 +133,7 @@ '<(skia_src_path)/core/SkHalf.h', '<(skia_src_path)/core/SkImageFilter.cpp', '<(skia_src_path)/core/SkImageInfo.cpp', + '<(skia_src_path)/core/SkImageCacherator.h', '<(skia_src_path)/core/SkImageCacherator.cpp', '<(skia_src_path)/core/SkImageGenerator.cpp', '<(skia_src_path)/core/SkImageGeneratorPriv.h', diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index ddb663c38d..b86e5d4f41 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -36,6 +36,7 @@ '<(skia_include_path)/gpu/GrShaderVar.h', '<(skia_include_path)/gpu/GrSurface.h', '<(skia_include_path)/gpu/GrTexture.h', + '<(skia_include_path)/gpu/GrTextureParams.h', '<(skia_include_path)/gpu/GrTextureProvider.h', '<(skia_include_path)/gpu/GrTextureAccess.h', '<(skia_include_path)/gpu/GrTestUtils.h', |