From 97b6b0730dcb0feee9224ff04eb3985ca4bd0216 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Wed, 31 Oct 2012 14:48:39 +0000 Subject: 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 --- gyp/gpu.gypi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gyp') 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': [ -- cgit v1.2.3