| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 '../tests/GrBinHashKeyTest.cpp', | 108 '../tests/GrBinHashKeyTest.cpp', |
| 109 '../tests/GrContextFactoryTest.cpp', | 109 '../tests/GrContextFactoryTest.cpp', |
| 110 '../tests/GrDrawTargetTest.cpp', | 110 '../tests/GrDrawTargetTest.cpp', |
| 111 '../tests/GrAllocatorTest.cpp', | 111 '../tests/GrAllocatorTest.cpp', |
| 112 '../tests/GrMemoryPoolTest.cpp', | 112 '../tests/GrMemoryPoolTest.cpp', |
| 113 '../tests/GrOrderedSetTest.cpp', | 113 '../tests/GrOrderedSetTest.cpp', |
| 114 '../tests/GrGLSLPrettyPrintTest.cpp', | 114 '../tests/GrGLSLPrettyPrintTest.cpp', |
| 115 '../tests/GrRedBlackTreeTest.cpp', | 115 '../tests/GrRedBlackTreeTest.cpp', |
| 116 '../tests/GrSurfaceTest.cpp', | 116 '../tests/GrSurfaceTest.cpp', |
| 117 '../tests/GrTBSearchTest.cpp', | 117 '../tests/GrTBSearchTest.cpp', |
| 118 '../tests/GrTRecorderTest.cpp', | |
| 119 '../tests/GradientTest.cpp', | 118 '../tests/GradientTest.cpp', |
| 120 '../tests/ImageCacheTest.cpp', | 119 '../tests/ImageCacheTest.cpp', |
| 121 '../tests/ImageDecodingTest.cpp', | 120 '../tests/ImageDecodingTest.cpp', |
| 122 '../tests/ImageFilterTest.cpp', | 121 '../tests/ImageFilterTest.cpp', |
| 123 '../tests/ImageGeneratorTest.cpp', | 122 '../tests/ImageGeneratorTest.cpp', |
| 124 '../tests/ImageIsOpaqueTest.cpp', | 123 '../tests/ImageIsOpaqueTest.cpp', |
| 125 '../tests/ImageNewShaderTest.cpp', | 124 '../tests/ImageNewShaderTest.cpp', |
| 126 '../tests/InfRectTest.cpp', | 125 '../tests/InfRectTest.cpp', |
| 127 '../tests/InterpolatorTest.cpp', | 126 '../tests/InterpolatorTest.cpp', |
| 128 '../tests/JpegTest.cpp', | 127 '../tests/JpegTest.cpp', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 '../src/utils/debugger/SkObjectParser.h', | 219 '../src/utils/debugger/SkObjectParser.h', |
| 221 '../src/utils/debugger/SkObjectParser.cpp', | 220 '../src/utils/debugger/SkObjectParser.cpp', |
| 222 | 221 |
| 223 '../tests/PipeTest.cpp', | 222 '../tests/PipeTest.cpp', |
| 224 '../src/pipe/utils/SamplePipeControllers.cpp', | 223 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 225 | 224 |
| 226 '../tests/TDStackNesterTest.cpp', | 225 '../tests/TDStackNesterTest.cpp', |
| 227 '../experimental/PdfViewer/src/SkTDStackNester.h', | 226 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 228 ], | 227 ], |
| 229 } | 228 } |
| OLD | NEW |