| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 '../tests/MatrixTest.cpp', | 136 '../tests/MatrixTest.cpp', |
| 137 '../tests/MemoryTest.cpp', | 137 '../tests/MemoryTest.cpp', |
| 138 '../tests/MemsetTest.cpp', | 138 '../tests/MemsetTest.cpp', |
| 139 '../tests/MessageBusTest.cpp', | 139 '../tests/MessageBusTest.cpp', |
| 140 '../tests/MetaDataTest.cpp', | 140 '../tests/MetaDataTest.cpp', |
| 141 '../tests/MipMapTest.cpp', | 141 '../tests/MipMapTest.cpp', |
| 142 '../tests/NameAllocatorTest.cpp', | 142 '../tests/NameAllocatorTest.cpp', |
| 143 '../tests/OSPathTest.cpp', | 143 '../tests/OSPathTest.cpp', |
| 144 '../tests/ObjectPoolTest.cpp', | 144 '../tests/ObjectPoolTest.cpp', |
| 145 '../tests/OnceTest.cpp', | 145 '../tests/OnceTest.cpp', |
| 146 '../tests/PDFJpegEmbedTest.cpp', |
| 146 '../tests/PDFPrimitivesTest.cpp', | 147 '../tests/PDFPrimitivesTest.cpp', |
| 147 '../tests/PackBitsTest.cpp', | 148 '../tests/PackBitsTest.cpp', |
| 148 '../tests/PaintTest.cpp', | 149 '../tests/PaintTest.cpp', |
| 149 '../tests/ParsePathTest.cpp', | 150 '../tests/ParsePathTest.cpp', |
| 150 '../tests/PathCoverageTest.cpp', | 151 '../tests/PathCoverageTest.cpp', |
| 151 '../tests/PathMeasureTest.cpp', | 152 '../tests/PathMeasureTest.cpp', |
| 152 '../tests/PathTest.cpp', | 153 '../tests/PathTest.cpp', |
| 153 '../tests/PathUtilsTest.cpp', | 154 '../tests/PathUtilsTest.cpp', |
| 154 '../tests/PictureShaderTest.cpp', | 155 '../tests/PictureShaderTest.cpp', |
| 155 '../tests/PictureStateTreeTest.cpp', | 156 '../tests/PictureStateTreeTest.cpp', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 '../src/utils/debugger/SkObjectParser.h', | 217 '../src/utils/debugger/SkObjectParser.h', |
| 217 '../src/utils/debugger/SkObjectParser.cpp', | 218 '../src/utils/debugger/SkObjectParser.cpp', |
| 218 | 219 |
| 219 '../tests/PipeTest.cpp', | 220 '../tests/PipeTest.cpp', |
| 220 '../src/pipe/utils/SamplePipeControllers.cpp', | 221 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 221 | 222 |
| 222 '../tests/TDStackNesterTest.cpp', | 223 '../tests/TDStackNesterTest.cpp', |
| 223 '../experimental/PdfViewer/src/SkTDStackNester.h', | 224 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 224 ], | 225 ], |
| 225 } | 226 } |
| OLD | NEW |