| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 '../tests/CanvasTest.cpp', | 65 '../tests/CanvasTest.cpp', |
| 66 '../tests/ChecksumTest.cpp', | 66 '../tests/ChecksumTest.cpp', |
| 67 '../tests/ClampRangeTest.cpp', | 67 '../tests/ClampRangeTest.cpp', |
| 68 '../tests/ClipCacheTest.cpp', | 68 '../tests/ClipCacheTest.cpp', |
| 69 '../tests/ClipCubicTest.cpp', | 69 '../tests/ClipCubicTest.cpp', |
| 70 '../tests/ClipStackTest.cpp', | 70 '../tests/ClipStackTest.cpp', |
| 71 '../tests/ClipperTest.cpp', | 71 '../tests/ClipperTest.cpp', |
| 72 '../tests/ColorFilterTest.cpp', | 72 '../tests/ColorFilterTest.cpp', |
| 73 '../tests/ColorPrivTest.cpp', | 73 '../tests/ColorPrivTest.cpp', |
| 74 '../tests/ColorTest.cpp', | 74 '../tests/ColorTest.cpp', |
| 75 '../tests/Cpp11Test.cpp', | |
| 76 '../tests/DashPathEffectTest.cpp', | 75 '../tests/DashPathEffectTest.cpp', |
| 77 '../tests/DataRefTest.cpp', | 76 '../tests/DataRefTest.cpp', |
| 78 '../tests/DeferredCanvasTest.cpp', | 77 '../tests/DeferredCanvasTest.cpp', |
| 79 '../tests/DequeTest.cpp', | 78 '../tests/DequeTest.cpp', |
| 80 '../tests/DeviceLooperTest.cpp', | 79 '../tests/DeviceLooperTest.cpp', |
| 81 '../tests/DiscardableMemoryPoolTest.cpp', | 80 '../tests/DiscardableMemoryPoolTest.cpp', |
| 82 '../tests/DiscardableMemoryTest.cpp', | 81 '../tests/DiscardableMemoryTest.cpp', |
| 83 '../tests/DocumentTest.cpp', | 82 '../tests/DocumentTest.cpp', |
| 84 '../tests/DrawBitmapRectTest.cpp', | 83 '../tests/DrawBitmapRectTest.cpp', |
| 85 '../tests/DrawPathTest.cpp', | 84 '../tests/DrawPathTest.cpp', |
| (...skipping 134 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 |