aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-03-30 21:31:12 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-03-30 21:31:12 +0000
commitb0259f3c86901c0a99f71d402ce293da6d324b6f (patch)
tree86874bbe501fd6788dbdb05d75a75fde4f130c3a /gpu
parent8fe72477f204b1a45393e6a64caa84fd287b805b (diff)
Add GrResource.cpp to gr_files.mk
git-svn-id: http://skia.googlecode.com/svn/trunk@1027 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gpu')
-rw-r--r--gpu/src/gr_files.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/src/gr_files.mk b/gpu/src/gr_files.mk
index dc0a57e38d..c8be817a1a 100644
--- a/gpu/src/gr_files.mk
+++ b/gpu/src/gr_files.mk
@@ -21,6 +21,7 @@ SOURCE := \
GrPath.cpp \
GrPathUtils.cpp \
GrRectanizer_fifo.cpp \
+ GrResource.cpp \
GrTextureCache.cpp \
GrTextContext.cpp \
GrTextStrike.cpp \