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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 '../tests/ShaderOpacityTest.cpp', | 147 '../tests/ShaderOpacityTest.cpp', |
148 '../tests/SkBase64Test.cpp', | 148 '../tests/SkBase64Test.cpp', |
149 '../tests/SListTest.cpp', | 149 '../tests/SListTest.cpp', |
150 '../tests/SmallAllocatorTest.cpp', | 150 '../tests/SmallAllocatorTest.cpp', |
151 '../tests/SortTest.cpp', | 151 '../tests/SortTest.cpp', |
152 '../tests/SrcOverTest.cpp', | 152 '../tests/SrcOverTest.cpp', |
153 '../tests/StreamTest.cpp', | 153 '../tests/StreamTest.cpp', |
154 '../tests/StringTest.cpp', | 154 '../tests/StringTest.cpp', |
155 '../tests/StrokeTest.cpp', | 155 '../tests/StrokeTest.cpp', |
156 '../tests/SurfaceTest.cpp', | 156 '../tests/SurfaceTest.cpp', |
| 157 '../tests/TArrayTest.cpp', |
157 '../tests/TLSTest.cpp', | 158 '../tests/TLSTest.cpp', |
158 '../tests/TSetTest.cpp', | 159 '../tests/TSetTest.cpp', |
159 '../tests/TestSize.cpp', | 160 '../tests/TestSize.cpp', |
160 '../tests/TileGridTest.cpp', | 161 '../tests/TileGridTest.cpp', |
161 '../tests/ToUnicodeTest.cpp', | 162 '../tests/ToUnicodeTest.cpp', |
162 '../tests/TracingTest.cpp', | 163 '../tests/TracingTest.cpp', |
163 '../tests/TypefaceTest.cpp', | 164 '../tests/TypefaceTest.cpp', |
164 '../tests/UnicodeTest.cpp', | 165 '../tests/UnicodeTest.cpp', |
165 '../tests/UnitTestTest.cpp', | 166 '../tests/UnitTestTest.cpp', |
166 '../tests/UtilsTest.cpp', | 167 '../tests/UtilsTest.cpp', |
(...skipping 12 matching lines...) Expand all Loading... |
179 | 180 |
180 '../tests/PipeTest.cpp', | 181 '../tests/PipeTest.cpp', |
181 '../src/pipe/utils/SamplePipeControllers.cpp', | 182 '../src/pipe/utils/SamplePipeControllers.cpp', |
182 | 183 |
183 '../tests/TDStackNesterTest.cpp', | 184 '../tests/TDStackNesterTest.cpp', |
184 '../experimental/PdfViewer/src/SkTDStackNester.h', | 185 '../experimental/PdfViewer/src/SkTDStackNester.h', |
185 | 186 |
186 '../tools/sk_tool_utils.cpp', | 187 '../tools/sk_tool_utils.cpp', |
187 ], | 188 ], |
188 } | 189 } |
OLD | NEW |