| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 '../tests/RecordingTest.cpp', | 154 '../tests/RecordingTest.cpp', |
| 155 '../tests/RefCntTest.cpp', | 155 '../tests/RefCntTest.cpp', |
| 156 '../tests/RefDictTest.cpp', | 156 '../tests/RefDictTest.cpp', |
| 157 '../tests/RegionTest.cpp', | 157 '../tests/RegionTest.cpp', |
| 158 '../tests/ResourceCacheTest.cpp', | 158 '../tests/ResourceCacheTest.cpp', |
| 159 '../tests/RoundRectTest.cpp', | 159 '../tests/RoundRectTest.cpp', |
| 160 '../tests/RuntimeConfigTest.cpp', | 160 '../tests/RuntimeConfigTest.cpp', |
| 161 '../tests/SHA1Test.cpp', | 161 '../tests/SHA1Test.cpp', |
| 162 '../tests/SListTest.cpp', | 162 '../tests/SListTest.cpp', |
| 163 '../tests/ScalarTest.cpp', | 163 '../tests/ScalarTest.cpp', |
| 164 '../tests/ScaledImageCache.cpp', |
| 164 '../tests/SerializationTest.cpp', | 165 '../tests/SerializationTest.cpp', |
| 165 '../tests/ShaderImageFilterTest.cpp', | 166 '../tests/ShaderImageFilterTest.cpp', |
| 166 '../tests/ShaderOpacityTest.cpp', | 167 '../tests/ShaderOpacityTest.cpp', |
| 167 '../tests/SizeTest.cpp', | 168 '../tests/SizeTest.cpp', |
| 168 '../tests/SkBase64Test.cpp', | 169 '../tests/SkBase64Test.cpp', |
| 169 '../tests/SmallAllocatorTest.cpp', | 170 '../tests/SmallAllocatorTest.cpp', |
| 170 '../tests/SortTest.cpp', | 171 '../tests/SortTest.cpp', |
| 171 '../tests/SrcOverTest.cpp', | 172 '../tests/SrcOverTest.cpp', |
| 172 '../tests/StreamTest.cpp', | 173 '../tests/StreamTest.cpp', |
| 173 '../tests/StringTest.cpp', | 174 '../tests/StringTest.cpp', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 196 '../src/utils/debugger/SkObjectParser.h', | 197 '../src/utils/debugger/SkObjectParser.h', |
| 197 '../src/utils/debugger/SkObjectParser.cpp', | 198 '../src/utils/debugger/SkObjectParser.cpp', |
| 198 | 199 |
| 199 '../tests/PipeTest.cpp', | 200 '../tests/PipeTest.cpp', |
| 200 '../src/pipe/utils/SamplePipeControllers.cpp', | 201 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 201 | 202 |
| 202 '../tests/TDStackNesterTest.cpp', | 203 '../tests/TDStackNesterTest.cpp', |
| 203 '../experimental/PdfViewer/src/SkTDStackNester.h', | 204 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 204 ], | 205 ], |
| 205 } | 206 } |
| OLD | NEW |