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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/CPlusPlusEleven.cpp', |
78 '../tests/DashPathEffectTest.cpp', | 78 '../tests/DashPathEffectTest.cpp', |
79 '../tests/DataRefTest.cpp', | 79 '../tests/DataRefTest.cpp', |
80 '../tests/DeferredCanvasTest.cpp', | 80 '../tests/DeferredCanvasTest.cpp', |
| 81 '../tests/DeflateWStream.cpp', |
81 '../tests/DequeTest.cpp', | 82 '../tests/DequeTest.cpp', |
82 '../tests/DeviceLooperTest.cpp', | 83 '../tests/DeviceLooperTest.cpp', |
83 '../tests/DiscardableMemoryPoolTest.cpp', | 84 '../tests/DiscardableMemoryPoolTest.cpp', |
84 '../tests/DiscardableMemoryTest.cpp', | 85 '../tests/DiscardableMemoryTest.cpp', |
85 '../tests/DocumentTest.cpp', | 86 '../tests/DocumentTest.cpp', |
86 '../tests/DrawBitmapRectTest.cpp', | 87 '../tests/DrawBitmapRectTest.cpp', |
87 '../tests/DrawPathTest.cpp', | 88 '../tests/DrawPathTest.cpp', |
88 '../tests/DrawTextTest.cpp', | 89 '../tests/DrawTextTest.cpp', |
89 '../tests/DynamicHashTest.cpp', | 90 '../tests/DynamicHashTest.cpp', |
90 '../tests/EmptyPathTest.cpp', | 91 '../tests/EmptyPathTest.cpp', |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 '../src/utils/debugger/SkObjectParser.h', | 231 '../src/utils/debugger/SkObjectParser.h', |
231 '../src/utils/debugger/SkObjectParser.cpp', | 232 '../src/utils/debugger/SkObjectParser.cpp', |
232 | 233 |
233 '../tests/PipeTest.cpp', | 234 '../tests/PipeTest.cpp', |
234 '../src/pipe/utils/SamplePipeControllers.cpp', | 235 '../src/pipe/utils/SamplePipeControllers.cpp', |
235 | 236 |
236 '../tests/TDStackNesterTest.cpp', | 237 '../tests/TDStackNesterTest.cpp', |
237 '../experimental/PdfViewer/src/SkTDStackNester.h', | 238 '../experimental/PdfViewer/src/SkTDStackNester.h', |
238 ], | 239 ], |
239 } | 240 } |
OLD | NEW |