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 28 matching lines...) Expand all Loading... |
39 '../tests/BitSetTest.cpp', | 39 '../tests/BitSetTest.cpp', |
40 '../tests/BitmapCopyTest.cpp', | 40 '../tests/BitmapCopyTest.cpp', |
41 '../tests/BitmapGetColorTest.cpp', | 41 '../tests/BitmapGetColorTest.cpp', |
42 '../tests/BitmapHasherTest.cpp', | 42 '../tests/BitmapHasherTest.cpp', |
43 '../tests/BitmapHeapTest.cpp', | 43 '../tests/BitmapHeapTest.cpp', |
44 '../tests/BitmapTest.cpp', | 44 '../tests/BitmapTest.cpp', |
45 '../tests/BlendTest.cpp', | 45 '../tests/BlendTest.cpp', |
46 '../tests/BlitRowTest.cpp', | 46 '../tests/BlitRowTest.cpp', |
47 '../tests/BlurTest.cpp', | 47 '../tests/BlurTest.cpp', |
48 '../tests/CachedDecodingPixelRefTest.cpp', | 48 '../tests/CachedDecodingPixelRefTest.cpp', |
| 49 '../tests/CanvasStateHelpers.cpp', |
49 '../tests/CanvasStateTest.cpp', | 50 '../tests/CanvasStateTest.cpp', |
50 '../tests/CanvasTest.cpp', | 51 '../tests/CanvasTest.cpp', |
51 '../tests/ChecksumTest.cpp', | 52 '../tests/ChecksumTest.cpp', |
52 '../tests/ClampRangeTest.cpp', | 53 '../tests/ClampRangeTest.cpp', |
53 '../tests/ClipCacheTest.cpp', | 54 '../tests/ClipCacheTest.cpp', |
54 '../tests/ClipCubicTest.cpp', | 55 '../tests/ClipCubicTest.cpp', |
55 '../tests/ClipStackTest.cpp', | 56 '../tests/ClipStackTest.cpp', |
56 '../tests/ClipperTest.cpp', | 57 '../tests/ClipperTest.cpp', |
57 '../tests/ColorFilterTest.cpp', | 58 '../tests/ColorFilterTest.cpp', |
58 '../tests/ColorPrivTest.cpp', | 59 '../tests/ColorPrivTest.cpp', |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 '../src/utils/debugger/SkObjectParser.h', | 197 '../src/utils/debugger/SkObjectParser.h', |
197 '../src/utils/debugger/SkObjectParser.cpp', | 198 '../src/utils/debugger/SkObjectParser.cpp', |
198 | 199 |
199 '../tests/PipeTest.cpp', | 200 '../tests/PipeTest.cpp', |
200 '../src/pipe/utils/SamplePipeControllers.cpp', | 201 '../src/pipe/utils/SamplePipeControllers.cpp', |
201 | 202 |
202 '../tests/TDStackNesterTest.cpp', | 203 '../tests/TDStackNesterTest.cpp', |
203 '../experimental/PdfViewer/src/SkTDStackNester.h', | 204 '../experimental/PdfViewer/src/SkTDStackNester.h', |
204 ], | 205 ], |
205 } | 206 } |
OLD | NEW |