| OLD | NEW |
| 1 # Common gypi for unit tests. | 1 # Common gypi for unit tests. |
| 2 { | 2 { |
| 3 'include_dirs': [ | 3 'include_dirs': [ |
| 4 '../src/core', | 4 '../src/core', |
| 5 '../src/effects', | 5 '../src/effects', |
| 6 '../src/image', | 6 '../src/image', |
| 7 '../src/lazy', | 7 '../src/lazy', |
| 8 '../src/images', | 8 '../src/images', |
| 9 '../src/pathops', | 9 '../src/pathops', |
| 10 '../src/pdf', | 10 '../src/pdf', |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 '../tests/OnceTest.cpp', | 120 '../tests/OnceTest.cpp', |
| 121 '../tests/PDFPrimitivesTest.cpp', | 121 '../tests/PDFPrimitivesTest.cpp', |
| 122 '../tests/PackBitsTest.cpp', | 122 '../tests/PackBitsTest.cpp', |
| 123 '../tests/PaintTest.cpp', | 123 '../tests/PaintTest.cpp', |
| 124 '../tests/ParsePathTest.cpp', | 124 '../tests/ParsePathTest.cpp', |
| 125 '../tests/PathCoverageTest.cpp', | 125 '../tests/PathCoverageTest.cpp', |
| 126 '../tests/PathMeasureTest.cpp', | 126 '../tests/PathMeasureTest.cpp', |
| 127 '../tests/PathTest.cpp', | 127 '../tests/PathTest.cpp', |
| 128 '../tests/PathUtilsTest.cpp', | 128 '../tests/PathUtilsTest.cpp', |
| 129 '../tests/PictureTest.cpp', | 129 '../tests/PictureTest.cpp', |
| 130 '../tests/PictureShaderTest.cpp', |
| 130 '../tests/PictureUtilsTest.cpp', | 131 '../tests/PictureUtilsTest.cpp', |
| 131 '../tests/PixelRefTest.cpp', | 132 '../tests/PixelRefTest.cpp', |
| 132 '../tests/PointTest.cpp', | 133 '../tests/PointTest.cpp', |
| 133 '../tests/PremulAlphaRoundTripTest.cpp', | 134 '../tests/PremulAlphaRoundTripTest.cpp', |
| 134 '../tests/QuickRejectTest.cpp', | 135 '../tests/QuickRejectTest.cpp', |
| 135 '../tests/RTreeTest.cpp', | 136 '../tests/RTreeTest.cpp', |
| 136 '../tests/RandomTest.cpp', | 137 '../tests/RandomTest.cpp', |
| 137 '../tests/ReadPixelsTest.cpp', | 138 '../tests/ReadPixelsTest.cpp', |
| 138 '../tests/ReadWriteAlphaTest.cpp', | 139 '../tests/ReadWriteAlphaTest.cpp', |
| 139 '../tests/Reader32Test.cpp', | 140 '../tests/Reader32Test.cpp', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 | 189 |
| 189 '../tests/PipeTest.cpp', | 190 '../tests/PipeTest.cpp', |
| 190 '../src/pipe/utils/SamplePipeControllers.cpp', | 191 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 191 | 192 |
| 192 '../tests/TDStackNesterTest.cpp', | 193 '../tests/TDStackNesterTest.cpp', |
| 193 '../experimental/PdfViewer/src/SkTDStackNester.h', | 194 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 194 | 195 |
| 195 '../tools/sk_tool_utils.cpp', | 196 '../tools/sk_tool_utils.cpp', |
| 196 ], | 197 ], |
| 197 } | 198 } |
| OLD | NEW |