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