| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 '../tests/GrOrderedSetTest.cpp', | 97 '../tests/GrOrderedSetTest.cpp', |
| 98 '../tests/GrSurfaceTest.cpp', | 98 '../tests/GrSurfaceTest.cpp', |
| 99 '../tests/GrTBSearchTest.cpp', | 99 '../tests/GrTBSearchTest.cpp', |
| 100 '../tests/GradientTest.cpp', | 100 '../tests/GradientTest.cpp', |
| 101 '../tests/HashCacheTest.cpp', | 101 '../tests/HashCacheTest.cpp', |
| 102 '../tests/ImageCacheTest.cpp', | 102 '../tests/ImageCacheTest.cpp', |
| 103 '../tests/ImageDecodingTest.cpp', | 103 '../tests/ImageDecodingTest.cpp', |
| 104 '../tests/ImageFilterTest.cpp', | 104 '../tests/ImageFilterTest.cpp', |
| 105 '../tests/InfRectTest.cpp', | 105 '../tests/InfRectTest.cpp', |
| 106 '../tests/JpegTest.cpp', | 106 '../tests/JpegTest.cpp', |
| 107 '../tests/KtxTest.cpp', |
| 107 '../tests/LListTest.cpp', | 108 '../tests/LListTest.cpp', |
| 108 '../tests/LayerDrawLooperTest.cpp', | 109 '../tests/LayerDrawLooperTest.cpp', |
| 109 '../tests/LayerRasterizerTest.cpp', | 110 '../tests/LayerRasterizerTest.cpp', |
| 110 '../tests/MD5Test.cpp', | 111 '../tests/MD5Test.cpp', |
| 111 '../tests/MallocPixelRefTest.cpp', | 112 '../tests/MallocPixelRefTest.cpp', |
| 112 '../tests/MathTest.cpp', | 113 '../tests/MathTest.cpp', |
| 113 '../tests/Matrix44Test.cpp', | 114 '../tests/Matrix44Test.cpp', |
| 114 '../tests/MatrixClipCollapseTest.cpp', | 115 '../tests/MatrixClipCollapseTest.cpp', |
| 115 '../tests/MatrixTest.cpp', | 116 '../tests/MatrixTest.cpp', |
| 116 '../tests/MemoryTest.cpp', | 117 '../tests/MemoryTest.cpp', |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 | 195 |
| 195 '../tests/PipeTest.cpp', | 196 '../tests/PipeTest.cpp', |
| 196 '../src/pipe/utils/SamplePipeControllers.cpp', | 197 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 197 | 198 |
| 198 '../tests/TDStackNesterTest.cpp', | 199 '../tests/TDStackNesterTest.cpp', |
| 199 '../experimental/PdfViewer/src/SkTDStackNester.h', | 200 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 200 | 201 |
| 201 '../tools/sk_tool_utils.cpp', | 202 '../tools/sk_tool_utils.cpp', |
| 202 ], | 203 ], |
| 203 } | 204 } |
| OLD | NEW |