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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 '../tests/PointTest.cpp', | 159 '../tests/PointTest.cpp', |
160 '../tests/PremulAlphaRoundTripTest.cpp', | 160 '../tests/PremulAlphaRoundTripTest.cpp', |
161 '../tests/QuickRejectTest.cpp', | 161 '../tests/QuickRejectTest.cpp', |
162 '../tests/RTConfRegistryTest.cpp', | 162 '../tests/RTConfRegistryTest.cpp', |
163 '../tests/RTreeTest.cpp', | 163 '../tests/RTreeTest.cpp', |
164 '../tests/RandomTest.cpp', | 164 '../tests/RandomTest.cpp', |
165 '../tests/ReadPixelsTest.cpp', | 165 '../tests/ReadPixelsTest.cpp', |
166 '../tests/ReadWriteAlphaTest.cpp', | 166 '../tests/ReadWriteAlphaTest.cpp', |
167 '../tests/Reader32Test.cpp', | 167 '../tests/Reader32Test.cpp', |
168 '../tests/RecordDrawTest.cpp', | 168 '../tests/RecordDrawTest.cpp', |
| 169 '../tests/RecordReplaceDrawTest.cpp', |
169 '../tests/RecordOptsTest.cpp', | 170 '../tests/RecordOptsTest.cpp', |
170 '../tests/RecordPatternTest.cpp', | 171 '../tests/RecordPatternTest.cpp', |
171 '../tests/RecordTest.cpp', | 172 '../tests/RecordTest.cpp', |
172 '../tests/RecorderTest.cpp', | 173 '../tests/RecorderTest.cpp', |
173 '../tests/RecordingTest.cpp', | 174 '../tests/RecordingTest.cpp', |
174 '../tests/RefCntTest.cpp', | 175 '../tests/RefCntTest.cpp', |
175 '../tests/RefDictTest.cpp', | 176 '../tests/RefDictTest.cpp', |
176 '../tests/RegionTest.cpp', | 177 '../tests/RegionTest.cpp', |
177 '../tests/ResourceCacheTest.cpp', | 178 '../tests/ResourceCacheTest.cpp', |
178 '../tests/RoundRectTest.cpp', | 179 '../tests/RoundRectTest.cpp', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 '../src/utils/debugger/SkObjectParser.h', | 218 '../src/utils/debugger/SkObjectParser.h', |
218 '../src/utils/debugger/SkObjectParser.cpp', | 219 '../src/utils/debugger/SkObjectParser.cpp', |
219 | 220 |
220 '../tests/PipeTest.cpp', | 221 '../tests/PipeTest.cpp', |
221 '../src/pipe/utils/SamplePipeControllers.cpp', | 222 '../src/pipe/utils/SamplePipeControllers.cpp', |
222 | 223 |
223 '../tests/TDStackNesterTest.cpp', | 224 '../tests/TDStackNesterTest.cpp', |
224 '../experimental/PdfViewer/src/SkTDStackNester.h', | 225 '../experimental/PdfViewer/src/SkTDStackNester.h', |
225 ], | 226 ], |
226 } | 227 } |
OLD | NEW |