diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-10-31 14:48:39 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-10-31 14:48:39 +0000 |
commit | 97b6b0730dcb0feee9224ff04eb3985ca4bd0216 (patch) | |
tree | 516d366d516ac0bd13bb6a137e1d2c45abbfa9a2 /gyp | |
parent | d3eb336d56b2ad989229c8fb21ea20f5a7b14a32 (diff) |
Fleshed out GPU portion of image/surface feature
https://codereview.appspot.com/6813055/
git-svn-id: http://skia.googlecode.com/svn/trunk@6214 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index c01174797e..2febe4dd2f 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -229,6 +229,9 @@ '<(skia_src_path)/gpu/SkGrPixelRef.cpp', '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp', + '<(skia_src_path)/image/SkImage_Gpu.cpp', + '<(skia_src_path)/image/SkSurface_Gpu.cpp', + '<(skia_src_path)/gpu/gl/SkGLContext.cpp' ], 'skgr_native_gl_sources': [ |