OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 # Common gypi for unit tests. | 5 # Common gypi for unit tests. |
6 { | 6 { |
7 'include_dirs': [ | 7 'include_dirs': [ |
8 '../src/codec', | 8 '../src/codec', |
9 '../src/core', | 9 '../src/core', |
10 '../src/effects', | 10 '../src/effects', |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 '../tests/SrcOverTest.cpp', | 211 '../tests/SrcOverTest.cpp', |
212 '../tests/StreamTest.cpp', | 212 '../tests/StreamTest.cpp', |
213 '../tests/StringTest.cpp', | 213 '../tests/StringTest.cpp', |
214 '../tests/StrokeTest.cpp', | 214 '../tests/StrokeTest.cpp', |
215 '../tests/StrokerTest.cpp', | 215 '../tests/StrokerTest.cpp', |
216 '../tests/SurfaceTest.cpp', | 216 '../tests/SurfaceTest.cpp', |
217 '../tests/SVGDeviceTest.cpp', | 217 '../tests/SVGDeviceTest.cpp', |
218 '../tests/SwizzlerTest.cpp', | 218 '../tests/SwizzlerTest.cpp', |
219 '../tests/TessellatingPathRendererTests.cpp', | 219 '../tests/TessellatingPathRendererTests.cpp', |
220 '../tests/TArrayTest.cpp', | 220 '../tests/TArrayTest.cpp', |
| 221 '../tests/TDArrayTest.cpp', |
221 '../tests/TemplatesTest.cpp', | 222 '../tests/TemplatesTest.cpp', |
222 '../tests/TDPQueueTest.cpp', | 223 '../tests/TDPQueueTest.cpp', |
223 '../tests/Time.cpp', | 224 '../tests/Time.cpp', |
224 '../tests/TLSTest.cpp', | 225 '../tests/TLSTest.cpp', |
225 '../tests/TextBlobTest.cpp', | 226 '../tests/TextBlobTest.cpp', |
226 '../tests/TextureCompressionTest.cpp', | 227 '../tests/TextureCompressionTest.cpp', |
227 '../tests/ToUnicodeTest.cpp', | 228 '../tests/ToUnicodeTest.cpp', |
228 '../tests/TracingTest.cpp', | 229 '../tests/TracingTest.cpp', |
229 '../tests/TypefaceTest.cpp', | 230 '../tests/TypefaceTest.cpp', |
230 '../tests/UnicodeTest.cpp', | 231 '../tests/UnicodeTest.cpp', |
(...skipping 13 matching lines...) Expand all Loading... |
244 '../src/utils/debugger/SkObjectParser.h', | 245 '../src/utils/debugger/SkObjectParser.h', |
245 '../src/utils/debugger/SkObjectParser.cpp', | 246 '../src/utils/debugger/SkObjectParser.cpp', |
246 | 247 |
247 '../tests/PipeTest.cpp', | 248 '../tests/PipeTest.cpp', |
248 '../src/pipe/utils/SamplePipeControllers.cpp', | 249 '../src/pipe/utils/SamplePipeControllers.cpp', |
249 | 250 |
250 '../tests/TDStackNesterTest.cpp', | 251 '../tests/TDStackNesterTest.cpp', |
251 '../experimental/PdfViewer/src/SkTDStackNester.h', | 252 '../experimental/PdfViewer/src/SkTDStackNester.h', |
252 ], | 253 ], |
253 } | 254 } |
OLD | NEW |