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', |
11 '../src/pipe/utils', | 11 '../src/pipe/utils', |
12 '../src/record', | |
13 '../src/utils', | 12 '../src/utils', |
14 '../src/utils/debugger', | 13 '../src/utils/debugger', |
15 '../tools/', | 14 '../tools/', |
16 | 15 |
17 # Needed for TDStackNesterTest. | 16 # Needed for TDStackNesterTest. |
18 '../experimental/PdfViewer', | 17 '../experimental/PdfViewer', |
19 '../experimental/PdfViewer/src', | 18 '../experimental/PdfViewer/src', |
20 ], | 19 ], |
21 'dependencies': [ | 20 'dependencies': [ |
22 'skia_lib.gyp:skia_lib', | 21 'skia_lib.gyp:skia_lib', |
23 'experimental.gyp:experimental', | 22 'experimental.gyp:experimental', |
24 'flags.gyp:flags', | 23 'flags.gyp:flags', |
25 'pdf.gyp:pdf', | 24 'pdf.gyp:pdf', |
26 'tools.gyp:picture_utils', | 25 'tools.gyp:picture_utils', |
| 26 'record.gyp:record', |
27 ], | 27 ], |
28 'sources': [ | 28 'sources': [ |
29 '../tests/Test.cpp', | 29 '../tests/Test.cpp', |
30 '../tests/Test.h', | 30 '../tests/Test.h', |
31 | 31 |
32 '../tests/AAClipTest.cpp', | 32 '../tests/AAClipTest.cpp', |
33 '../tests/ARGBImageEncoderTest.cpp', | 33 '../tests/ARGBImageEncoderTest.cpp', |
34 '../tests/AndroidPaintTest.cpp', | 34 '../tests/AndroidPaintTest.cpp', |
35 '../tests/AnnotationTest.cpp', | 35 '../tests/AnnotationTest.cpp', |
36 '../tests/AtomicTest.cpp', | 36 '../tests/AtomicTest.cpp', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 '../tests/PixelRefTest.cpp', | 129 '../tests/PixelRefTest.cpp', |
130 '../tests/PointTest.cpp', | 130 '../tests/PointTest.cpp', |
131 '../tests/PremulAlphaRoundTripTest.cpp', | 131 '../tests/PremulAlphaRoundTripTest.cpp', |
132 '../tests/QuickRejectTest.cpp', | 132 '../tests/QuickRejectTest.cpp', |
133 '../tests/RTreeTest.cpp', | 133 '../tests/RTreeTest.cpp', |
134 '../tests/RandomTest.cpp', | 134 '../tests/RandomTest.cpp', |
135 '../tests/ReadPixelsTest.cpp', | 135 '../tests/ReadPixelsTest.cpp', |
136 '../tests/ReadWriteAlphaTest.cpp', | 136 '../tests/ReadWriteAlphaTest.cpp', |
137 '../tests/Reader32Test.cpp', | 137 '../tests/Reader32Test.cpp', |
138 '../tests/RecordTest.cpp', | 138 '../tests/RecordTest.cpp', |
| 139 '../tests/RecorderTest.cpp', |
139 '../tests/RefCntTest.cpp', | 140 '../tests/RefCntTest.cpp', |
140 '../tests/RefDictTest.cpp', | 141 '../tests/RefDictTest.cpp', |
141 '../tests/RegionTest.cpp', | 142 '../tests/RegionTest.cpp', |
142 '../tests/ResourceCacheTest.cpp', | 143 '../tests/ResourceCacheTest.cpp', |
143 '../tests/RoundRectTest.cpp', | 144 '../tests/RoundRectTest.cpp', |
144 '../tests/RuntimeConfigTest.cpp', | 145 '../tests/RuntimeConfigTest.cpp', |
145 '../tests/SHA1Test.cpp', | 146 '../tests/SHA1Test.cpp', |
146 '../tests/ScalarTest.cpp', | 147 '../tests/ScalarTest.cpp', |
147 '../tests/SerializationTest.cpp', | 148 '../tests/SerializationTest.cpp', |
148 '../tests/ShaderImageFilterTest.cpp', | 149 '../tests/ShaderImageFilterTest.cpp', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 | 183 |
183 '../tests/PipeTest.cpp', | 184 '../tests/PipeTest.cpp', |
184 '../src/pipe/utils/SamplePipeControllers.cpp', | 185 '../src/pipe/utils/SamplePipeControllers.cpp', |
185 | 186 |
186 '../tests/TDStackNesterTest.cpp', | 187 '../tests/TDStackNesterTest.cpp', |
187 '../experimental/PdfViewer/src/SkTDStackNester.h', | 188 '../experimental/PdfViewer/src/SkTDStackNester.h', |
188 | 189 |
189 '../tools/sk_tool_utils.cpp', | 190 '../tools/sk_tool_utils.cpp', |
190 ], | 191 ], |
191 } | 192 } |
OLD | NEW |