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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 | 179 |
179 '../tests/PipeTest.cpp', | 180 '../tests/PipeTest.cpp', |
180 '../src/pipe/utils/SamplePipeControllers.cpp', | 181 '../src/pipe/utils/SamplePipeControllers.cpp', |
181 | 182 |
182 '../tests/TDStackNesterTest.cpp', | 183 '../tests/TDStackNesterTest.cpp', |
183 '../experimental/PdfViewer/src/SkTDStackNester.h', | 184 '../experimental/PdfViewer/src/SkTDStackNester.h', |
184 | 185 |
185 '../tools/sk_tool_utils.cpp', | 186 '../tools/sk_tool_utils.cpp', |
186 ], | 187 ], |
187 } | 188 } |
OLD | NEW |