| 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 '../tests/MemsetTest.cpp', | 145 '../tests/MemsetTest.cpp', |
| 146 '../tests/MessageBusTest.cpp', | 146 '../tests/MessageBusTest.cpp', |
| 147 '../tests/MetaDataTest.cpp', | 147 '../tests/MetaDataTest.cpp', |
| 148 '../tests/MipMapTest.cpp', | 148 '../tests/MipMapTest.cpp', |
| 149 '../tests/NameAllocatorTest.cpp', | 149 '../tests/NameAllocatorTest.cpp', |
| 150 '../tests/OSPathTest.cpp', | 150 '../tests/OSPathTest.cpp', |
| 151 '../tests/OnceTest.cpp', | 151 '../tests/OnceTest.cpp', |
| 152 '../tests/PDFInvalidBitmapTest.cpp', | 152 '../tests/PDFInvalidBitmapTest.cpp', |
| 153 '../tests/PDFJpegEmbedTest.cpp', | 153 '../tests/PDFJpegEmbedTest.cpp', |
| 154 '../tests/PDFPrimitivesTest.cpp', | 154 '../tests/PDFPrimitivesTest.cpp', |
| 155 '../tests/PMFloatTest.cpp', | |
| 156 '../tests/PackBitsTest.cpp', | 155 '../tests/PackBitsTest.cpp', |
| 157 '../tests/PaintTest.cpp', | 156 '../tests/PaintTest.cpp', |
| 158 '../tests/ParsePathTest.cpp', | 157 '../tests/ParsePathTest.cpp', |
| 159 '../tests/PathCoverageTest.cpp', | 158 '../tests/PathCoverageTest.cpp', |
| 160 '../tests/PathMeasureTest.cpp', | 159 '../tests/PathMeasureTest.cpp', |
| 161 '../tests/PathTest.cpp', | 160 '../tests/PathTest.cpp', |
| 162 '../tests/PathUtilsTest.cpp', | 161 '../tests/PathUtilsTest.cpp', |
| 163 '../tests/PictureBBHTest.cpp', | 162 '../tests/PictureBBHTest.cpp', |
| 164 '../tests/PictureShaderTest.cpp', | 163 '../tests/PictureShaderTest.cpp', |
| 165 '../tests/PictureTest.cpp', | 164 '../tests/PictureTest.cpp', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 '../src/utils/debugger/SkObjectParser.h', | 231 '../src/utils/debugger/SkObjectParser.h', |
| 233 '../src/utils/debugger/SkObjectParser.cpp', | 232 '../src/utils/debugger/SkObjectParser.cpp', |
| 234 | 233 |
| 235 '../tests/PipeTest.cpp', | 234 '../tests/PipeTest.cpp', |
| 236 '../src/pipe/utils/SamplePipeControllers.cpp', | 235 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 237 | 236 |
| 238 '../tests/TDStackNesterTest.cpp', | 237 '../tests/TDStackNesterTest.cpp', |
| 239 '../experimental/PdfViewer/src/SkTDStackNester.h', | 238 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 240 ], | 239 ], |
| 241 } | 240 } |
| OLD | NEW |