| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 '../tests/ToUnicodeTest.cpp', | 211 '../tests/ToUnicodeTest.cpp', |
| 212 '../tests/TracingTest.cpp', | 212 '../tests/TracingTest.cpp', |
| 213 '../tests/TypefaceTest.cpp', | 213 '../tests/TypefaceTest.cpp', |
| 214 '../tests/UnicodeTest.cpp', | 214 '../tests/UnicodeTest.cpp', |
| 215 '../tests/UtilsTest.cpp', | 215 '../tests/UtilsTest.cpp', |
| 216 '../tests/VarAllocTest.cpp', | 216 '../tests/VarAllocTest.cpp', |
| 217 '../tests/WArrayTest.cpp', | 217 '../tests/WArrayTest.cpp', |
| 218 '../tests/WritePixelsTest.cpp', | 218 '../tests/WritePixelsTest.cpp', |
| 219 '../tests/Writer32Test.cpp', | 219 '../tests/Writer32Test.cpp', |
| 220 '../tests/XfermodeTest.cpp', | 220 '../tests/XfermodeTest.cpp', |
| 221 '../tests/YUVCacheTest.cpp', |
| 221 | 222 |
| 222 '../tests/MatrixClipCollapseTest.cpp', | 223 '../tests/MatrixClipCollapseTest.cpp', |
| 223 '../src/utils/debugger/SkDrawCommand.h', | 224 '../src/utils/debugger/SkDrawCommand.h', |
| 224 '../src/utils/debugger/SkDrawCommand.cpp', | 225 '../src/utils/debugger/SkDrawCommand.cpp', |
| 225 '../src/utils/debugger/SkDebugCanvas.h', | 226 '../src/utils/debugger/SkDebugCanvas.h', |
| 226 '../src/utils/debugger/SkDebugCanvas.cpp', | 227 '../src/utils/debugger/SkDebugCanvas.cpp', |
| 227 '../src/utils/debugger/SkObjectParser.h', | 228 '../src/utils/debugger/SkObjectParser.h', |
| 228 '../src/utils/debugger/SkObjectParser.cpp', | 229 '../src/utils/debugger/SkObjectParser.cpp', |
| 229 | 230 |
| 230 '../tests/PipeTest.cpp', | 231 '../tests/PipeTest.cpp', |
| 231 '../src/pipe/utils/SamplePipeControllers.cpp', | 232 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 232 | 233 |
| 233 '../tests/TDStackNesterTest.cpp', | 234 '../tests/TDStackNesterTest.cpp', |
| 234 '../experimental/PdfViewer/src/SkTDStackNester.h', | 235 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 235 ], | 236 ], |
| 236 } | 237 } |
| OLD | NEW |