| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 '../tests/CanvasTest.cpp', | 67 '../tests/CanvasTest.cpp', |
| 68 '../tests/ChecksumTest.cpp', | 68 '../tests/ChecksumTest.cpp', |
| 69 '../tests/ClampRangeTest.cpp', | 69 '../tests/ClampRangeTest.cpp', |
| 70 '../tests/ClipCacheTest.cpp', | 70 '../tests/ClipCacheTest.cpp', |
| 71 '../tests/ClipCubicTest.cpp', | 71 '../tests/ClipCubicTest.cpp', |
| 72 '../tests/ClipStackTest.cpp', | 72 '../tests/ClipStackTest.cpp', |
| 73 '../tests/ClipperTest.cpp', | 73 '../tests/ClipperTest.cpp', |
| 74 '../tests/ColorFilterTest.cpp', | 74 '../tests/ColorFilterTest.cpp', |
| 75 '../tests/ColorPrivTest.cpp', | 75 '../tests/ColorPrivTest.cpp', |
| 76 '../tests/ColorTest.cpp', | 76 '../tests/ColorTest.cpp', |
| 77 '../tests/ConcavePathTests.cpp', |
| 77 '../tests/DashPathEffectTest.cpp', | 78 '../tests/DashPathEffectTest.cpp', |
| 78 '../tests/DataRefTest.cpp', | 79 '../tests/DataRefTest.cpp', |
| 79 '../tests/DeferredCanvasTest.cpp', | 80 '../tests/DeferredCanvasTest.cpp', |
| 80 '../tests/DequeTest.cpp', | 81 '../tests/DequeTest.cpp', |
| 81 '../tests/DeviceLooperTest.cpp', | 82 '../tests/DeviceLooperTest.cpp', |
| 82 '../tests/DiscardableMemoryPoolTest.cpp', | 83 '../tests/DiscardableMemoryPoolTest.cpp', |
| 83 '../tests/DiscardableMemoryTest.cpp', | 84 '../tests/DiscardableMemoryTest.cpp', |
| 84 '../tests/DocumentTest.cpp', | 85 '../tests/DocumentTest.cpp', |
| 85 '../tests/DrawBitmapRectTest.cpp', | 86 '../tests/DrawBitmapRectTest.cpp', |
| 86 '../tests/DrawPathTest.cpp', | 87 '../tests/DrawPathTest.cpp', |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 '../src/utils/debugger/SkObjectParser.h', | 228 '../src/utils/debugger/SkObjectParser.h', |
| 228 '../src/utils/debugger/SkObjectParser.cpp', | 229 '../src/utils/debugger/SkObjectParser.cpp', |
| 229 | 230 |
| 230 '../tests/PipeTest.cpp', | 231 '../tests/PipeTest.cpp', |
| 231 '../src/pipe/utils/SamplePipeControllers.cpp', | 232 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 232 | 233 |
| 233 '../tests/TDStackNesterTest.cpp', | 234 '../tests/TDStackNesterTest.cpp', |
| 234 '../experimental/PdfViewer/src/SkTDStackNester.h', | 235 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 235 ], | 236 ], |
| 236 } | 237 } |
| OLD | NEW |