| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 '../tests/SmallAllocatorTest.cpp', | 188 '../tests/SmallAllocatorTest.cpp', |
| 189 '../tests/SortTest.cpp', | 189 '../tests/SortTest.cpp', |
| 190 '../tests/SrcOverTest.cpp', | 190 '../tests/SrcOverTest.cpp', |
| 191 '../tests/StreamTest.cpp', | 191 '../tests/StreamTest.cpp', |
| 192 '../tests/StringTest.cpp', | 192 '../tests/StringTest.cpp', |
| 193 '../tests/StrokeTest.cpp', | 193 '../tests/StrokeTest.cpp', |
| 194 '../tests/SurfaceTest.cpp', | 194 '../tests/SurfaceTest.cpp', |
| 195 '../tests/TArrayTest.cpp', | 195 '../tests/TArrayTest.cpp', |
| 196 '../tests/TLSTest.cpp', | 196 '../tests/TLSTest.cpp', |
| 197 '../tests/TSetTest.cpp', | 197 '../tests/TSetTest.cpp', |
| 198 '../tests/TextBlobTest.cpp', |
| 198 '../tests/TextureCompressionTest.cpp', | 199 '../tests/TextureCompressionTest.cpp', |
| 199 '../tests/TileGridTest.cpp', | 200 '../tests/TileGridTest.cpp', |
| 200 '../tests/ToUnicodeTest.cpp', | 201 '../tests/ToUnicodeTest.cpp', |
| 201 '../tests/TracingTest.cpp', | 202 '../tests/TracingTest.cpp', |
| 202 '../tests/TypefaceTest.cpp', | 203 '../tests/TypefaceTest.cpp', |
| 203 '../tests/UnicodeTest.cpp', | 204 '../tests/UnicodeTest.cpp', |
| 204 '../tests/UtilsTest.cpp', | 205 '../tests/UtilsTest.cpp', |
| 205 '../tests/WArrayTest.cpp', | 206 '../tests/WArrayTest.cpp', |
| 206 '../tests/WritePixelsTest.cpp', | 207 '../tests/WritePixelsTest.cpp', |
| 207 '../tests/Writer32Test.cpp', | 208 '../tests/Writer32Test.cpp', |
| 208 '../tests/XfermodeTest.cpp', | 209 '../tests/XfermodeTest.cpp', |
| 209 | 210 |
| 210 '../tests/MatrixClipCollapseTest.cpp', | 211 '../tests/MatrixClipCollapseTest.cpp', |
| 211 '../src/utils/debugger/SkDrawCommand.h', | 212 '../src/utils/debugger/SkDrawCommand.h', |
| 212 '../src/utils/debugger/SkDrawCommand.cpp', | 213 '../src/utils/debugger/SkDrawCommand.cpp', |
| 213 '../src/utils/debugger/SkDebugCanvas.h', | 214 '../src/utils/debugger/SkDebugCanvas.h', |
| 214 '../src/utils/debugger/SkDebugCanvas.cpp', | 215 '../src/utils/debugger/SkDebugCanvas.cpp', |
| 215 '../src/utils/debugger/SkObjectParser.h', | 216 '../src/utils/debugger/SkObjectParser.h', |
| 216 '../src/utils/debugger/SkObjectParser.cpp', | 217 '../src/utils/debugger/SkObjectParser.cpp', |
| 217 | 218 |
| 218 '../tests/PipeTest.cpp', | 219 '../tests/PipeTest.cpp', |
| 219 '../src/pipe/utils/SamplePipeControllers.cpp', | 220 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 220 | 221 |
| 221 '../tests/TDStackNesterTest.cpp', | 222 '../tests/TDStackNesterTest.cpp', |
| 222 '../experimental/PdfViewer/src/SkTDStackNester.h', | 223 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 223 ], | 224 ], |
| 224 } | 225 } |
| OLD | NEW |