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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 '../tests/SizeTest.cpp', | 166 '../tests/SizeTest.cpp', |
167 '../tests/SkBase64Test.cpp', | 167 '../tests/SkBase64Test.cpp', |
168 '../tests/SmallAllocatorTest.cpp', | 168 '../tests/SmallAllocatorTest.cpp', |
169 '../tests/SortTest.cpp', | 169 '../tests/SortTest.cpp', |
170 '../tests/SrcOverTest.cpp', | 170 '../tests/SrcOverTest.cpp', |
171 '../tests/StreamTest.cpp', | 171 '../tests/StreamTest.cpp', |
172 '../tests/StringTest.cpp', | 172 '../tests/StringTest.cpp', |
173 '../tests/StrokeTest.cpp', | 173 '../tests/StrokeTest.cpp', |
174 '../tests/SurfaceTest.cpp', | 174 '../tests/SurfaceTest.cpp', |
175 '../tests/TArrayTest.cpp', | 175 '../tests/TArrayTest.cpp', |
176 '../tests/THashCache.cpp', | |
177 '../tests/TLSTest.cpp', | 176 '../tests/TLSTest.cpp', |
178 '../tests/TSetTest.cpp', | 177 '../tests/TSetTest.cpp', |
179 '../tests/TextureCompressionTest.cpp', | 178 '../tests/TextureCompressionTest.cpp', |
180 '../tests/TileGridTest.cpp', | 179 '../tests/TileGridTest.cpp', |
181 '../tests/ToUnicodeTest.cpp', | 180 '../tests/ToUnicodeTest.cpp', |
182 '../tests/TracingTest.cpp', | 181 '../tests/TracingTest.cpp', |
183 '../tests/TypefaceTest.cpp', | 182 '../tests/TypefaceTest.cpp', |
184 '../tests/UnicodeTest.cpp', | 183 '../tests/UnicodeTest.cpp', |
185 '../tests/UtilsTest.cpp', | 184 '../tests/UtilsTest.cpp', |
186 '../tests/WArrayTest.cpp', | 185 '../tests/WArrayTest.cpp', |
187 '../tests/WritePixelsTest.cpp', | 186 '../tests/WritePixelsTest.cpp', |
188 '../tests/Writer32Test.cpp', | 187 '../tests/Writer32Test.cpp', |
189 '../tests/XfermodeTest.cpp', | 188 '../tests/XfermodeTest.cpp', |
190 | 189 |
191 '../tests/MatrixClipCollapseTest.cpp', | 190 '../tests/MatrixClipCollapseTest.cpp', |
192 '../src/utils/debugger/SkDrawCommand.h', | 191 '../src/utils/debugger/SkDrawCommand.h', |
193 '../src/utils/debugger/SkDrawCommand.cpp', | 192 '../src/utils/debugger/SkDrawCommand.cpp', |
194 '../src/utils/debugger/SkDebugCanvas.h', | 193 '../src/utils/debugger/SkDebugCanvas.h', |
195 '../src/utils/debugger/SkDebugCanvas.cpp', | 194 '../src/utils/debugger/SkDebugCanvas.cpp', |
196 '../src/utils/debugger/SkObjectParser.h', | 195 '../src/utils/debugger/SkObjectParser.h', |
197 '../src/utils/debugger/SkObjectParser.cpp', | 196 '../src/utils/debugger/SkObjectParser.cpp', |
198 | 197 |
199 '../tests/PipeTest.cpp', | 198 '../tests/PipeTest.cpp', |
200 '../src/pipe/utils/SamplePipeControllers.cpp', | 199 '../src/pipe/utils/SamplePipeControllers.cpp', |
201 | 200 |
202 '../tests/TDStackNesterTest.cpp', | 201 '../tests/TDStackNesterTest.cpp', |
203 '../experimental/PdfViewer/src/SkTDStackNester.h', | 202 '../experimental/PdfViewer/src/SkTDStackNester.h', |
204 ], | 203 ], |
205 } | 204 } |
OLD | NEW |