| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 '../tests/FontObjTest.cpp', | 80 '../tests/FontObjTest.cpp', |
| 81 '../tests/FontMgrTest.cpp', | 81 '../tests/FontMgrTest.cpp', |
| 82 '../tests/FontNamesTest.cpp', | 82 '../tests/FontNamesTest.cpp', |
| 83 '../tests/FrontBufferedStreamTest.cpp', | 83 '../tests/FrontBufferedStreamTest.cpp', |
| 84 '../tests/GLInterfaceValidationTest.cpp', | 84 '../tests/GLInterfaceValidationTest.cpp', |
| 85 '../tests/GLProgramsTest.cpp', | 85 '../tests/GLProgramsTest.cpp', |
| 86 '../tests/GeometryTest.cpp', | 86 '../tests/GeometryTest.cpp', |
| 87 '../tests/GifTest.cpp', | 87 '../tests/GifTest.cpp', |
| 88 '../tests/GpuColorFilterTest.cpp', | 88 '../tests/GpuColorFilterTest.cpp', |
| 89 '../tests/GpuDrawPathTest.cpp', | 89 '../tests/GpuDrawPathTest.cpp', |
| 90 '../tests/GpuLayerCacheTest.cpp', |
| 90 '../tests/GpuRectanizerTest.cpp', | 91 '../tests/GpuRectanizerTest.cpp', |
| 91 '../tests/GrBinHashKeyTest.cpp', | 92 '../tests/GrBinHashKeyTest.cpp', |
| 92 '../tests/GrContextFactoryTest.cpp', | 93 '../tests/GrContextFactoryTest.cpp', |
| 93 '../tests/GrDrawTargetTest.cpp', | 94 '../tests/GrDrawTargetTest.cpp', |
| 94 '../tests/GrMemoryPoolTest.cpp', | 95 '../tests/GrMemoryPoolTest.cpp', |
| 95 '../tests/GrRedBlackTreeTest.cpp', | 96 '../tests/GrRedBlackTreeTest.cpp', |
| 96 '../tests/GrOrderedSetTest.cpp', | 97 '../tests/GrOrderedSetTest.cpp', |
| 97 '../tests/GrSurfaceTest.cpp', | 98 '../tests/GrSurfaceTest.cpp', |
| 98 '../tests/GrTBSearchTest.cpp', | 99 '../tests/GrTBSearchTest.cpp', |
| 99 '../tests/GradientTest.cpp', | 100 '../tests/GradientTest.cpp', |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 '../src/utils/debugger/SkObjectParser.h', | 194 '../src/utils/debugger/SkObjectParser.h', |
| 194 '../src/utils/debugger/SkObjectParser.cpp', | 195 '../src/utils/debugger/SkObjectParser.cpp', |
| 195 | 196 |
| 196 '../tests/PipeTest.cpp', | 197 '../tests/PipeTest.cpp', |
| 197 '../src/pipe/utils/SamplePipeControllers.cpp', | 198 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 198 | 199 |
| 199 '../tests/TDStackNesterTest.cpp', | 200 '../tests/TDStackNesterTest.cpp', |
| 200 '../experimental/PdfViewer/src/SkTDStackNester.h', | 201 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 201 ], | 202 ], |
| 202 } | 203 } |
| OLD | NEW |