| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 '../tests/FontObjTest.cpp', | 99 '../tests/FontObjTest.cpp', |
| 100 '../tests/FrontBufferedStreamTest.cpp', | 100 '../tests/FrontBufferedStreamTest.cpp', |
| 101 '../tests/GLInterfaceValidationTest.cpp', | 101 '../tests/GLInterfaceValidationTest.cpp', |
| 102 '../tests/GLProgramsTest.cpp', | 102 '../tests/GLProgramsTest.cpp', |
| 103 '../tests/GeometryTest.cpp', | 103 '../tests/GeometryTest.cpp', |
| 104 '../tests/GifTest.cpp', | 104 '../tests/GifTest.cpp', |
| 105 '../tests/GpuColorFilterTest.cpp', | 105 '../tests/GpuColorFilterTest.cpp', |
| 106 '../tests/GpuDrawPathTest.cpp', | 106 '../tests/GpuDrawPathTest.cpp', |
| 107 '../tests/GpuLayerCacheTest.cpp', | 107 '../tests/GpuLayerCacheTest.cpp', |
| 108 '../tests/GpuRectanizerTest.cpp', | 108 '../tests/GpuRectanizerTest.cpp', |
| 109 '../tests/GrBinHashKeyTest.cpp', | |
| 110 '../tests/GrContextFactoryTest.cpp', | 109 '../tests/GrContextFactoryTest.cpp', |
| 111 '../tests/GrDrawTargetTest.cpp', | 110 '../tests/GrDrawTargetTest.cpp', |
| 112 '../tests/GrAllocatorTest.cpp', | 111 '../tests/GrAllocatorTest.cpp', |
| 113 '../tests/GrMemoryPoolTest.cpp', | 112 '../tests/GrMemoryPoolTest.cpp', |
| 114 '../tests/GrOrderedSetTest.cpp', | 113 '../tests/GrOrderedSetTest.cpp', |
| 115 '../tests/GrGLSLPrettyPrintTest.cpp', | 114 '../tests/GrGLSLPrettyPrintTest.cpp', |
| 116 '../tests/GrRedBlackTreeTest.cpp', | 115 '../tests/GrRedBlackTreeTest.cpp', |
| 117 '../tests/GrSurfaceTest.cpp', | 116 '../tests/GrSurfaceTest.cpp', |
| 118 '../tests/GrTBSearchTest.cpp', | 117 '../tests/GrTBSearchTest.cpp', |
| 119 '../tests/GrTRecorderTest.cpp', | 118 '../tests/GrTRecorderTest.cpp', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 '../src/utils/debugger/SkObjectParser.h', | 227 '../src/utils/debugger/SkObjectParser.h', |
| 229 '../src/utils/debugger/SkObjectParser.cpp', | 228 '../src/utils/debugger/SkObjectParser.cpp', |
| 230 | 229 |
| 231 '../tests/PipeTest.cpp', | 230 '../tests/PipeTest.cpp', |
| 232 '../src/pipe/utils/SamplePipeControllers.cpp', | 231 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 233 | 232 |
| 234 '../tests/TDStackNesterTest.cpp', | 233 '../tests/TDStackNesterTest.cpp', |
| 235 '../experimental/PdfViewer/src/SkTDStackNester.h', | 234 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 236 ], | 235 ], |
| 237 } | 236 } |
| OLD | NEW |