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/core', | 9 '../src/core', |
9 '../src/effects', | 10 '../src/effects', |
10 '../src/image', | 11 '../src/image', |
11 '../src/lazy', | 12 '../src/lazy', |
12 '../src/images', | 13 '../src/images', |
13 '../src/pathops', | 14 '../src/pathops', |
14 '../src/pdf', | 15 '../src/pdf', |
15 '../src/pipe/utils', | 16 '../src/pipe/utils', |
16 '../src/utils', | 17 '../src/utils', |
17 '../src/utils/debugger', | 18 '../src/utils/debugger', |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 '../tests/SkResourceCacheTest.cpp', | 208 '../tests/SkResourceCacheTest.cpp', |
208 '../tests/SmallAllocatorTest.cpp', | 209 '../tests/SmallAllocatorTest.cpp', |
209 '../tests/SortTest.cpp', | 210 '../tests/SortTest.cpp', |
210 '../tests/SrcOverTest.cpp', | 211 '../tests/SrcOverTest.cpp', |
211 '../tests/StreamTest.cpp', | 212 '../tests/StreamTest.cpp', |
212 '../tests/StringTest.cpp', | 213 '../tests/StringTest.cpp', |
213 '../tests/StrokeTest.cpp', | 214 '../tests/StrokeTest.cpp', |
214 '../tests/StrokerTest.cpp', | 215 '../tests/StrokerTest.cpp', |
215 '../tests/SurfaceTest.cpp', | 216 '../tests/SurfaceTest.cpp', |
216 '../tests/SVGDeviceTest.cpp', | 217 '../tests/SVGDeviceTest.cpp', |
| 218 '../tests/SwizzlerTest.cpp', |
217 '../tests/TessellatingPathRendererTests.cpp', | 219 '../tests/TessellatingPathRendererTests.cpp', |
218 '../tests/TArrayTest.cpp', | 220 '../tests/TArrayTest.cpp', |
219 '../tests/TemplatesTest.cpp', | 221 '../tests/TemplatesTest.cpp', |
220 '../tests/TDPQueueTest.cpp', | 222 '../tests/TDPQueueTest.cpp', |
221 '../tests/Time.cpp', | 223 '../tests/Time.cpp', |
222 '../tests/TLSTest.cpp', | 224 '../tests/TLSTest.cpp', |
223 '../tests/TextBlobTest.cpp', | 225 '../tests/TextBlobTest.cpp', |
224 '../tests/TextureCompressionTest.cpp', | 226 '../tests/TextureCompressionTest.cpp', |
225 '../tests/ToUnicodeTest.cpp', | 227 '../tests/ToUnicodeTest.cpp', |
226 '../tests/TracingTest.cpp', | 228 '../tests/TracingTest.cpp', |
(...skipping 15 matching lines...) Expand all Loading... |
242 '../src/utils/debugger/SkObjectParser.h', | 244 '../src/utils/debugger/SkObjectParser.h', |
243 '../src/utils/debugger/SkObjectParser.cpp', | 245 '../src/utils/debugger/SkObjectParser.cpp', |
244 | 246 |
245 '../tests/PipeTest.cpp', | 247 '../tests/PipeTest.cpp', |
246 '../src/pipe/utils/SamplePipeControllers.cpp', | 248 '../src/pipe/utils/SamplePipeControllers.cpp', |
247 | 249 |
248 '../tests/TDStackNesterTest.cpp', | 250 '../tests/TDStackNesterTest.cpp', |
249 '../experimental/PdfViewer/src/SkTDStackNester.h', | 251 '../experimental/PdfViewer/src/SkTDStackNester.h', |
250 ], | 252 ], |
251 } | 253 } |
OLD | NEW |