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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 '../tests/PointTest.cpp', | 135 '../tests/PointTest.cpp', |
136 '../tests/PremulAlphaRoundTripTest.cpp', | 136 '../tests/PremulAlphaRoundTripTest.cpp', |
137 '../tests/QuickRejectTest.cpp', | 137 '../tests/QuickRejectTest.cpp', |
138 '../tests/RTreeTest.cpp', | 138 '../tests/RTreeTest.cpp', |
139 '../tests/RandomTest.cpp', | 139 '../tests/RandomTest.cpp', |
140 '../tests/ReadPixelsTest.cpp', | 140 '../tests/ReadPixelsTest.cpp', |
141 '../tests/ReadWriteAlphaTest.cpp', | 141 '../tests/ReadWriteAlphaTest.cpp', |
142 '../tests/Reader32Test.cpp', | 142 '../tests/Reader32Test.cpp', |
143 '../tests/RecordDrawTest.cpp', | 143 '../tests/RecordDrawTest.cpp', |
144 '../tests/RecordOptsTest.cpp', | 144 '../tests/RecordOptsTest.cpp', |
| 145 '../tests/RecordPatternTest.cpp', |
145 '../tests/RecordTest.cpp', | 146 '../tests/RecordTest.cpp', |
146 '../tests/RecorderTest.cpp', | 147 '../tests/RecorderTest.cpp', |
147 '../tests/RecordingTest.cpp', | 148 '../tests/RecordingTest.cpp', |
148 '../tests/RefCntTest.cpp', | 149 '../tests/RefCntTest.cpp', |
149 '../tests/RefDictTest.cpp', | 150 '../tests/RefDictTest.cpp', |
150 '../tests/RegionTest.cpp', | 151 '../tests/RegionTest.cpp', |
151 '../tests/ResourceCacheTest.cpp', | 152 '../tests/ResourceCacheTest.cpp', |
152 '../tests/RoundRectTest.cpp', | 153 '../tests/RoundRectTest.cpp', |
153 '../tests/RuntimeConfigTest.cpp', | 154 '../tests/RuntimeConfigTest.cpp', |
154 '../tests/SHA1Test.cpp', | 155 '../tests/SHA1Test.cpp', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 | 192 |
192 '../tests/PipeTest.cpp', | 193 '../tests/PipeTest.cpp', |
193 '../src/pipe/utils/SamplePipeControllers.cpp', | 194 '../src/pipe/utils/SamplePipeControllers.cpp', |
194 | 195 |
195 '../tests/TDStackNesterTest.cpp', | 196 '../tests/TDStackNesterTest.cpp', |
196 '../experimental/PdfViewer/src/SkTDStackNester.h', | 197 '../experimental/PdfViewer/src/SkTDStackNester.h', |
197 | 198 |
198 '../tools/sk_tool_utils.cpp', | 199 '../tools/sk_tool_utils.cpp', |
199 ], | 200 ], |
200 } | 201 } |
OLD | NEW |