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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 ], | 42 ], |
43 'sources': [ | 43 'sources': [ |
44 '../tests/Test.cpp', | 44 '../tests/Test.cpp', |
45 '../tests/Test.h', | 45 '../tests/Test.h', |
46 | 46 |
47 '../tests/AAClipTest.cpp', | 47 '../tests/AAClipTest.cpp', |
48 '../tests/ARGBImageEncoderTest.cpp', | 48 '../tests/ARGBImageEncoderTest.cpp', |
49 '../tests/AnnotationTest.cpp', | 49 '../tests/AnnotationTest.cpp', |
50 '../tests/AsADashTest.cpp', | 50 '../tests/AsADashTest.cpp', |
51 '../tests/AtomicTest.cpp', | 51 '../tests/AtomicTest.cpp', |
52 '../tests/BBoxHierarchyTest.cpp', | |
53 '../tests/BitSetTest.cpp', | 52 '../tests/BitSetTest.cpp', |
54 '../tests/BitmapCopyTest.cpp', | 53 '../tests/BitmapCopyTest.cpp', |
55 '../tests/BitmapGetColorTest.cpp', | 54 '../tests/BitmapGetColorTest.cpp', |
56 '../tests/BitmapHasherTest.cpp', | 55 '../tests/BitmapHasherTest.cpp', |
57 '../tests/BitmapHeapTest.cpp', | 56 '../tests/BitmapHeapTest.cpp', |
58 '../tests/BitmapTest.cpp', | 57 '../tests/BitmapTest.cpp', |
59 '../tests/BlendTest.cpp', | 58 '../tests/BlendTest.cpp', |
60 '../tests/BlitRowTest.cpp', | 59 '../tests/BlitRowTest.cpp', |
61 '../tests/BlurTest.cpp', | 60 '../tests/BlurTest.cpp', |
62 '../tests/CachedDecodingPixelRefTest.cpp', | 61 '../tests/CachedDecodingPixelRefTest.cpp', |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 '../src/utils/debugger/SkObjectParser.h', | 218 '../src/utils/debugger/SkObjectParser.h', |
220 '../src/utils/debugger/SkObjectParser.cpp', | 219 '../src/utils/debugger/SkObjectParser.cpp', |
221 | 220 |
222 '../tests/PipeTest.cpp', | 221 '../tests/PipeTest.cpp', |
223 '../src/pipe/utils/SamplePipeControllers.cpp', | 222 '../src/pipe/utils/SamplePipeControllers.cpp', |
224 | 223 |
225 '../tests/TDStackNesterTest.cpp', | 224 '../tests/TDStackNesterTest.cpp', |
226 '../experimental/PdfViewer/src/SkTDStackNester.h', | 225 '../experimental/PdfViewer/src/SkTDStackNester.h', |
227 ], | 226 ], |
228 } | 227 } |
OLD | NEW |