| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 '../tests/DiscardableMemoryTest.cpp', | 83 '../tests/DiscardableMemoryTest.cpp', |
| 84 '../tests/DocumentTest.cpp', | 84 '../tests/DocumentTest.cpp', |
| 85 '../tests/DrawBitmapRectTest.cpp', | 85 '../tests/DrawBitmapRectTest.cpp', |
| 86 '../tests/DrawPathTest.cpp', | 86 '../tests/DrawPathTest.cpp', |
| 87 '../tests/DrawTextTest.cpp', | 87 '../tests/DrawTextTest.cpp', |
| 88 '../tests/DynamicHashTest.cpp', | 88 '../tests/DynamicHashTest.cpp', |
| 89 '../tests/EmptyPathTest.cpp', | 89 '../tests/EmptyPathTest.cpp', |
| 90 '../tests/ErrorTest.cpp', | 90 '../tests/ErrorTest.cpp', |
| 91 '../tests/FillPathTest.cpp', | 91 '../tests/FillPathTest.cpp', |
| 92 '../tests/FitsInTest.cpp', | 92 '../tests/FitsInTest.cpp', |
| 93 '../tests/FlatDataTest.cpp', | |
| 94 '../tests/FlateTest.cpp', | 93 '../tests/FlateTest.cpp', |
| 95 '../tests/FloatingPointTextureTest.cpp', | 94 '../tests/FloatingPointTextureTest.cpp', |
| 96 '../tests/FontHostStreamTest.cpp', | 95 '../tests/FontHostStreamTest.cpp', |
| 97 '../tests/FontHostTest.cpp', | 96 '../tests/FontHostTest.cpp', |
| 98 '../tests/FontMgrTest.cpp', | 97 '../tests/FontMgrTest.cpp', |
| 99 '../tests/FontNamesTest.cpp', | 98 '../tests/FontNamesTest.cpp', |
| 100 '../tests/FontObjTest.cpp', | 99 '../tests/FontObjTest.cpp', |
| 101 '../tests/FrontBufferedStreamTest.cpp', | 100 '../tests/FrontBufferedStreamTest.cpp', |
| 102 '../tests/GLInterfaceValidationTest.cpp', | 101 '../tests/GLInterfaceValidationTest.cpp', |
| 103 '../tests/GLProgramsTest.cpp', | 102 '../tests/GLProgramsTest.cpp', |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |