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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 '../tests/PackBitsTest.cpp', | 127 '../tests/PackBitsTest.cpp', |
128 '../tests/PaintTest.cpp', | 128 '../tests/PaintTest.cpp', |
129 '../tests/ParsePathTest.cpp', | 129 '../tests/ParsePathTest.cpp', |
130 '../tests/PathCoverageTest.cpp', | 130 '../tests/PathCoverageTest.cpp', |
131 '../tests/PathMeasureTest.cpp', | 131 '../tests/PathMeasureTest.cpp', |
132 '../tests/PathTest.cpp', | 132 '../tests/PathTest.cpp', |
133 '../tests/PathUtilsTest.cpp', | 133 '../tests/PathUtilsTest.cpp', |
134 '../tests/PictureTest.cpp', | 134 '../tests/PictureTest.cpp', |
135 '../tests/PictureShaderTest.cpp', | 135 '../tests/PictureShaderTest.cpp', |
136 '../tests/PictureStateTreeTest.cpp', | 136 '../tests/PictureStateTreeTest.cpp', |
137 '../tests/PictureUtilsTest.cpp', | |
138 '../tests/PixelRefTest.cpp', | 137 '../tests/PixelRefTest.cpp', |
139 '../tests/PointTest.cpp', | 138 '../tests/PointTest.cpp', |
140 '../tests/PremulAlphaRoundTripTest.cpp', | 139 '../tests/PremulAlphaRoundTripTest.cpp', |
141 '../tests/QuickRejectTest.cpp', | 140 '../tests/QuickRejectTest.cpp', |
142 '../tests/RTreeTest.cpp', | 141 '../tests/RTreeTest.cpp', |
143 '../tests/RandomTest.cpp', | 142 '../tests/RandomTest.cpp', |
144 '../tests/ReadPixelsTest.cpp', | 143 '../tests/ReadPixelsTest.cpp', |
145 '../tests/ReadWriteAlphaTest.cpp', | 144 '../tests/ReadWriteAlphaTest.cpp', |
146 '../tests/Reader32Test.cpp', | 145 '../tests/Reader32Test.cpp', |
147 '../tests/RecordDrawTest.cpp', | 146 '../tests/RecordDrawTest.cpp', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 | 196 |
198 '../tests/PipeTest.cpp', | 197 '../tests/PipeTest.cpp', |
199 '../src/pipe/utils/SamplePipeControllers.cpp', | 198 '../src/pipe/utils/SamplePipeControllers.cpp', |
200 | 199 |
201 '../tests/TDStackNesterTest.cpp', | 200 '../tests/TDStackNesterTest.cpp', |
202 '../experimental/PdfViewer/src/SkTDStackNester.h', | 201 '../experimental/PdfViewer/src/SkTDStackNester.h', |
203 | 202 |
204 '../tools/sk_tool_utils.cpp', | 203 '../tools/sk_tool_utils.cpp', |
205 ], | 204 ], |
206 } | 205 } |
OLD | NEW |