| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 '../tests/ReadPixelsTest.cpp', | 170 '../tests/ReadPixelsTest.cpp', |
| 171 '../tests/ReadWriteAlphaTest.cpp', | 171 '../tests/ReadWriteAlphaTest.cpp', |
| 172 '../tests/Reader32Test.cpp', | 172 '../tests/Reader32Test.cpp', |
| 173 '../tests/RecordDrawTest.cpp', | 173 '../tests/RecordDrawTest.cpp', |
| 174 '../tests/RecordReplaceDrawTest.cpp', | 174 '../tests/RecordReplaceDrawTest.cpp', |
| 175 '../tests/RecordOptsTest.cpp', | 175 '../tests/RecordOptsTest.cpp', |
| 176 '../tests/RecordPatternTest.cpp', | 176 '../tests/RecordPatternTest.cpp', |
| 177 '../tests/RecordTest.cpp', | 177 '../tests/RecordTest.cpp', |
| 178 '../tests/RecorderTest.cpp', | 178 '../tests/RecorderTest.cpp', |
| 179 '../tests/RecordingXfermodeTest.cpp', | 179 '../tests/RecordingXfermodeTest.cpp', |
| 180 '../tests/RectTest.cpp', |
| 180 '../tests/RefCntTest.cpp', | 181 '../tests/RefCntTest.cpp', |
| 181 '../tests/RefDictTest.cpp', | 182 '../tests/RefDictTest.cpp', |
| 182 '../tests/RegionTest.cpp', | 183 '../tests/RegionTest.cpp', |
| 183 '../tests/ResourceCacheTest.cpp', | 184 '../tests/ResourceCacheTest.cpp', |
| 184 '../tests/RoundRectTest.cpp', | 185 '../tests/RoundRectTest.cpp', |
| 185 '../tests/RuntimeConfigTest.cpp', | 186 '../tests/RuntimeConfigTest.cpp', |
| 186 '../tests/SHA1Test.cpp', | 187 '../tests/SHA1Test.cpp', |
| 187 '../tests/ScalarTest.cpp', | 188 '../tests/ScalarTest.cpp', |
| 188 '../tests/SerializationTest.cpp', | 189 '../tests/SerializationTest.cpp', |
| 189 '../tests/ShaderImageFilterTest.cpp', | 190 '../tests/ShaderImageFilterTest.cpp', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 '../src/utils/debugger/SkObjectParser.h', | 227 '../src/utils/debugger/SkObjectParser.h', |
| 227 '../src/utils/debugger/SkObjectParser.cpp', | 228 '../src/utils/debugger/SkObjectParser.cpp', |
| 228 | 229 |
| 229 '../tests/PipeTest.cpp', | 230 '../tests/PipeTest.cpp', |
| 230 '../src/pipe/utils/SamplePipeControllers.cpp', | 231 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 231 | 232 |
| 232 '../tests/TDStackNesterTest.cpp', | 233 '../tests/TDStackNesterTest.cpp', |
| 233 '../experimental/PdfViewer/src/SkTDStackNester.h', | 234 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 234 ], | 235 ], |
| 235 } | 236 } |
| OLD | NEW |