Index: gyp/tests.gyp |
diff --git a/gyp/tests.gyp b/gyp/tests.gyp |
index 2e04de1b0e8ac625cf84f680c8083e00ab4f0908..6b286bb30ab91dff1c156a683dc689d9b49d0ced 100644 |
--- a/gyp/tests.gyp |
+++ b/gyp/tests.gyp |
@@ -10,6 +10,7 @@ |
'include_dirs' : [ |
'../src/core', |
'../src/effects', |
+ '../src/image', |
'../src/lazy', |
'../src/pathops', |
'../src/pdf', |
@@ -34,6 +35,7 @@ |
'../tests/BitSetTest.cpp', |
'../tests/BlitRowTest.cpp', |
'../tests/BlurTest.cpp', |
+ '../tests/CachedDecodingPixelRefTest.cpp', |
'../tests/CanvasTest.cpp', |
'../tests/CanvasStateTest.cpp', |
'../tests/ChecksumTest.cpp', |