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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/RecordReplaceDrawTest.cpp', |
170 '../tests/RecordOptsTest.cpp', | 170 '../tests/RecordOptsTest.cpp', |
171 '../tests/RecordPatternTest.cpp', | 171 '../tests/RecordPatternTest.cpp', |
172 '../tests/RecordTest.cpp', | 172 '../tests/RecordTest.cpp', |
173 '../tests/RecorderTest.cpp', | 173 '../tests/RecorderTest.cpp', |
174 '../tests/RecordingTest.cpp', | |
175 '../tests/RecordingXfermodeTest.cpp', | 174 '../tests/RecordingXfermodeTest.cpp', |
176 '../tests/RefCntTest.cpp', | 175 '../tests/RefCntTest.cpp', |
177 '../tests/RefDictTest.cpp', | 176 '../tests/RefDictTest.cpp', |
178 '../tests/RegionTest.cpp', | 177 '../tests/RegionTest.cpp', |
179 '../tests/ResourceCacheTest.cpp', | 178 '../tests/ResourceCacheTest.cpp', |
180 '../tests/RoundRectTest.cpp', | 179 '../tests/RoundRectTest.cpp', |
181 '../tests/RuntimeConfigTest.cpp', | 180 '../tests/RuntimeConfigTest.cpp', |
182 '../tests/SHA1Test.cpp', | 181 '../tests/SHA1Test.cpp', |
183 '../tests/ScalarTest.cpp', | 182 '../tests/ScalarTest.cpp', |
184 '../tests/SerializationTest.cpp', | 183 '../tests/SerializationTest.cpp', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 '../src/utils/debugger/SkObjectParser.h', | 219 '../src/utils/debugger/SkObjectParser.h', |
221 '../src/utils/debugger/SkObjectParser.cpp', | 220 '../src/utils/debugger/SkObjectParser.cpp', |
222 | 221 |
223 '../tests/PipeTest.cpp', | 222 '../tests/PipeTest.cpp', |
224 '../src/pipe/utils/SamplePipeControllers.cpp', | 223 '../src/pipe/utils/SamplePipeControllers.cpp', |
225 | 224 |
226 '../tests/TDStackNesterTest.cpp', | 225 '../tests/TDStackNesterTest.cpp', |
227 '../experimental/PdfViewer/src/SkTDStackNester.h', | 226 '../experimental/PdfViewer/src/SkTDStackNester.h', |
228 ], | 227 ], |
229 } | 228 } |
OLD | NEW |