diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-11 13:02:31 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-11 13:02:31 +0000 |
commit | 7fa18762e0ab64c3473df3aab0c2bfd6fabd8831 (patch) | |
tree | c096e116cdd3c6ce5c273671cd3b0c40943eb355 /gyp | |
parent | eb9b3e164e55b8d15e1c25bfb1332917453cbc3a (diff) |
Extended instance counting to all GrResource-derived classes
http://codereview.appspot.com/6489109/
git-svn-id: http://skia.googlecode.com/svn/trunk@5480 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 806acafe87..cdaa7e725f 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -65,6 +65,7 @@ '<(skia_src_path)/gpu/GrDrawState.h', '<(skia_src_path)/gpu/GrDrawTarget.cpp', '<(skia_src_path)/gpu/GrDrawTarget.h', + '<(skia_src_path)/gpu/GrGeometryBuffer.cpp', '<(skia_src_path)/gpu/GrGeometryBuffer.h', '<(skia_src_path)/gpu/GrClipMaskCache.h', '<(skia_src_path)/gpu/GrClipMaskCache.cpp', @@ -81,6 +82,7 @@ '<(skia_src_path)/gpu/GrMemory.cpp', '<(skia_src_path)/gpu/GrMemoryPool.cpp', '<(skia_src_path)/gpu/GrMemoryPool.h', + '<(skia_src_path)/gpu/GrPath.cpp', '<(skia_src_path)/gpu/GrPath.h', '<(skia_src_path)/gpu/GrPathRendererChain.cpp', '<(skia_src_path)/gpu/GrPathRendererChain.h', |