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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 '../tests/CanvasTest.cpp', | 48 '../tests/CanvasTest.cpp', |
49 '../tests/ChecksumTest.cpp', | 49 '../tests/ChecksumTest.cpp', |
50 '../tests/ClampRangeTest.cpp', | 50 '../tests/ClampRangeTest.cpp', |
51 '../tests/ClipCacheTest.cpp', | 51 '../tests/ClipCacheTest.cpp', |
52 '../tests/ClipCubicTest.cpp', | 52 '../tests/ClipCubicTest.cpp', |
53 '../tests/ClipStackTest.cpp', | 53 '../tests/ClipStackTest.cpp', |
54 '../tests/ClipperTest.cpp', | 54 '../tests/ClipperTest.cpp', |
55 '../tests/ColorFilterTest.cpp', | 55 '../tests/ColorFilterTest.cpp', |
56 '../tests/ColorPrivTest.cpp', | 56 '../tests/ColorPrivTest.cpp', |
57 '../tests/ColorTest.cpp', | 57 '../tests/ColorTest.cpp', |
| 58 '../tests/DashPathEffectTest.cpp', |
58 '../tests/DataRefTest.cpp', | 59 '../tests/DataRefTest.cpp', |
59 '../tests/DeferredCanvasTest.cpp', | 60 '../tests/DeferredCanvasTest.cpp', |
60 '../tests/DequeTest.cpp', | 61 '../tests/DequeTest.cpp', |
61 '../tests/DeviceLooperTest.cpp', | 62 '../tests/DeviceLooperTest.cpp', |
62 '../tests/DiscardableMemoryPoolTest.cpp', | 63 '../tests/DiscardableMemoryPoolTest.cpp', |
63 '../tests/DiscardableMemoryTest.cpp', | 64 '../tests/DiscardableMemoryTest.cpp', |
64 '../tests/DocumentTest.cpp', | 65 '../tests/DocumentTest.cpp', |
65 '../tests/DrawBitmapRectTest.cpp', | 66 '../tests/DrawBitmapRectTest.cpp', |
66 '../tests/DrawPathTest.cpp', | 67 '../tests/DrawPathTest.cpp', |
67 '../tests/DrawTextTest.cpp', | 68 '../tests/DrawTextTest.cpp', |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 | 177 |
177 '../tests/PipeTest.cpp', | 178 '../tests/PipeTest.cpp', |
178 '../src/pipe/utils/SamplePipeControllers.cpp', | 179 '../src/pipe/utils/SamplePipeControllers.cpp', |
179 | 180 |
180 '../tests/TDStackNesterTest.cpp', | 181 '../tests/TDStackNesterTest.cpp', |
181 '../experimental/PdfViewer/src/SkTDStackNester.h', | 182 '../experimental/PdfViewer/src/SkTDStackNester.h', |
182 | 183 |
183 '../tools/sk_tool_utils.cpp', | 184 '../tools/sk_tool_utils.cpp', |
184 ], | 185 ], |
185 } | 186 } |
OLD | NEW |