aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-05 19:35:09 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-05 19:35:09 +0000
commit977b9c8af3ef1b9a2fa2a0037cf3734cf2ba13d9 (patch)
treeecdeb79bec4abd85562a1b15c4cb6429b05737b3 /gyp
parentb52cf3dd95b3d3e7445ac9b82560317c296daa42 (diff)
Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index aea2a739f2..f50d64ab03 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -112,6 +112,7 @@
'../src/core/SkRasterClip.cpp',
'../src/core/SkRasterizer.cpp',
'../src/core/SkRect.cpp',
+ '../src/core/SkRefCnt.cpp',
'../src/core/SkRefDict.cpp',
'../src/core/SkRegion.cpp',
'../src/core/SkRegionPriv.h',
@@ -185,6 +186,7 @@
'../include/core/SkFontHost.h',
'../include/core/SkGeometry.h',
'../include/core/SkGraphics.h',
+ '../include/core/SkInstCnt.h',
'../include/core/SkMallocPixelRef.h',
'../include/core/SkMask.h',
'../include/core/SkMaskFilter.h',