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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/DashPathEffectTest.cpp', | 77 '../tests/DashPathEffectTest.cpp', |
78 '../tests/DataRefTest.cpp', | 78 '../tests/DataRefTest.cpp', |
79 '../tests/DeferredCanvasTest.cpp', | 79 '../tests/DeferredCanvasTest.cpp', |
| 80 '../tests/DeflateWStream.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', |
87 '../tests/DrawTextTest.cpp', | 88 '../tests/DrawTextTest.cpp', |
88 '../tests/DynamicHashTest.cpp', | 89 '../tests/DynamicHashTest.cpp', |
89 '../tests/EmptyPathTest.cpp', | 90 '../tests/EmptyPathTest.cpp', |
(...skipping 137 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 |