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/CPlusPlusEleven.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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 '../src/utils/debugger/SkObjectParser.h', | 230 '../src/utils/debugger/SkObjectParser.h', |
230 '../src/utils/debugger/SkObjectParser.cpp', | 231 '../src/utils/debugger/SkObjectParser.cpp', |
231 | 232 |
232 '../tests/PipeTest.cpp', | 233 '../tests/PipeTest.cpp', |
233 '../src/pipe/utils/SamplePipeControllers.cpp', | 234 '../src/pipe/utils/SamplePipeControllers.cpp', |
234 | 235 |
235 '../tests/TDStackNesterTest.cpp', | 236 '../tests/TDStackNesterTest.cpp', |
236 '../experimental/PdfViewer/src/SkTDStackNester.h', | 237 '../experimental/PdfViewer/src/SkTDStackNester.h', |
237 ], | 238 ], |
238 } | 239 } |
OLD | NEW |