aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gypi1
-rw-r--r--gyp/tests.gyp1
2 files changed, 1 insertions, 1 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index d5c11534dc..d3eb4f3ae0 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -199,7 +199,6 @@
'<(skia_src_path)/doc/SkDocument.cpp',
- '<(skia_src_path)/image/SkDataPixelRef.cpp',
'<(skia_src_path)/image/SkImage.cpp',
'<(skia_src_path)/image/SkImagePriv.cpp',
'<(skia_src_path)/image/SkImage_Codec.cpp',
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index d6a1a7c57b..ec8ae43dc2 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -96,6 +96,7 @@
'../tests/LListTest.cpp',
'../tests/LayerDrawLooperTest.cpp',
'../tests/MD5Test.cpp',
+ '../tests/MallocPixelRefTest.cpp',
'../tests/MathTest.cpp',
'../tests/MatrixTest.cpp',
'../tests/Matrix44Test.cpp',