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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/RecordCullingTest.cpp', | 138 '../tests/RecordCullingTest.cpp', |
139 '../tests/RecordDrawTest.cpp', | 139 '../tests/RecordDrawTest.cpp', |
140 '../tests/RecordTest.cpp', | 140 '../tests/RecordTest.cpp', |
141 '../tests/RecorderTest.cpp', | 141 '../tests/RecorderTest.cpp', |
| 142 '../tests/RecordingTest.cpp', |
142 '../tests/RefCntTest.cpp', | 143 '../tests/RefCntTest.cpp', |
143 '../tests/RefDictTest.cpp', | 144 '../tests/RefDictTest.cpp', |
144 '../tests/RegionTest.cpp', | 145 '../tests/RegionTest.cpp', |
145 '../tests/ResourceCacheTest.cpp', | 146 '../tests/ResourceCacheTest.cpp', |
146 '../tests/RoundRectTest.cpp', | 147 '../tests/RoundRectTest.cpp', |
147 '../tests/RuntimeConfigTest.cpp', | 148 '../tests/RuntimeConfigTest.cpp', |
148 '../tests/SHA1Test.cpp', | 149 '../tests/SHA1Test.cpp', |
149 '../tests/ScalarTest.cpp', | 150 '../tests/ScalarTest.cpp', |
150 '../tests/SerializationTest.cpp', | 151 '../tests/SerializationTest.cpp', |
151 '../tests/ShaderImageFilterTest.cpp', | 152 '../tests/ShaderImageFilterTest.cpp', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 | 186 |
186 '../tests/PipeTest.cpp', | 187 '../tests/PipeTest.cpp', |
187 '../src/pipe/utils/SamplePipeControllers.cpp', | 188 '../src/pipe/utils/SamplePipeControllers.cpp', |
188 | 189 |
189 '../tests/TDStackNesterTest.cpp', | 190 '../tests/TDStackNesterTest.cpp', |
190 '../experimental/PdfViewer/src/SkTDStackNester.h', | 191 '../experimental/PdfViewer/src/SkTDStackNester.h', |
191 | 192 |
192 '../tools/sk_tool_utils.cpp', | 193 '../tools/sk_tool_utils.cpp', |
193 ], | 194 ], |
194 } | 195 } |
OLD | NEW |