aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gyp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-29 00:30:13 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-29 00:30:13 +0000
commite9c0469a491ddcbe5f1f90d0ac9f4337aa231c8b (patch)
tree60345ccf072239f2460592291bf5b528ce1cfc2f /gyp/gpu.gyp
parentecf1f3299a9dd16d19b3d6ba97f65102d3e577f8 (diff)
Pseudo-reverted r4396 (SkGrPixelRef files are still in source pool but are unused)
git-svn-id: http://skia.googlecode.com/svn/trunk@4402 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/gpu.gyp')
-rw-r--r--gyp/gpu.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 40d5c28b60..381d6bcc5e 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -103,7 +103,7 @@
'../include/gpu/SkGpuCanvas.h',
'../include/gpu/SkGpuDevice.h',
'../include/gpu/SkGr.h',
- '../include/gpu/SkGrPixelRef.h',
+ '../include/gpu/SkGrTexturePixelRef.h',
'../include/gpu/gl/SkGLContext.h',
'../include/gpu/gl/SkMesaGLContext.h',
@@ -116,7 +116,7 @@
'../src/gpu/SkGpuDevice.cpp',
'../src/gpu/SkGr.cpp',
'../src/gpu/SkGrFontScaler.cpp',
- '../src/gpu/SkGrPixelRef.cpp',
+ '../src/gpu/SkGrTexturePixelRef.cpp',
'../src/gpu/gl/SkGLContext.cpp',
'../src/gpu/gl/SkNullGLContext.cpp',