| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 '../tests/GpuRectanizerTest.cpp', | 100 '../tests/GpuRectanizerTest.cpp', |
| 101 '../tests/GrBinHashKeyTest.cpp', | 101 '../tests/GrBinHashKeyTest.cpp', |
| 102 '../tests/GrContextFactoryTest.cpp', | 102 '../tests/GrContextFactoryTest.cpp', |
| 103 '../tests/GrDrawTargetTest.cpp', | 103 '../tests/GrDrawTargetTest.cpp', |
| 104 '../tests/GrMemoryPoolTest.cpp', | 104 '../tests/GrMemoryPoolTest.cpp', |
| 105 '../tests/GrOrderedSetTest.cpp', | 105 '../tests/GrOrderedSetTest.cpp', |
| 106 '../tests/GrRedBlackTreeTest.cpp', | 106 '../tests/GrRedBlackTreeTest.cpp', |
| 107 '../tests/GrSurfaceTest.cpp', | 107 '../tests/GrSurfaceTest.cpp', |
| 108 '../tests/GrTBSearchTest.cpp', | 108 '../tests/GrTBSearchTest.cpp', |
| 109 '../tests/GradientTest.cpp', | 109 '../tests/GradientTest.cpp', |
| 110 '../tests/HashCacheTest.cpp', | |
| 111 '../tests/ImageCacheTest.cpp', | 110 '../tests/ImageCacheTest.cpp', |
| 112 '../tests/ImageDecodingTest.cpp', | 111 '../tests/ImageDecodingTest.cpp', |
| 113 '../tests/ImageFilterTest.cpp', | 112 '../tests/ImageFilterTest.cpp', |
| 114 '../tests/ImageGeneratorTest.cpp', | 113 '../tests/ImageGeneratorTest.cpp', |
| 115 '../tests/ImageNewShaderTest.cpp', | 114 '../tests/ImageNewShaderTest.cpp', |
| 116 '../tests/InfRectTest.cpp', | 115 '../tests/InfRectTest.cpp', |
| 117 '../tests/InterpolatorTest.cpp', | 116 '../tests/InterpolatorTest.cpp', |
| 118 '../tests/JpegTest.cpp', | 117 '../tests/JpegTest.cpp', |
| 119 '../tests/KtxTest.cpp', | 118 '../tests/KtxTest.cpp', |
| 120 '../tests/LListTest.cpp', | 119 '../tests/LListTest.cpp', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 '../src/utils/debugger/SkObjectParser.h', | 206 '../src/utils/debugger/SkObjectParser.h', |
| 208 '../src/utils/debugger/SkObjectParser.cpp', | 207 '../src/utils/debugger/SkObjectParser.cpp', |
| 209 | 208 |
| 210 '../tests/PipeTest.cpp', | 209 '../tests/PipeTest.cpp', |
| 211 '../src/pipe/utils/SamplePipeControllers.cpp', | 210 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 212 | 211 |
| 213 '../tests/TDStackNesterTest.cpp', | 212 '../tests/TDStackNesterTest.cpp', |
| 214 '../experimental/PdfViewer/src/SkTDStackNester.h', | 213 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 215 ], | 214 ], |
| 216 } | 215 } |
| OLD | NEW |