| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 '../tests/MallocPixelRefTest.cpp', | 110 '../tests/MallocPixelRefTest.cpp', |
| 111 '../tests/MathTest.cpp', | 111 '../tests/MathTest.cpp', |
| 112 '../tests/Matrix44Test.cpp', | 112 '../tests/Matrix44Test.cpp', |
| 113 '../tests/MatrixClipCollapseTest.cpp', | 113 '../tests/MatrixClipCollapseTest.cpp', |
| 114 '../tests/MatrixTest.cpp', | 114 '../tests/MatrixTest.cpp', |
| 115 '../tests/MemoryTest.cpp', | 115 '../tests/MemoryTest.cpp', |
| 116 '../tests/MemsetTest.cpp', | 116 '../tests/MemsetTest.cpp', |
| 117 '../tests/MessageBusTest.cpp', | 117 '../tests/MessageBusTest.cpp', |
| 118 '../tests/MetaDataTest.cpp', | 118 '../tests/MetaDataTest.cpp', |
| 119 '../tests/MipMapTest.cpp', | 119 '../tests/MipMapTest.cpp', |
| 120 '../tests/NameAllocatorTest.cpp', |
| 120 '../tests/ObjectPoolTest.cpp', | 121 '../tests/ObjectPoolTest.cpp', |
| 121 '../tests/OSPathTest.cpp', | 122 '../tests/OSPathTest.cpp', |
| 122 '../tests/OnceTest.cpp', | 123 '../tests/OnceTest.cpp', |
| 123 '../tests/PDFPrimitivesTest.cpp', | 124 '../tests/PDFPrimitivesTest.cpp', |
| 124 '../tests/PackBitsTest.cpp', | 125 '../tests/PackBitsTest.cpp', |
| 125 '../tests/PaintTest.cpp', | 126 '../tests/PaintTest.cpp', |
| 126 '../tests/ParsePathTest.cpp', | 127 '../tests/ParsePathTest.cpp', |
| 127 '../tests/PathCoverageTest.cpp', | 128 '../tests/PathCoverageTest.cpp', |
| 128 '../tests/PathMeasureTest.cpp', | 129 '../tests/PathMeasureTest.cpp', |
| 129 '../tests/PathTest.cpp', | 130 '../tests/PathTest.cpp', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 | 194 |
| 194 '../tests/PipeTest.cpp', | 195 '../tests/PipeTest.cpp', |
| 195 '../src/pipe/utils/SamplePipeControllers.cpp', | 196 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 196 | 197 |
| 197 '../tests/TDStackNesterTest.cpp', | 198 '../tests/TDStackNesterTest.cpp', |
| 198 '../experimental/PdfViewer/src/SkTDStackNester.h', | 199 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 199 | 200 |
| 200 '../tools/sk_tool_utils.cpp', | 201 '../tools/sk_tool_utils.cpp', |
| 201 ], | 202 ], |
| 202 } | 203 } |
| OLD | NEW |