aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-14 19:18:26 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-14 19:18:26 +0000
commit35ae8ea9befa4ebc9576769ecc7b48c4644f535f (patch)
tree855782646c88a269a51f39573fac1057e6c2e0fa /gyp
parent1b52457702dfad4b083a93e7007fe02c2a310cb9 (diff)
add SkDataRef (for future use)
git-svn-id: http://skia.googlecode.com/svn/trunk@1588 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gyp1
-rw-r--r--gyp/tests.gyp1
2 files changed, 2 insertions, 0 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index c0d8944693..b5bc962122 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -55,6 +55,7 @@
'../src/core/SkCoreBlitters.h',
'../src/core/SkCubicClipper.cpp',
'../src/core/SkCubicClipper.h',
+ '../src/core/SkDataRef.cpp',
'../src/core/SkDebug.cpp',
'../src/core/SkDeque.cpp',
'../src/core/SkDevice.cpp',
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 300bb5d181..1888a21497 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -35,6 +35,7 @@
'../tests/ClipperTest.cpp',
'../tests/ColorFilterTest.cpp',
'../tests/ColorTest.cpp',
+ '../tests/DataRefTest.cpp',
'../tests/DequeTest.cpp',
'../tests/DrawBitmapRectTest.cpp',
'../tests/FillPathTest.cpp',