From b0259f3c86901c0a99f71d402ce293da6d324b6f Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Wed, 30 Mar 2011 21:31:12 +0000 Subject: [PATCH] Add GrResource.cpp to gr_files.mk git-svn-id: http://skia.googlecode.com/svn/trunk@1027 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gpu/src/gr_files.mk | 1 + 1 file changed, 1 insertion(+) 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 \