| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 '../tests/PictureUtilsTest.cpp', | 128 '../tests/PictureUtilsTest.cpp', |
| 129 '../tests/PixelRefTest.cpp', | 129 '../tests/PixelRefTest.cpp', |
| 130 '../tests/PointTest.cpp', | 130 '../tests/PointTest.cpp', |
| 131 '../tests/PremulAlphaRoundTripTest.cpp', | 131 '../tests/PremulAlphaRoundTripTest.cpp', |
| 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/RecordTest.cpp', | 139 '../tests/RecordTest.cpp', |
| 139 '../tests/RecorderTest.cpp', | 140 '../tests/RecorderTest.cpp', |
| 140 '../tests/RefCntTest.cpp', | 141 '../tests/RefCntTest.cpp', |
| 141 '../tests/RefDictTest.cpp', | 142 '../tests/RefDictTest.cpp', |
| 142 '../tests/RegionTest.cpp', | 143 '../tests/RegionTest.cpp', |
| 143 '../tests/ResourceCacheTest.cpp', | 144 '../tests/ResourceCacheTest.cpp', |
| 144 '../tests/RoundRectTest.cpp', | 145 '../tests/RoundRectTest.cpp', |
| 145 '../tests/RuntimeConfigTest.cpp', | 146 '../tests/RuntimeConfigTest.cpp', |
| 146 '../tests/SHA1Test.cpp', | 147 '../tests/SHA1Test.cpp', |
| 147 '../tests/ScalarTest.cpp', | 148 '../tests/ScalarTest.cpp', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 | 184 |
| 184 '../tests/PipeTest.cpp', | 185 '../tests/PipeTest.cpp', |
| 185 '../src/pipe/utils/SamplePipeControllers.cpp', | 186 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 186 | 187 |
| 187 '../tests/TDStackNesterTest.cpp', | 188 '../tests/TDStackNesterTest.cpp', |
| 188 '../experimental/PdfViewer/src/SkTDStackNester.h', | 189 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 189 | 190 |
| 190 '../tools/sk_tool_utils.cpp', | 191 '../tools/sk_tool_utils.cpp', |
| 191 ], | 192 ], |
| 192 } | 193 } |
| OLD | NEW |