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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 '../tests/AtomicTest.cpp', | 51 '../tests/AtomicTest.cpp', |
52 '../tests/BitSetTest.cpp', | 52 '../tests/BitSetTest.cpp', |
53 '../tests/BitmapCopyTest.cpp', | 53 '../tests/BitmapCopyTest.cpp', |
54 '../tests/BitmapGetColorTest.cpp', | 54 '../tests/BitmapGetColorTest.cpp', |
55 '../tests/BitmapHasherTest.cpp', | 55 '../tests/BitmapHasherTest.cpp', |
56 '../tests/BitmapHeapTest.cpp', | 56 '../tests/BitmapHeapTest.cpp', |
57 '../tests/BitmapTest.cpp', | 57 '../tests/BitmapTest.cpp', |
58 '../tests/BlendTest.cpp', | 58 '../tests/BlendTest.cpp', |
59 '../tests/BlitRowTest.cpp', | 59 '../tests/BlitRowTest.cpp', |
60 '../tests/BlurTest.cpp', | 60 '../tests/BlurTest.cpp', |
61 '../tests/CachedDataTest.cpp', | |
62 '../tests/CachedDecodingPixelRefTest.cpp', | 61 '../tests/CachedDecodingPixelRefTest.cpp', |
63 '../tests/CanvasStateHelpers.cpp', | 62 '../tests/CanvasStateHelpers.cpp', |
64 '../tests/CanvasStateTest.cpp', | 63 '../tests/CanvasStateTest.cpp', |
65 '../tests/CanvasTest.cpp', | 64 '../tests/CanvasTest.cpp', |
66 '../tests/ChecksumTest.cpp', | 65 '../tests/ChecksumTest.cpp', |
67 '../tests/ClampRangeTest.cpp', | 66 '../tests/ClampRangeTest.cpp', |
68 '../tests/ClipCacheTest.cpp', | 67 '../tests/ClipCacheTest.cpp', |
69 '../tests/ClipCubicTest.cpp', | 68 '../tests/ClipCubicTest.cpp', |
70 '../tests/ClipStackTest.cpp', | 69 '../tests/ClipStackTest.cpp', |
71 '../tests/ClipperTest.cpp', | 70 '../tests/ClipperTest.cpp', |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 '../src/utils/debugger/SkObjectParser.h', | 217 '../src/utils/debugger/SkObjectParser.h', |
219 '../src/utils/debugger/SkObjectParser.cpp', | 218 '../src/utils/debugger/SkObjectParser.cpp', |
220 | 219 |
221 '../tests/PipeTest.cpp', | 220 '../tests/PipeTest.cpp', |
222 '../src/pipe/utils/SamplePipeControllers.cpp', | 221 '../src/pipe/utils/SamplePipeControllers.cpp', |
223 | 222 |
224 '../tests/TDStackNesterTest.cpp', | 223 '../tests/TDStackNesterTest.cpp', |
225 '../experimental/PdfViewer/src/SkTDStackNester.h', | 224 '../experimental/PdfViewer/src/SkTDStackNester.h', |
226 ], | 225 ], |
227 } | 226 } |
OLD | NEW |