Index: gyp/tests.gypi |
diff --git a/gyp/tests.gypi b/gyp/tests.gypi |
index 606aed20dcb56fff9a163c52029427b0fa4b5cd5..9a2404b14e3471898a990492b5a9417384ecedec 100644 |
--- a/gyp/tests.gypi |
+++ b/gyp/tests.gypi |
@@ -5,6 +5,7 @@ |
# Common gypi for unit tests. |
{ |
'include_dirs': [ |
+ '../src/codec', |
'../src/core', |
'../src/effects', |
'../src/image', |
@@ -214,6 +215,7 @@ |
'../tests/StrokerTest.cpp', |
'../tests/SurfaceTest.cpp', |
'../tests/SVGDeviceTest.cpp', |
+ '../tests/SwizzlerTest.cpp', |
'../tests/TessellatingPathRendererTests.cpp', |
'../tests/TArrayTest.cpp', |
'../tests/TemplatesTest.cpp', |