Chromium Code Reviews| Index: gyp/tests.gypi |
| diff --git a/gyp/tests.gypi b/gyp/tests.gypi |
| index 98bb6eb8c58b441d115ed3383d81e351a26ef23c..cd1ff538adec6958fda513ea44997b76f12c9e16 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', |
|
scroggo
2015/04/07 21:15:34
This file appears to be missing.
msarett
2015/04/08 13:59:10
Yes my fault.
|
| '../tests/TessellatingPathRendererTests.cpp', |
| '../tests/TArrayTest.cpp', |
| '../tests/TDPQueueTest.cpp', |