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 16 matching lines...) Expand all Loading... |
27 'record.gyp:record', | 27 'record.gyp:record', |
28 ], | 28 ], |
29 'sources': [ | 29 'sources': [ |
30 '../tests/Test.cpp', | 30 '../tests/Test.cpp', |
31 '../tests/Test.h', | 31 '../tests/Test.h', |
32 | 32 |
33 '../tests/AAClipTest.cpp', | 33 '../tests/AAClipTest.cpp', |
34 '../tests/ARGBImageEncoderTest.cpp', | 34 '../tests/ARGBImageEncoderTest.cpp', |
35 '../tests/AndroidPaintTest.cpp', | 35 '../tests/AndroidPaintTest.cpp', |
36 '../tests/AnnotationTest.cpp', | 36 '../tests/AnnotationTest.cpp', |
| 37 '../tests/AsADashTest.cpp', |
37 '../tests/AtomicTest.cpp', | 38 '../tests/AtomicTest.cpp', |
38 '../tests/BBoxHierarchyTest.cpp', | 39 '../tests/BBoxHierarchyTest.cpp', |
39 '../tests/BitSetTest.cpp', | 40 '../tests/BitSetTest.cpp', |
40 '../tests/BitmapCopyTest.cpp', | 41 '../tests/BitmapCopyTest.cpp', |
41 '../tests/BitmapGetColorTest.cpp', | 42 '../tests/BitmapGetColorTest.cpp', |
42 '../tests/BitmapHasherTest.cpp', | 43 '../tests/BitmapHasherTest.cpp', |
43 '../tests/BitmapHeapTest.cpp', | 44 '../tests/BitmapHeapTest.cpp', |
44 '../tests/BitmapTest.cpp', | 45 '../tests/BitmapTest.cpp', |
45 '../tests/BlendTest.cpp', | 46 '../tests/BlendTest.cpp', |
46 '../tests/BlitRowTest.cpp', | 47 '../tests/BlitRowTest.cpp', |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 | 190 |
190 '../tests/PipeTest.cpp', | 191 '../tests/PipeTest.cpp', |
191 '../src/pipe/utils/SamplePipeControllers.cpp', | 192 '../src/pipe/utils/SamplePipeControllers.cpp', |
192 | 193 |
193 '../tests/TDStackNesterTest.cpp', | 194 '../tests/TDStackNesterTest.cpp', |
194 '../experimental/PdfViewer/src/SkTDStackNester.h', | 195 '../experimental/PdfViewer/src/SkTDStackNester.h', |
195 | 196 |
196 '../tools/sk_tool_utils.cpp', | 197 '../tools/sk_tool_utils.cpp', |
197 ], | 198 ], |
198 } | 199 } |
OLD | NEW |