| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 '../tests/ReadPixelsTest.cpp', | 166 '../tests/ReadPixelsTest.cpp', |
| 167 '../tests/ReadWriteAlphaTest.cpp', | 167 '../tests/ReadWriteAlphaTest.cpp', |
| 168 '../tests/Reader32Test.cpp', | 168 '../tests/Reader32Test.cpp', |
| 169 '../tests/RecordDrawTest.cpp', | 169 '../tests/RecordDrawTest.cpp', |
| 170 '../tests/RecordReplaceDrawTest.cpp', | 170 '../tests/RecordReplaceDrawTest.cpp', |
| 171 '../tests/RecordOptsTest.cpp', | 171 '../tests/RecordOptsTest.cpp', |
| 172 '../tests/RecordPatternTest.cpp', | 172 '../tests/RecordPatternTest.cpp', |
| 173 '../tests/RecordTest.cpp', | 173 '../tests/RecordTest.cpp', |
| 174 '../tests/RecorderTest.cpp', | 174 '../tests/RecorderTest.cpp', |
| 175 '../tests/RecordingTest.cpp', | 175 '../tests/RecordingTest.cpp', |
| 176 '../tests/RecordingXfermodeTest.cpp', |
| 176 '../tests/RefCntTest.cpp', | 177 '../tests/RefCntTest.cpp', |
| 177 '../tests/RefDictTest.cpp', | 178 '../tests/RefDictTest.cpp', |
| 178 '../tests/RegionTest.cpp', | 179 '../tests/RegionTest.cpp', |
| 179 '../tests/ResourceCacheTest.cpp', | 180 '../tests/ResourceCacheTest.cpp', |
| 180 '../tests/RoundRectTest.cpp', | 181 '../tests/RoundRectTest.cpp', |
| 181 '../tests/RuntimeConfigTest.cpp', | 182 '../tests/RuntimeConfigTest.cpp', |
| 182 '../tests/SHA1Test.cpp', | 183 '../tests/SHA1Test.cpp', |
| 183 '../tests/SListTest.cpp', | 184 '../tests/SListTest.cpp', |
| 184 '../tests/ScalarTest.cpp', | 185 '../tests/ScalarTest.cpp', |
| 185 '../tests/SerializationTest.cpp', | 186 '../tests/SerializationTest.cpp', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 '../src/utils/debugger/SkObjectParser.h', | 220 '../src/utils/debugger/SkObjectParser.h', |
| 220 '../src/utils/debugger/SkObjectParser.cpp', | 221 '../src/utils/debugger/SkObjectParser.cpp', |
| 221 | 222 |
| 222 '../tests/PipeTest.cpp', | 223 '../tests/PipeTest.cpp', |
| 223 '../src/pipe/utils/SamplePipeControllers.cpp', | 224 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 224 | 225 |
| 225 '../tests/TDStackNesterTest.cpp', | 226 '../tests/TDStackNesterTest.cpp', |
| 226 '../experimental/PdfViewer/src/SkTDStackNester.h', | 227 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 227 ], | 228 ], |
| 228 } | 229 } |
| OLD | NEW |