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/core', | 8 '../src/core', |
9 '../src/effects', | 9 '../src/effects', |
10 '../src/image', | 10 '../src/image', |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 '../tests/RegionTest.cpp', | 193 '../tests/RegionTest.cpp', |
194 '../tests/ResourceCacheTest.cpp', | 194 '../tests/ResourceCacheTest.cpp', |
195 '../tests/RoundRectTest.cpp', | 195 '../tests/RoundRectTest.cpp', |
196 '../tests/RuntimeConfigTest.cpp', | 196 '../tests/RuntimeConfigTest.cpp', |
197 '../tests/SHA1Test.cpp', | 197 '../tests/SHA1Test.cpp', |
198 '../tests/ScalarTest.cpp', | 198 '../tests/ScalarTest.cpp', |
199 '../tests/SerializationTest.cpp', | 199 '../tests/SerializationTest.cpp', |
200 '../tests/ShaderImageFilterTest.cpp', | 200 '../tests/ShaderImageFilterTest.cpp', |
201 '../tests/ShaderOpacityTest.cpp', | 201 '../tests/ShaderOpacityTest.cpp', |
202 '../tests/SizeTest.cpp', | 202 '../tests/SizeTest.cpp', |
203 '../tests/Sk2xTest.cpp', | 203 '../tests/SkNxTest.cpp', |
204 '../tests/Sk4xTest.cpp', | |
205 '../tests/SkBase64Test.cpp', | 204 '../tests/SkBase64Test.cpp', |
206 '../tests/SkImageTest.cpp', | 205 '../tests/SkImageTest.cpp', |
207 '../tests/SkResourceCacheTest.cpp', | 206 '../tests/SkResourceCacheTest.cpp', |
208 '../tests/SmallAllocatorTest.cpp', | 207 '../tests/SmallAllocatorTest.cpp', |
209 '../tests/SortTest.cpp', | 208 '../tests/SortTest.cpp', |
210 '../tests/SrcOverTest.cpp', | 209 '../tests/SrcOverTest.cpp', |
211 '../tests/StreamTest.cpp', | 210 '../tests/StreamTest.cpp', |
212 '../tests/StringTest.cpp', | 211 '../tests/StringTest.cpp', |
213 '../tests/StrokeTest.cpp', | 212 '../tests/StrokeTest.cpp', |
214 '../tests/StrokerTest.cpp', | 213 '../tests/StrokerTest.cpp', |
(...skipping 26 matching lines...) Expand all Loading... |
241 '../src/utils/debugger/SkObjectParser.h', | 240 '../src/utils/debugger/SkObjectParser.h', |
242 '../src/utils/debugger/SkObjectParser.cpp', | 241 '../src/utils/debugger/SkObjectParser.cpp', |
243 | 242 |
244 '../tests/PipeTest.cpp', | 243 '../tests/PipeTest.cpp', |
245 '../src/pipe/utils/SamplePipeControllers.cpp', | 244 '../src/pipe/utils/SamplePipeControllers.cpp', |
246 | 245 |
247 '../tests/TDStackNesterTest.cpp', | 246 '../tests/TDStackNesterTest.cpp', |
248 '../experimental/PdfViewer/src/SkTDStackNester.h', | 247 '../experimental/PdfViewer/src/SkTDStackNester.h', |
249 ], | 248 ], |
250 } | 249 } |
OLD | NEW |