| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 '../tests/TArrayTest.cpp', | 198 '../tests/TArrayTest.cpp', |
| 199 '../tests/TLSTest.cpp', | 199 '../tests/TLSTest.cpp', |
| 200 '../tests/TSetTest.cpp', | 200 '../tests/TSetTest.cpp', |
| 201 '../tests/TextBlobTest.cpp', | 201 '../tests/TextBlobTest.cpp', |
| 202 '../tests/TextureCompressionTest.cpp', | 202 '../tests/TextureCompressionTest.cpp', |
| 203 '../tests/TileGridTest.cpp', | 203 '../tests/TileGridTest.cpp', |
| 204 '../tests/ToUnicodeTest.cpp', | 204 '../tests/ToUnicodeTest.cpp', |
| 205 '../tests/TracingTest.cpp', | 205 '../tests/TracingTest.cpp', |
| 206 '../tests/TypefaceTest.cpp', | 206 '../tests/TypefaceTest.cpp', |
| 207 '../tests/UnicodeTest.cpp', | 207 '../tests/UnicodeTest.cpp', |
| 208 '../tests/UnpremultiplyTest.cpp', |
| 208 '../tests/UtilsTest.cpp', | 209 '../tests/UtilsTest.cpp', |
| 209 '../tests/WArrayTest.cpp', | 210 '../tests/WArrayTest.cpp', |
| 210 '../tests/WritePixelsTest.cpp', | 211 '../tests/WritePixelsTest.cpp', |
| 211 '../tests/Writer32Test.cpp', | 212 '../tests/Writer32Test.cpp', |
| 212 '../tests/XfermodeTest.cpp', | 213 '../tests/XfermodeTest.cpp', |
| 213 | 214 |
| 214 '../tests/MatrixClipCollapseTest.cpp', | 215 '../tests/MatrixClipCollapseTest.cpp', |
| 215 '../src/utils/debugger/SkDrawCommand.h', | 216 '../src/utils/debugger/SkDrawCommand.h', |
| 216 '../src/utils/debugger/SkDrawCommand.cpp', | 217 '../src/utils/debugger/SkDrawCommand.cpp', |
| 217 '../src/utils/debugger/SkDebugCanvas.h', | 218 '../src/utils/debugger/SkDebugCanvas.h', |
| 218 '../src/utils/debugger/SkDebugCanvas.cpp', | 219 '../src/utils/debugger/SkDebugCanvas.cpp', |
| 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 |