| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 '../tests/RecordTest.cpp', | 148 '../tests/RecordTest.cpp', |
| 149 '../tests/RecorderTest.cpp', | 149 '../tests/RecorderTest.cpp', |
| 150 '../tests/RecordingTest.cpp', | 150 '../tests/RecordingTest.cpp', |
| 151 '../tests/RefCntTest.cpp', | 151 '../tests/RefCntTest.cpp', |
| 152 '../tests/RefDictTest.cpp', | 152 '../tests/RefDictTest.cpp', |
| 153 '../tests/RegionTest.cpp', | 153 '../tests/RegionTest.cpp', |
| 154 '../tests/ResourceCacheTest.cpp', | 154 '../tests/ResourceCacheTest.cpp', |
| 155 '../tests/RoundRectTest.cpp', | 155 '../tests/RoundRectTest.cpp', |
| 156 '../tests/RuntimeConfigTest.cpp', | 156 '../tests/RuntimeConfigTest.cpp', |
| 157 '../tests/SHA1Test.cpp', | 157 '../tests/SHA1Test.cpp', |
| 158 '../tests/SListTest.cpp', |
| 158 '../tests/ScalarTest.cpp', | 159 '../tests/ScalarTest.cpp', |
| 159 '../tests/SerializationTest.cpp', | 160 '../tests/SerializationTest.cpp', |
| 160 '../tests/ShaderImageFilterTest.cpp', | 161 '../tests/ShaderImageFilterTest.cpp', |
| 161 '../tests/ShaderOpacityTest.cpp', | 162 '../tests/ShaderOpacityTest.cpp', |
| 163 '../tests/SizeTest.cpp', |
| 162 '../tests/SkBase64Test.cpp', | 164 '../tests/SkBase64Test.cpp', |
| 163 '../tests/SListTest.cpp', | |
| 164 '../tests/SmallAllocatorTest.cpp', | 165 '../tests/SmallAllocatorTest.cpp', |
| 165 '../tests/SortTest.cpp', | 166 '../tests/SortTest.cpp', |
| 166 '../tests/SrcOverTest.cpp', | 167 '../tests/SrcOverTest.cpp', |
| 167 '../tests/StreamTest.cpp', | 168 '../tests/StreamTest.cpp', |
| 168 '../tests/StringTest.cpp', | 169 '../tests/StringTest.cpp', |
| 169 '../tests/StrokeTest.cpp', | 170 '../tests/StrokeTest.cpp', |
| 170 '../tests/SurfaceTest.cpp', | 171 '../tests/SurfaceTest.cpp', |
| 171 '../tests/TArrayTest.cpp', | 172 '../tests/TArrayTest.cpp', |
| 172 '../tests/TLSTest.cpp', | 173 '../tests/TLSTest.cpp', |
| 173 '../tests/TSetTest.cpp', | 174 '../tests/TSetTest.cpp', |
| 174 '../tests/TestSize.cpp', | |
| 175 '../tests/TextureCompressionTest.cpp', | 175 '../tests/TextureCompressionTest.cpp', |
| 176 '../tests/TileGridTest.cpp', | 176 '../tests/TileGridTest.cpp', |
| 177 '../tests/ToUnicodeTest.cpp', | 177 '../tests/ToUnicodeTest.cpp', |
| 178 '../tests/TracingTest.cpp', | 178 '../tests/TracingTest.cpp', |
| 179 '../tests/TypefaceTest.cpp', | 179 '../tests/TypefaceTest.cpp', |
| 180 '../tests/UnicodeTest.cpp', | 180 '../tests/UnicodeTest.cpp', |
| 181 '../tests/UnitTestTest.cpp', | 181 '../tests/UnitTestTest.cpp', |
| 182 '../tests/UtilsTest.cpp', | 182 '../tests/UtilsTest.cpp', |
| 183 '../tests/WArrayTest.cpp', | 183 '../tests/WArrayTest.cpp', |
| 184 '../tests/WritePixelsTest.cpp', | 184 '../tests/WritePixelsTest.cpp', |
| 185 '../tests/Writer32Test.cpp', | 185 '../tests/Writer32Test.cpp', |
| 186 '../tests/XfermodeTest.cpp', | 186 '../tests/XfermodeTest.cpp', |
| 187 | 187 |
| 188 '../tests/MatrixClipCollapseTest.cpp', | 188 '../tests/MatrixClipCollapseTest.cpp', |
| 189 '../src/utils/debugger/SkDrawCommand.h', | 189 '../src/utils/debugger/SkDrawCommand.h', |
| 190 '../src/utils/debugger/SkDrawCommand.cpp', | 190 '../src/utils/debugger/SkDrawCommand.cpp', |
| 191 '../src/utils/debugger/SkDebugCanvas.h', | 191 '../src/utils/debugger/SkDebugCanvas.h', |
| 192 '../src/utils/debugger/SkDebugCanvas.cpp', | 192 '../src/utils/debugger/SkDebugCanvas.cpp', |
| 193 '../src/utils/debugger/SkObjectParser.h', | 193 '../src/utils/debugger/SkObjectParser.h', |
| 194 '../src/utils/debugger/SkObjectParser.cpp', | 194 '../src/utils/debugger/SkObjectParser.cpp', |
| 195 | 195 |
| 196 '../tests/PipeTest.cpp', | 196 '../tests/PipeTest.cpp', |
| 197 '../src/pipe/utils/SamplePipeControllers.cpp', | 197 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 198 | 198 |
| 199 '../tests/TDStackNesterTest.cpp', | 199 '../tests/TDStackNesterTest.cpp', |
| 200 '../experimental/PdfViewer/src/SkTDStackNester.h', | 200 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 201 ], | 201 ], |
| 202 } | 202 } |
| OLD | NEW |