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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 '../tests/ImageGeneratorTest.cpp', | 123 '../tests/ImageGeneratorTest.cpp', |
124 '../tests/ImageIsOpaqueTest.cpp', | 124 '../tests/ImageIsOpaqueTest.cpp', |
125 '../tests/ImageNewShaderTest.cpp', | 125 '../tests/ImageNewShaderTest.cpp', |
126 '../tests/InfRectTest.cpp', | 126 '../tests/InfRectTest.cpp', |
127 '../tests/InterpolatorTest.cpp', | 127 '../tests/InterpolatorTest.cpp', |
128 '../tests/JpegTest.cpp', | 128 '../tests/JpegTest.cpp', |
129 '../tests/KtxTest.cpp', | 129 '../tests/KtxTest.cpp', |
130 '../tests/LListTest.cpp', | 130 '../tests/LListTest.cpp', |
131 '../tests/LayerDrawLooperTest.cpp', | 131 '../tests/LayerDrawLooperTest.cpp', |
132 '../tests/LayerRasterizerTest.cpp', | 132 '../tests/LayerRasterizerTest.cpp', |
| 133 '../tests/LazyPtr.cpp', |
133 '../tests/MD5Test.cpp', | 134 '../tests/MD5Test.cpp', |
134 '../tests/MallocPixelRefTest.cpp', | 135 '../tests/MallocPixelRefTest.cpp', |
135 '../tests/MathTest.cpp', | 136 '../tests/MathTest.cpp', |
136 '../tests/Matrix44Test.cpp', | 137 '../tests/Matrix44Test.cpp', |
137 '../tests/MatrixClipCollapseTest.cpp', | 138 '../tests/MatrixClipCollapseTest.cpp', |
138 '../tests/MatrixTest.cpp', | 139 '../tests/MatrixTest.cpp', |
139 '../tests/MemoryTest.cpp', | 140 '../tests/MemoryTest.cpp', |
140 '../tests/MemsetTest.cpp', | 141 '../tests/MemsetTest.cpp', |
141 '../tests/MessageBusTest.cpp', | 142 '../tests/MessageBusTest.cpp', |
142 '../tests/MetaDataTest.cpp', | 143 '../tests/MetaDataTest.cpp', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 |