OLD | NEW |
1 This file is auto-generated by tools/BUILD_simulator.py. | 1 This file is auto-generated by tools/BUILD_simulator.py. |
2 It expands BUILD.public to make it easy to see changes. | 2 It expands BUILD.public to make it easy to see changes. |
3 COPTS = ['*** BEGIN //conditions:default ***', | 3 BASE_DEPS = ['*** BEGIN CONDITION_IOS ***', |
4 '-Wno-implicit-fallthrough', | 4 '*** END CONDITION_IOS ***', |
5 '-Wno-deprecated-declarations', | 5 '*** BEGIN //conditions:default ***', |
6 '*** END //conditions:default ***', | |
7 '*** BEGIN CONDITION_ANDROID ***', | |
8 '-mfpu=neon', | |
9 '*** END CONDITION_ANDROID ***'] | |
10 COPTS_ANDROID = ['-mfpu=neon'] | |
11 COPTS_UNIX = ['-Wno-implicit-fallthrough', '-Wno-deprecated-declarations'] | |
12 DEFINES = ['*** BEGIN //conditions:default ***', | |
13 'SK_BUILD_FOR_UNIX', | |
14 'SK_SAMPLES_FOR_X', | |
15 '*** END //conditions:default ***', | |
16 '*** BEGIN CONDITION_ANDROID ***', | |
17 'SK_BUILD_FOR_ANDROID', | |
18 'SK_PNG_NO_INDEX_SUPPORTED', | |
19 '*** END CONDITION_ANDROID ***', | |
20 'SK_USE_FLOATBITS', | |
21 'SK_USE_FREETYPE_EMBOLDEN', | |
22 'GOOGLE3'] | |
23 DEFINES_ALL = ['SK_USE_FLOATBITS', 'SK_USE_FREETYPE_EMBOLDEN', 'GOOGLE3'] | |
24 DEFINES_ANDROID = ['SK_BUILD_FOR_ANDROID', 'SK_PNG_NO_INDEX_SUPPORTED'] | |
25 DEFINES_UNIX = ['SK_BUILD_FOR_UNIX', 'SK_SAMPLES_FOR_X'] | |
26 DEPS = ['*** BEGIN //conditions:default ***', | |
27 ':opts_sse4', | 6 ':opts_sse4', |
28 ':opts_ssse3', | 7 ':opts_ssse3', |
29 '*** END //conditions:default ***', | 8 '*** END //conditions:default ***', |
30 '*** BEGIN CONDITION_ANDROID ***', | 9 '*** BEGIN CONDITION_ANDROID ***', |
31 '*** END CONDITION_ANDROID ***'] | 10 '*** END CONDITION_ANDROID ***'] |
32 DEPS_ANDROID = [] | 11 BASE_DEPS_ANDROID = [] |
33 DEPS_UNIX = [':opts_sse4', ':opts_ssse3'] | 12 BASE_DEPS_IOS = [] |
34 DM_INCLUDES = ['gm', | 13 BASE_DEPS_UNIX = [':opts_sse4', ':opts_ssse3'] |
35 'src/codec', | 14 BASE_HDRS = ['include/c/sk_canvas.h', |
36 'src/effects', | |
37 'src/fonts', | |
38 'src/pathops', | |
39 'src/pipe/utils', | |
40 'src/ports', | |
41 'src/utils/debugger', | |
42 'tests', | |
43 'tools', | |
44 'tools/flags', | |
45 'tools/timer'] | |
46 DM_PLATFORM_SRCS = ['*** BEGIN //conditions:default ***', | |
47 '*** END //conditions:default ***', | |
48 '*** BEGIN CONDITION_ANDROID ***', | |
49 'tests/FontMgrAndroidParserTest.cpp', | |
50 '*** END CONDITION_ANDROID ***'] | |
51 DM_SRCS = ['dm/DM.cpp', | |
52 'dm/DMGpuSupport.h', | |
53 'dm/DMJsonWriter.cpp', | |
54 'dm/DMJsonWriter.h', | |
55 'dm/DMSrcSink.cpp', | |
56 'dm/DMSrcSink.h', | |
57 'dm/DMSrcSinkAndroid.h', | |
58 'gm/SkAnimTimer.h', | |
59 'gm/aaclip.cpp', | |
60 'gm/aarectmodes.cpp', | |
61 'gm/aaxfermodes.cpp', | |
62 'gm/addarc.cpp', | |
63 'gm/all_bitmap_configs.cpp', | |
64 'gm/alphagradients.cpp', | |
65 'gm/anisotropic.cpp', | |
66 'gm/annotated_text.cpp', | |
67 'gm/arcofzorro.cpp', | |
68 'gm/arithmode.cpp', | |
69 'gm/astcbitmap.cpp', | |
70 'gm/badpaint.cpp', | |
71 'gm/beziereffects.cpp', | |
72 'gm/beziers.cpp', | |
73 'gm/bigblurs.cpp', | |
74 'gm/bigmatrix.cpp', | |
75 'gm/bigrrectaaeffect.cpp', | |
76 'gm/bigtext.cpp', | |
77 'gm/bigtileimagefilter.cpp', | |
78 'gm/bitmapcopy.cpp', | |
79 'gm/bitmapfilters.cpp', | |
80 'gm/bitmappremul.cpp', | |
81 'gm/bitmaprect.cpp', | |
82 'gm/bitmaprecttest.cpp', | |
83 'gm/bitmapshader.cpp', | |
84 'gm/bleed.cpp', | |
85 'gm/blend.cpp', | |
86 'gm/blurcircles.cpp', | |
87 'gm/blurquickreject.cpp', | |
88 'gm/blurrect.cpp', | |
89 'gm/blurroundrect.cpp', | |
90 'gm/blurs.cpp', | |
91 'gm/bmpfilterqualityrepeat.cpp', | |
92 'gm/cgm.c', | |
93 'gm/cgms.cpp', | |
94 'gm/circles.cpp', | |
95 'gm/circularclips.cpp', | |
96 'gm/clip_strokerect.cpp', | |
97 'gm/clipdrawdraw.cpp', | |
98 'gm/clippedbitmapshaders.cpp', | |
99 'gm/cmykjpeg.cpp', | |
100 'gm/colorcube.cpp', | |
101 'gm/coloremoji.cpp', | |
102 'gm/colorfilterimagefilter.cpp', | |
103 'gm/colorfilters.cpp', | |
104 'gm/colormatrix.cpp', | |
105 'gm/colortype.cpp', | |
106 'gm/colortypexfermode.cpp', | |
107 'gm/colorwheel.cpp', | |
108 'gm/complexclip.cpp', | |
109 'gm/complexclip2.cpp', | |
110 'gm/complexclip3.cpp', | |
111 'gm/composeshader.cpp', | |
112 'gm/concavepaths.cpp', | |
113 'gm/conicpaths.cpp', | |
114 'gm/constcolorprocessor.cpp', | |
115 'gm/convex_all_line_paths.cpp', | |
116 'gm/convexpaths.cpp', | |
117 'gm/convexpolyclip.cpp', | |
118 'gm/convexpolyeffect.cpp', | |
119 'gm/copyTo4444.cpp', | |
120 'gm/cubicpaths.cpp', | |
121 'gm/dashcubics.cpp', | |
122 'gm/dashing.cpp', | |
123 'gm/dcshader.cpp', | |
124 'gm/degeneratesegments.cpp', | |
125 'gm/dftext.cpp', | |
126 'gm/discard.cpp', | |
127 'gm/displacement.cpp', | |
128 'gm/distantclip.cpp', | |
129 'gm/downsamplebitmap.cpp', | |
130 'gm/draw_bitmap_rect_skbug4374.cpp', | |
131 'gm/drawable.cpp', | |
132 'gm/drawatlas.cpp', | |
133 'gm/drawatlascolor.cpp', | |
134 'gm/drawbitmaprect.cpp', | |
135 'gm/drawfilter.cpp', | |
136 'gm/drawlooper.cpp', | |
137 'gm/drawminibitmaprect.cpp', | |
138 'gm/dropshadowimagefilter.cpp', | |
139 'gm/drrect.cpp', | |
140 'gm/dstreadshuffle.cpp', | |
141 'gm/emboss.cpp', | |
142 'gm/emptypath.cpp', | |
143 'gm/etc1bitmap.cpp', | |
144 'gm/extractbitmap.cpp', | |
145 'gm/factory.cpp', | |
146 'gm/fadefilter.cpp', | |
147 'gm/fatpathfill.cpp', | |
148 'gm/filltypes.cpp', | |
149 'gm/filltypespersp.cpp', | |
150 'gm/filterbitmap.cpp', | |
151 'gm/filterfastbounds.cpp', | |
152 'gm/filterindiabox.cpp', | |
153 'gm/fontcache.cpp', | |
154 'gm/fontmgr.cpp', | |
155 'gm/fontscaler.cpp', | |
156 'gm/fontscalerdistortable.cpp', | |
157 'gm/gammatext.cpp', | |
158 'gm/getpostextpath.cpp', | |
159 'gm/giantbitmap.cpp', | |
160 'gm/glyph_pos.cpp', | |
161 'gm/glyph_pos_align.cpp', | |
162 'gm/gm.cpp', | |
163 'gm/gm.h', | |
164 'gm/gm_expectations.h', | |
165 'gm/gradientDirtyLaundry.cpp', | |
166 'gm/gradient_matrix.cpp', | |
167 'gm/gradients.cpp', | |
168 'gm/gradients_2pt_conical.cpp', | |
169 'gm/gradients_no_texture.cpp', | |
170 'gm/gradtext.cpp', | |
171 'gm/grayscalejpg.cpp', | |
172 'gm/hairlines.cpp', | |
173 'gm/hairmodes.cpp', | |
174 'gm/hittestpath.cpp', | |
175 'gm/image.cpp', | |
176 'gm/image.h', | |
177 'gm/image_pict.cpp', | |
178 'gm/image_shader.cpp', | |
179 'gm/imagealphathreshold.cpp', | |
180 'gm/imageblur.cpp', | |
181 'gm/imageblur2.cpp', | |
182 'gm/imageblurtiled.cpp', | |
183 'gm/imagefilters.cpp', | |
184 'gm/imagefiltersbase.cpp', | |
185 'gm/imagefiltersclipped.cpp', | |
186 'gm/imagefilterscropexpand.cpp', | |
187 'gm/imagefilterscropped.cpp', | |
188 'gm/imagefiltersgraph.cpp', | |
189 'gm/imagefiltersscaled.cpp', | |
190 'gm/imagefiltersstroked.cpp', | |
191 'gm/imagefilterstransformed.cpp', | |
192 'gm/imagefromyuvtextures.cpp', | |
193 'gm/imagemagnifier.cpp', | |
194 'gm/imageresizetiled.cpp', | |
195 'gm/imagesource.cpp', | |
196 'gm/imagesource2.cpp', | |
197 'gm/internal_links.cpp', | |
198 'gm/inversepaths.cpp', | |
199 'gm/largeglyphblur.cpp', | |
200 'gm/lcdblendmodes.cpp', | |
201 'gm/lcdoverlap.cpp', | |
202 'gm/lcdtext.cpp', | |
203 'gm/lerpmode.cpp', | |
204 'gm/lighting.cpp', | |
205 'gm/lightingshader.cpp', | |
206 'gm/linepaths.cpp', | |
207 'gm/localmatriximagefilter.cpp', | |
208 'gm/lumafilter.cpp', | |
209 'gm/matrixconvolution.cpp', | |
210 'gm/matriximagefilter.cpp', | |
211 'gm/megalooper.cpp', | |
212 'gm/mipmap.cpp', | |
213 'gm/mixedtextblobs.cpp', | |
214 'gm/modecolorfilters.cpp', | |
215 'gm/morphology.cpp', | |
216 'gm/multipicturedraw.cpp', | |
217 'gm/nested.cpp', | |
218 'gm/ninepatchstretch.cpp', | |
219 'gm/nonclosedpaths.cpp', | |
220 'gm/offsetimagefilter.cpp', | |
221 'gm/ovals.cpp', | |
222 'gm/patch.cpp', | |
223 'gm/patchgrid.cpp', | |
224 'gm/path_stroke_with_zero_length.cpp', | |
225 'gm/patheffects.cpp', | |
226 'gm/pathfill.cpp', | |
227 'gm/pathinterior.cpp', | |
228 'gm/pathopsinverse.cpp', | |
229 'gm/pathopsskpclip.cpp', | |
230 'gm/pathreverse.cpp', | |
231 'gm/pdf_never_embed.cpp', | |
232 'gm/peekpixels.cpp', | |
233 'gm/perlinnoise.cpp', | |
234 'gm/perspshaders.cpp', | |
235 'gm/picture.cpp', | |
236 'gm/pictureimagefilter.cpp', | |
237 'gm/pictureimagegenerator.cpp', | |
238 'gm/pictureshader.cpp', | |
239 'gm/pictureshadertile.cpp', | |
240 'gm/pixelsnap.cpp', | |
241 'gm/plus.cpp', | |
242 'gm/points.cpp', | |
243 'gm/poly2poly.cpp', | |
244 'gm/polygons.cpp', | |
245 'gm/quadpaths.cpp', | |
246 'gm/recordopts.cpp', | |
247 'gm/rects.cpp', | |
248 'gm/repeated_bitmap.cpp', | |
249 'gm/resizeimagefilter.cpp', | |
250 'gm/roundrects.cpp', | |
251 'gm/rrect.cpp', | |
252 'gm/rrects.cpp', | |
253 'gm/samplerstress.cpp', | |
254 'gm/scaledstrokes.cpp', | |
255 'gm/selftest.cpp', | |
256 'gm/shaderbounds.cpp', | |
257 'gm/shadertext.cpp', | |
258 'gm/shadertext2.cpp', | |
259 'gm/shadertext3.cpp', | |
260 'gm/shadows.cpp', | |
261 'gm/shallowgradient.cpp', | |
262 'gm/simpleaaclip.cpp', | |
263 'gm/skbug1719.cpp', | |
264 'gm/smallarc.cpp', | |
265 'gm/smallimage.cpp', | |
266 'gm/spritebitmap.cpp', | |
267 'gm/srcmode.cpp', | |
268 'gm/stlouisarch.cpp', | |
269 'gm/stringart.cpp', | |
270 'gm/strokefill.cpp', | |
271 'gm/strokerect.cpp', | |
272 'gm/strokerects.cpp', | |
273 'gm/strokes.cpp', | |
274 'gm/stroketext.cpp', | |
275 'gm/surface.cpp', | |
276 'gm/tablecolorfilter.cpp', | |
277 'gm/tallstretchedbitmaps.cpp', | |
278 'gm/testimagefilters.cpp', | |
279 'gm/texdata.cpp', | |
280 'gm/textblob.cpp', | |
281 'gm/textblobcolortrans.cpp', | |
282 'gm/textblobgeometrychange.cpp', | |
283 'gm/textbloblooper.cpp', | |
284 'gm/textblobmixedsizes.cpp', | |
285 'gm/textblobrandomfont.cpp', | |
286 'gm/textblobshader.cpp', | |
287 'gm/textblobtransforms.cpp', | |
288 'gm/textblobuseaftergpufree.cpp', | |
289 'gm/texteffects.cpp', | |
290 'gm/texturedomaineffect.cpp', | |
291 'gm/thinrects.cpp', | |
292 'gm/thinstrokedrects.cpp', | |
293 'gm/tiledscaledbitmap.cpp', | |
294 'gm/tileimagefilter.cpp', | |
295 'gm/tilemodes.cpp', | |
296 'gm/tilemodes_scaled.cpp', | |
297 'gm/tinybitmap.cpp', | |
298 'gm/transparency.cpp', | |
299 'gm/typeface.cpp', | |
300 'gm/variedtext.cpp', | |
301 'gm/vertices.cpp', | |
302 'gm/verttext.cpp', | |
303 'gm/verttext2.cpp', | |
304 'gm/verylargebitmap.cpp', | |
305 'gm/xfermodeimagefilter.cpp', | |
306 'gm/xfermodes.cpp', | |
307 'gm/xfermodes2.cpp', | |
308 'gm/xfermodes3.cpp', | |
309 'gm/yuvtorgbeffect.cpp', | |
310 'tests/AAClipTest.cpp', | |
311 'tests/ARGBImageEncoderTest.cpp', | |
312 'tests/AnnotationTest.cpp', | |
313 'tests/AsADashTest.cpp', | |
314 'tests/AtomicTest.cpp', | |
315 'tests/BadIcoTest.cpp', | |
316 'tests/BitSetTest.cpp', | |
317 'tests/BitmapCopyTest.cpp', | |
318 'tests/BitmapGetColorTest.cpp', | |
319 'tests/BitmapHasherTest.cpp', | |
320 'tests/BitmapHeapTest.cpp', | |
321 'tests/BitmapTest.cpp', | |
322 'tests/BlendTest.cpp', | |
323 'tests/BlitRowTest.cpp', | |
324 'tests/BlurTest.cpp', | |
325 'tests/CPlusPlusEleven.cpp', | |
326 'tests/CTest.cpp', | |
327 'tests/CachedDataTest.cpp', | |
328 'tests/CachedDecodingPixelRefTest.cpp', | |
329 'tests/CanvasStateHelpers.cpp', | |
330 'tests/CanvasStateHelpers.h', | |
331 'tests/CanvasStateTest.cpp', | |
332 'tests/CanvasTest.cpp', | |
333 'tests/ChecksumTest.cpp', | |
334 'tests/ClampRangeTest.cpp', | |
335 'tests/ClipBoundsTest.cpp', | |
336 'tests/ClipCubicTest.cpp', | |
337 'tests/ClipStackTest.cpp', | |
338 'tests/ClipperTest.cpp', | |
339 'tests/CodexTest.cpp', | |
340 'tests/ColorFilterTest.cpp', | |
341 'tests/ColorMatrixTest.cpp', | |
342 'tests/ColorPrivTest.cpp', | |
343 'tests/ColorTest.cpp', | |
344 'tests/DashPathEffectTest.cpp', | |
345 'tests/DataRefTest.cpp', | |
346 'tests/DequeTest.cpp', | |
347 'tests/DeviceLooperTest.cpp', | |
348 'tests/DiscardableMemoryPoolTest.cpp', | |
349 'tests/DiscardableMemoryTest.cpp', | |
350 'tests/DrawBitmapRectTest.cpp', | |
351 'tests/DrawFilterTest.cpp', | |
352 'tests/DrawPathTest.cpp', | |
353 'tests/DrawTextTest.cpp', | |
354 'tests/DynamicHashTest.cpp', | |
355 'tests/EmptyPathTest.cpp', | |
356 'tests/ErrorTest.cpp', | |
357 'tests/FillPathTest.cpp', | |
358 'tests/FitsInTest.cpp', | |
359 'tests/FloatingPointTextureTest.cpp', | |
360 'tests/FontHostStreamTest.cpp', | |
361 'tests/FontHostTest.cpp', | |
362 'tests/FontMgrTest.cpp', | |
363 'tests/FontNamesTest.cpp', | |
364 'tests/FontObjTest.cpp', | |
365 'tests/FrontBufferedStreamTest.cpp', | |
366 'tests/FunctionTest.cpp', | |
367 'tests/GLInterfaceValidationTest.cpp', | |
368 'tests/GLProgramsTest.cpp', | |
369 'tests/GeometryTest.cpp', | |
370 'tests/GifTest.cpp', | |
371 'tests/GpuColorFilterTest.cpp', | |
372 'tests/GpuDrawPathTest.cpp', | |
373 'tests/GpuLayerCacheTest.cpp', | |
374 'tests/GpuRectanizerTest.cpp', | |
375 'tests/GrAllocatorTest.cpp', | |
376 'tests/GrContextFactoryTest.cpp', | |
377 'tests/GrDrawTargetTest.cpp', | |
378 'tests/GrGLSLPrettyPrintTest.cpp', | |
379 'tests/GrGetCoeffBlendKnownComponentsTest.cpp', | |
380 'tests/GrMemoryPoolTest.cpp', | |
381 'tests/GrPorterDuffTest.cpp', | |
382 'tests/GrSurfaceTest.cpp', | |
383 'tests/GrTRecorderTest.cpp', | |
384 'tests/GrTextureMipMapInvalidationTest.cpp', | |
385 'tests/GradientTest.cpp', | |
386 'tests/HashTest.cpp', | |
387 'tests/ImageCacheTest.cpp', | |
388 'tests/ImageDecodingTest.cpp', | |
389 'tests/ImageFilterTest.cpp', | |
390 'tests/ImageGeneratorTest.cpp', | |
391 'tests/ImageIsOpaqueTest.cpp', | |
392 'tests/ImageNewShaderTest.cpp', | |
393 'tests/ImageTest.cpp', | |
394 'tests/IndexedPngOverflowTest.cpp', | |
395 'tests/InfRectTest.cpp', | |
396 'tests/InterpolatorTest.cpp', | |
397 'tests/InvalidIndexedPngTest.cpp', | |
398 'tests/JpegTest.cpp', | |
399 'tests/KtxTest.cpp', | |
400 'tests/LListTest.cpp', | |
401 'tests/LayerDrawLooperTest.cpp', | |
402 'tests/LayerRasterizerTest.cpp', | |
403 'tests/MD5Test.cpp', | |
404 'tests/MallocPixelRefTest.cpp', | |
405 'tests/MaskCacheTest.cpp', | |
406 'tests/MathTest.cpp', | |
407 'tests/Matrix44Test.cpp', | |
408 'tests/MatrixClipCollapseTest.cpp', | |
409 'tests/MatrixTest.cpp', | |
410 'tests/MemoryTest.cpp', | |
411 'tests/MemsetTest.cpp', | |
412 'tests/MessageBusTest.cpp', | |
413 'tests/MetaDataTest.cpp', | |
414 'tests/MipMapTest.cpp', | |
415 'tests/NameAllocatorTest.cpp', | |
416 'tests/OSPathTest.cpp', | |
417 'tests/OncePtrTest.cpp', | |
418 'tests/OnceTest.cpp', | |
419 'tests/PDFDeflateWStreamTest.cpp', | |
420 'tests/PDFDocumentTest.cpp', | |
421 'tests/PDFGlyphsToUnicodeTest.cpp', | |
422 'tests/PDFInvalidBitmapTest.cpp', | |
423 'tests/PDFJpegEmbedTest.cpp', | |
424 'tests/PDFMetadataAttributeTest.cpp', | |
425 'tests/PDFOpaqueSrcModeToSrcOverTest.cpp', | |
426 'tests/PDFPrimitivesTest.cpp', | |
427 'tests/PackBitsTest.cpp', | |
428 'tests/PaintTest.cpp', | |
429 'tests/ParsePathTest.cpp', | |
430 'tests/PathCoverageTest.cpp', | |
431 'tests/PathMeasureTest.cpp', | |
432 'tests/PathOpsAngleIdeas.cpp', | |
433 'tests/PathOpsAngleTest.cpp', | |
434 'tests/PathOpsBattles.cpp', | |
435 'tests/PathOpsBoundsTest.cpp', | |
436 'tests/PathOpsBuildUseTest.cpp', | |
437 'tests/PathOpsBuilderTest.cpp', | |
438 'tests/PathOpsConicIntersectionTest.cpp', | |
439 'tests/PathOpsConicLineIntersectionTest.cpp', | |
440 'tests/PathOpsCubicConicIntersectionTest.cpp', | |
441 'tests/PathOpsCubicIntersectionTest.cpp', | |
442 'tests/PathOpsCubicIntersectionTestData.cpp', | |
443 'tests/PathOpsCubicIntersectionTestData.h', | |
444 'tests/PathOpsCubicLineIntersectionIdeas.cpp', | |
445 'tests/PathOpsCubicLineIntersectionTest.cpp', | |
446 'tests/PathOpsCubicQuadIntersectionTest.cpp', | |
447 'tests/PathOpsCubicReduceOrderTest.cpp', | |
448 'tests/PathOpsDCubicTest.cpp', | |
449 'tests/PathOpsDLineTest.cpp', | |
450 'tests/PathOpsDPointTest.cpp', | |
451 'tests/PathOpsDRectTest.cpp', | |
452 'tests/PathOpsDVectorTest.cpp', | |
453 'tests/PathOpsDebug.cpp', | |
454 'tests/PathOpsExtendedTest.cpp', | |
455 'tests/PathOpsExtendedTest.h', | |
456 'tests/PathOpsFuzz763Test.cpp', | |
457 'tests/PathOpsInverseTest.cpp', | |
458 'tests/PathOpsIssue3651.cpp', | |
459 'tests/PathOpsLineIntersectionTest.cpp', | |
460 'tests/PathOpsLineParametetersTest.cpp', | |
461 'tests/PathOpsOpCircleThreadedTest.cpp', | |
462 'tests/PathOpsOpCubicThreadedTest.cpp', | |
463 'tests/PathOpsOpLoopThreadedTest.cpp', | |
464 'tests/PathOpsOpRectThreadedTest.cpp', | |
465 'tests/PathOpsOpTest.cpp', | |
466 'tests/PathOpsQuadIntersectionTest.cpp', | |
467 'tests/PathOpsQuadIntersectionTestData.cpp', | |
468 'tests/PathOpsQuadIntersectionTestData.h', | |
469 'tests/PathOpsQuadLineIntersectionTest.cpp', | |
470 'tests/PathOpsQuadLineIntersectionThreadedTest.cpp', | |
471 'tests/PathOpsQuadReduceOrderTest.cpp', | |
472 'tests/PathOpsSimplifyDegenerateThreadedTest.cpp', | |
473 'tests/PathOpsSimplifyFailTest.cpp', | |
474 'tests/PathOpsSimplifyQuadThreadedTest.cpp', | |
475 'tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', | |
476 'tests/PathOpsSimplifyRectThreadedTest.cpp', | |
477 'tests/PathOpsSimplifyTest.cpp', | |
478 'tests/PathOpsSimplifyTrianglesThreadedTest.cpp', | |
479 'tests/PathOpsSkpTest.cpp', | |
480 'tests/PathOpsTSectDebug.h', | |
481 'tests/PathOpsTestCommon.cpp', | |
482 'tests/PathOpsTestCommon.h', | |
483 'tests/PathOpsThreadedCommon.cpp', | |
484 'tests/PathOpsThreadedCommon.h', | |
485 'tests/PathOpsThreeWayTest.cpp', | |
486 'tests/PathOpsTightBoundsTest.cpp', | |
487 'tests/PathOpsTypesTest.cpp', | |
488 'tests/PathTest.cpp', | |
489 'tests/PictureBBHTest.cpp', | |
490 'tests/PictureShaderTest.cpp', | |
491 'tests/PictureTest.cpp', | |
492 'tests/PipeTest.cpp', | |
493 'tests/PixelRefTest.cpp', | |
494 'tests/Point3Test.cpp', | |
495 'tests/PointTest.cpp', | |
496 'tests/PremulAlphaRoundTripTest.cpp', | |
497 'tests/QuickRejectTest.cpp', | |
498 'tests/RTConfRegistryTest.cpp', | |
499 'tests/RTreeTest.cpp', | |
500 'tests/RandomTest.cpp', | |
501 'tests/ReadPixelsTest.cpp', | |
502 'tests/ReadWriteAlphaTest.cpp', | |
503 'tests/Reader32Test.cpp', | |
504 'tests/RecordDrawTest.cpp', | |
505 'tests/RecordOptsTest.cpp', | |
506 'tests/RecordPatternTest.cpp', | |
507 'tests/RecordReplaceDrawTest.cpp', | |
508 'tests/RecordTest.cpp', | |
509 'tests/RecordTestUtils.h', | |
510 'tests/RecorderTest.cpp', | |
511 'tests/RecordingXfermodeTest.cpp', | |
512 'tests/RectTest.cpp', | |
513 'tests/RefCntTest.cpp', | |
514 'tests/RefDictTest.cpp', | |
515 'tests/RegionTest.cpp', | |
516 'tests/ResourceCacheTest.cpp', | |
517 'tests/RoundRectTest.cpp', | |
518 'tests/RuntimeConfigTest.cpp', | |
519 'tests/SHA1Test.cpp', | |
520 'tests/SRGBReadWritePixelsTest.cpp', | |
521 'tests/SVGDeviceTest.cpp', | |
522 'tests/ScalarTest.cpp', | |
523 'tests/SerializationTest.cpp', | |
524 'tests/ShaderImageFilterTest.cpp', | |
525 'tests/ShaderOpacityTest.cpp', | |
526 'tests/SizeTest.cpp', | |
527 'tests/SkBase64Test.cpp', | |
528 'tests/SkImageTest.cpp', | |
529 'tests/SkNxTest.cpp', | |
530 'tests/SkResourceCacheTest.cpp', | |
531 'tests/SkSharedMutexTest.cpp', | |
532 'tests/SmallAllocatorTest.cpp', | |
533 'tests/SortTest.cpp', | |
534 'tests/SrcOverTest.cpp', | |
535 'tests/StreamTest.cpp', | |
536 'tests/StringTest.cpp', | |
537 'tests/StrokeTest.cpp', | |
538 'tests/StrokerTest.cpp', | |
539 'tests/SurfaceTest.cpp', | |
540 'tests/SwizzlerTest.cpp', | |
541 'tests/TArrayTest.cpp', | |
542 'tests/TDPQueueTest.cpp', | |
543 'tests/TLSTest.cpp', | |
544 'tests/TemplatesTest.cpp', | |
545 'tests/TessellatingPathRendererTests.cpp', | |
546 'tests/Test.cpp', | |
547 'tests/Test.h', | |
548 'tests/TextBlobCacheTest.cpp', | |
549 'tests/TextBlobTest.cpp', | |
550 'tests/TextureCompressionTest.cpp', | |
551 'tests/Time.cpp', | |
552 'tests/TopoSortTest.cpp', | |
553 'tests/TraceMemoryDumpTest.cpp', | |
554 'tests/TracingTest.cpp', | |
555 'tests/TypefaceTest.cpp', | |
556 'tests/UnicodeTest.cpp', | |
557 'tests/UtilsTest.cpp', | |
558 'tests/VarAllocTest.cpp', | |
559 'tests/WArrayTest.cpp', | |
560 'tests/WritePixelsTest.cpp', | |
561 'tests/Writer32Test.cpp', | |
562 'tests/XfermodeTest.cpp', | |
563 'tests/YUVCacheTest.cpp', | |
564 'tools/CrashHandler.cpp', | |
565 'tools/CrashHandler.h', | |
566 'tools/LazyDecodeBitmap.cpp', | |
567 'tools/LazyDecodeBitmap.h', | |
568 'tools/ProcStats.cpp', | |
569 'tools/ProcStats.h', | |
570 'tools/Resources.cpp', | |
571 'tools/Resources.h', | |
572 'tools/SkBitmapRegionCanvas.cpp', | |
573 'tools/SkBitmapRegionCanvas.h', | |
574 'tools/SkBitmapRegionCodec.cpp', | |
575 'tools/SkBitmapRegionCodec.h', | |
576 'tools/SkBitmapRegionDecoderInterface.cpp', | |
577 'tools/SkBitmapRegionDecoderInterface.h', | |
578 'tools/SkBitmapRegionSampler.cpp', | |
579 'tools/SkBitmapRegionSampler.h', | |
580 'tools/flags/SkCommandLineFlags.cpp', | |
581 'tools/flags/SkCommandLineFlags.h', | |
582 'tools/flags/SkCommonFlags.cpp', | |
583 'tools/flags/SkCommonFlags.h', | |
584 'tools/sk_tool_utils.cpp', | |
585 'tools/sk_tool_utils.h', | |
586 'tools/sk_tool_utils_font.cpp', | |
587 'tools/timer/Timer.cpp', | |
588 'tools/timer/Timer.h'] | |
589 DM_SRCS_ANDROID = ['tests/FontMgrAndroidParserTest.cpp'] | |
590 DM_SRCS_UNIX = [] | |
591 HDRS = ['include/c/sk_canvas.h', | |
592 'include/c/sk_data.h', | 15 'include/c/sk_data.h', |
593 'include/c/sk_image.h', | 16 'include/c/sk_image.h', |
594 'include/c/sk_maskfilter.h', | 17 'include/c/sk_maskfilter.h', |
595 'include/c/sk_matrix.h', | 18 'include/c/sk_matrix.h', |
596 'include/c/sk_paint.h', | 19 'include/c/sk_paint.h', |
597 'include/c/sk_path.h', | 20 'include/c/sk_path.h', |
598 'include/c/sk_picture.h', | 21 'include/c/sk_picture.h', |
599 'include/c/sk_shader.h', | 22 'include/c/sk_shader.h', |
600 'include/c/sk_surface.h', | 23 'include/c/sk_surface.h', |
601 'include/c/sk_types.h', | 24 'include/c/sk_types.h', |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
774 'include/gpu/GrTypesPriv.h', | 197 'include/gpu/GrTypesPriv.h', |
775 'include/gpu/GrXferProcessor.h', | 198 'include/gpu/GrXferProcessor.h', |
776 'include/gpu/SkGr.h', | 199 'include/gpu/SkGr.h', |
777 'include/gpu/SkGrPixelRef.h', | 200 'include/gpu/SkGrPixelRef.h', |
778 'include/gpu/SkGrTexturePixelRef.h', | 201 'include/gpu/SkGrTexturePixelRef.h', |
779 'include/gpu/effects/GrConstColorProcessor.h', | 202 'include/gpu/effects/GrConstColorProcessor.h', |
780 'include/gpu/effects/GrCoverageSetOpXP.h', | 203 'include/gpu/effects/GrCoverageSetOpXP.h', |
781 'include/gpu/effects/GrCustomXfermode.h', | 204 'include/gpu/effects/GrCustomXfermode.h', |
782 'include/gpu/effects/GrPorterDuffXferProcessor.h', | 205 'include/gpu/effects/GrPorterDuffXferProcessor.h', |
783 'include/gpu/effects/GrXfermodeFragmentProcessor.h', | 206 'include/gpu/effects/GrXfermodeFragmentProcessor.h', |
784 'include/gpu/gl/GrGLConfig.h', | |
785 'include/gpu/gl/GrGLConfig_chrome.h', | |
786 'include/gpu/gl/GrGLExtensions.h', | |
787 'include/gpu/gl/GrGLFunctions.h', | |
788 'include/gpu/gl/GrGLInterface.h', | |
789 'include/gpu/gl/GrGLSLPrettyPrint.h', | |
790 'include/gpu/gl/GrGLTypes.h', | |
791 'include/gpu/gl/SkGLContext.h', | |
792 'include/gpu/gl/SkNullGLContext.h', | |
793 'include/gpu/gl/angle/SkANGLEGLContext.h', | |
794 'include/gpu/gl/command_buffer/SkCommandBufferGLContext.h', | |
795 'include/images/SkDecodingImageGenerator.h', | 207 'include/images/SkDecodingImageGenerator.h', |
796 'include/images/SkForceLinking.h', | 208 'include/images/SkForceLinking.h', |
797 'include/images/SkMovie.h', | 209 'include/images/SkMovie.h', |
798 'include/images/SkPageFlipper.h', | 210 'include/images/SkPageFlipper.h', |
799 'include/pathops/SkPathOps.h', | 211 'include/pathops/SkPathOps.h', |
800 'include/pipe/SkGPipe.h', | 212 'include/pipe/SkGPipe.h', |
801 'include/ports/SkAtomics_atomic.h', | 213 'include/ports/SkAtomics_atomic.h', |
802 'include/ports/SkAtomics_std.h', | 214 'include/ports/SkAtomics_std.h', |
803 'include/ports/SkAtomics_sync.h', | 215 'include/ports/SkAtomics_sync.h', |
804 'include/ports/SkFontConfigInterface.h', | 216 'include/ports/SkFontConfigInterface.h', |
(...skipping 16 matching lines...) Expand all Loading... |
821 'include/utils/SkCanvasStateUtils.h', | 233 'include/utils/SkCanvasStateUtils.h', |
822 'include/utils/SkCubicInterval.h', | 234 'include/utils/SkCubicInterval.h', |
823 'include/utils/SkCullPoints.h', | 235 'include/utils/SkCullPoints.h', |
824 'include/utils/SkDebugUtils.h', | 236 'include/utils/SkDebugUtils.h', |
825 'include/utils/SkDumpCanvas.h', | 237 'include/utils/SkDumpCanvas.h', |
826 'include/utils/SkEventTracer.h', | 238 'include/utils/SkEventTracer.h', |
827 'include/utils/SkFrontBufferedStream.h', | 239 'include/utils/SkFrontBufferedStream.h', |
828 'include/utils/SkInterpolator.h', | 240 'include/utils/SkInterpolator.h', |
829 'include/utils/SkJSONCPP.h', | 241 'include/utils/SkJSONCPP.h', |
830 'include/utils/SkLayer.h', | 242 'include/utils/SkLayer.h', |
831 'include/utils/SkLua.h', | |
832 'include/utils/SkLuaCanvas.h', | |
833 'include/utils/SkMatrix44.h', | 243 'include/utils/SkMatrix44.h', |
834 'include/utils/SkMeshUtils.h', | 244 'include/utils/SkMeshUtils.h', |
835 'include/utils/SkNWayCanvas.h', | 245 'include/utils/SkNWayCanvas.h', |
836 'include/utils/SkNinePatch.h', | 246 'include/utils/SkNinePatch.h', |
837 'include/utils/SkNoSaveLayerCanvas.h', | 247 'include/utils/SkNoSaveLayerCanvas.h', |
838 'include/utils/SkNullCanvas.h', | 248 'include/utils/SkNullCanvas.h', |
839 'include/utils/SkPaintFilterCanvas.h', | 249 'include/utils/SkPaintFilterCanvas.h', |
840 'include/utils/SkParse.h', | 250 'include/utils/SkParse.h', |
841 'include/utils/SkParsePaint.h', | 251 'include/utils/SkParsePaint.h', |
842 'include/utils/SkParsePath.h', | 252 'include/utils/SkParsePath.h', |
843 'include/utils/SkPictureUtils.h', | 253 'include/utils/SkPictureUtils.h', |
844 'include/utils/SkRTConf.h', | 254 'include/utils/SkRTConf.h', |
845 'include/utils/SkRandom.h', | 255 'include/utils/SkRandom.h', |
846 'include/utils/SkTextBox.h', | 256 'include/utils/SkTextBox.h', |
847 'include/utils/mac/SkCGUtils.h', | |
848 'include/utils/win/SkAutoCoInitialize.h', | |
849 'include/utils/win/SkHRESULT.h', | |
850 'include/utils/win/SkIStream.h', | |
851 'include/utils/win/SkTScopedComPtr.h', | |
852 'include/xml/SkDOM.h', | 257 'include/xml/SkDOM.h', |
853 'include/xml/SkXMLParser.h', | 258 'include/xml/SkXMLParser.h', |
854 'include/xml/SkXMLWriter.h'] | 259 'include/xml/SkXMLWriter.h'] |
855 INCLUDES = ['include/c', | 260 BASE_SRCS = ['include/private/SkAtomics.h', |
856 'include/codec', | |
857 'include/config', | |
858 'include/core', | |
859 'include/effects', | |
860 'include/gpu', | |
861 'include/images', | |
862 'include/pathops', | |
863 'include/pipe', | |
864 'include/ports', | |
865 'include/private', | |
866 'include/utils', | |
867 'include/svg', | |
868 'include/xml', | |
869 'src/core', | |
870 'src/gpu', | |
871 'src/image', | |
872 'src/lazy', | |
873 'src/opts', | |
874 'src/pdf', | |
875 'src/sfnt', | |
876 'src/utils', | |
877 'third_party/etc1', | |
878 'third_party/ktx'] | |
879 LINKOPTS = ['*** BEGIN //conditions:default ***', | |
880 '-ldl', | |
881 '*** END //conditions:default ***', | |
882 '*** BEGIN CONDITION_ANDROID ***', | |
883 '-ldl', | |
884 '-lEGL', | |
885 '*** END CONDITION_ANDROID ***'] | |
886 PLATFORM_SRCS = ['*** BEGIN //conditions:default ***', | |
887 'src/gpu/gl/GrGLDefaultInterface_native.cpp', | |
888 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | |
889 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', | |
890 'src/opts/Sk4px_SSE2.h', | |
891 'src/opts/Sk4px_none.h', | |
892 'src/opts/SkBitmapFilter_opts_SSE2.cpp', | |
893 'src/opts/SkBitmapFilter_opts_SSE2.h', | |
894 'src/opts/SkBitmapProcState_opts_SSE2.cpp', | |
895 'src/opts/SkBitmapProcState_opts_SSE2.h', | |
896 'src/opts/SkBlitMask_opts.h', | |
897 'src/opts/SkBlitRow_opts.h', | |
898 'src/opts/SkBlitRow_opts_SSE2.cpp', | |
899 'src/opts/SkBlitRow_opts_SSE2.h', | |
900 'src/opts/SkBlurImageFilter_opts.h', | |
901 'src/opts/SkColorCubeFilter_opts.h', | |
902 'src/opts/SkColor_opts_SSE2.h', | |
903 'src/opts/SkFloatingPoint_opts.h', | |
904 'src/opts/SkMatrix_opts.h', | |
905 'src/opts/SkMorphologyImageFilter_opts.h', | |
906 'src/opts/SkNx_sse.h', | |
907 'src/opts/SkTextureCompressor_opts.h', | |
908 'src/opts/SkUtils_opts.h', | |
909 'src/opts/SkXfermode_opts.h', | |
910 'src/opts/opts_check_x86.cpp', | |
911 'src/ports/SkDebug_stdio.cpp', | |
912 'src/ports/SkDiscardableMemory_none.cpp', | |
913 'src/ports/SkFontHost_FreeType.cpp', | |
914 'src/ports/SkFontHost_FreeType_common.cpp', | |
915 'src/ports/SkFontHost_FreeType_common.h', | |
916 'src/ports/SkFontMgr_custom.cpp', | |
917 'src/ports/SkFontMgr_custom_directory_factory.cpp', | |
918 'src/ports/SkGlobalInitialization_default.cpp', | |
919 'src/ports/SkImageGenerator_skia.cpp', | |
920 'src/ports/SkMemory_malloc.cpp', | |
921 'src/ports/SkOSFile_posix.cpp', | |
922 'src/ports/SkOSFile_stdio.cpp', | |
923 'src/ports/SkOSLibrary.h', | |
924 'src/ports/SkOSLibrary_posix.cpp', | |
925 'src/ports/SkTLS_pthread.cpp', | |
926 'src/ports/SkTime_Unix.cpp', | |
927 '*** END //conditions:default ***', | |
928 '*** BEGIN CONDITION_ANDROID ***', | |
929 'src/gpu/gl/GrGLDefaultInterface_none.cpp', | |
930 'src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp', | |
931 'src/opts/Sk4px_NEON.h', | |
932 'src/opts/Sk4px_none.h', | |
933 'src/opts/SkBitmapProcState_arm_neon.cpp', | |
934 'src/opts/SkBitmapProcState_filter_neon.h', | |
935 'src/opts/SkBitmapProcState_matrixProcs_neon.cpp', | |
936 'src/opts/SkBitmapProcState_matrix_neon.h', | |
937 'src/opts/SkBitmapProcState_opts_arm.cpp', | |
938 'src/opts/SkBlitMask_opts.h', | |
939 'src/opts/SkBlitMask_opts_arm.cpp', | |
940 'src/opts/SkBlitMask_opts_arm_neon.cpp', | |
941 'src/opts/SkBlitMask_opts_arm_neon.h', | |
942 'src/opts/SkBlitRow_opts.h', | |
943 'src/opts/SkBlitRow_opts_arm.cpp', | |
944 'src/opts/SkBlitRow_opts_arm_neon.cpp', | |
945 'src/opts/SkBlitRow_opts_arm_neon.h', | |
946 'src/opts/SkBlurImageFilter_opts.h', | |
947 'src/opts/SkColorCubeFilter_opts.h', | |
948 'src/opts/SkColor_opts_neon.h', | |
949 'src/opts/SkFloatingPoint_opts.h', | |
950 'src/opts/SkMatrix_opts.h', | |
951 'src/opts/SkMorphologyImageFilter_opts.h', | |
952 'src/opts/SkNx_neon.h', | |
953 'src/opts/SkNx_sse.h', | |
954 'src/opts/SkOpts_neon.cpp', | |
955 'src/opts/SkTextureCompressor_opts.h', | |
956 'src/opts/SkUtils_opts.h', | |
957 'src/opts/SkXfermode_opts.h', | |
958 'src/ports/SkDebug_android.cpp', | |
959 'src/ports/SkDiscardableMemory_none.cpp', | |
960 'src/ports/SkFontHost_FreeType.cpp', | |
961 'src/ports/SkFontHost_FreeType_common.cpp', | |
962 'src/ports/SkFontHost_FreeType_common.h', | |
963 'src/ports/SkFontMgr_android.cpp', | |
964 'src/ports/SkFontMgr_android_factory.cpp', | |
965 'src/ports/SkFontMgr_android_parser.cpp', | |
966 'src/ports/SkFontMgr_android_parser.h', | |
967 'src/ports/SkFontMgr_custom.cpp', | |
968 'src/ports/SkGlobalInitialization_default.cpp', | |
969 'src/ports/SkImageGenerator_skia.cpp', | |
970 'src/ports/SkMemory_malloc.cpp', | |
971 'src/ports/SkOSFile_posix.cpp', | |
972 'src/ports/SkOSFile_stdio.cpp', | |
973 'src/ports/SkOSLibrary.h', | |
974 'src/ports/SkOSLibrary_posix.cpp', | |
975 'src/ports/SkTLS_pthread.cpp', | |
976 'src/ports/SkTime_Unix.cpp', | |
977 '*** END CONDITION_ANDROID ***'] | |
978 SRCS = ['include/private/SkAtomics.h', | |
979 'include/private/SkChecksum.h', | 261 'include/private/SkChecksum.h', |
980 'include/private/SkFloatBits.h', | 262 'include/private/SkFloatBits.h', |
981 'include/private/SkFloatingPoint.h', | 263 'include/private/SkFloatingPoint.h', |
982 'include/private/SkFunction.h', | 264 'include/private/SkFunction.h', |
983 'include/private/SkGpuFenceSync.h', | 265 'include/private/SkGpuFenceSync.h', |
984 'include/private/SkMiniRecorder.h', | 266 'include/private/SkMiniRecorder.h', |
985 'include/private/SkMutex.h', | 267 'include/private/SkMutex.h', |
986 'include/private/SkOnce.h', | 268 'include/private/SkOnce.h', |
987 'include/private/SkOncePtr.h', | 269 'include/private/SkOncePtr.h', |
988 'include/private/SkRecords.h', | 270 'include/private/SkRecords.h', |
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1419 'src/effects/gradients/SkTwoPointConicalGradient_gpu.h', | 701 'src/effects/gradients/SkTwoPointConicalGradient_gpu.h', |
1420 'src/fonts/SkFontMgr_indirect.cpp', | 702 'src/fonts/SkFontMgr_indirect.cpp', |
1421 'src/fonts/SkGScalerContext.cpp', | 703 'src/fonts/SkGScalerContext.cpp', |
1422 'src/fonts/SkGScalerContext.h', | 704 'src/fonts/SkGScalerContext.h', |
1423 'src/fonts/SkRandomScalerContext.cpp', | 705 'src/fonts/SkRandomScalerContext.cpp', |
1424 'src/fonts/SkRandomScalerContext.h', | 706 'src/fonts/SkRandomScalerContext.h', |
1425 'src/fonts/SkRemotableFontMgr.cpp', | 707 'src/fonts/SkRemotableFontMgr.cpp', |
1426 'src/fonts/SkTestScalerContext.cpp', | 708 'src/fonts/SkTestScalerContext.cpp', |
1427 'src/fonts/SkTestScalerContext.h', | 709 'src/fonts/SkTestScalerContext.h', |
1428 'src/gpu/GrAllocator.h', | 710 'src/gpu/GrAllocator.h', |
1429 'src/gpu/GrAtlas.cpp', | |
1430 'src/gpu/GrAtlas.h', | |
1431 'src/gpu/GrAtlasTextBlob.cpp', | 711 'src/gpu/GrAtlasTextBlob.cpp', |
1432 'src/gpu/GrAtlasTextBlob.h', | 712 'src/gpu/GrAtlasTextBlob.h', |
1433 'src/gpu/GrAtlasTextContext.cpp', | 713 'src/gpu/GrAtlasTextContext.cpp', |
1434 'src/gpu/GrAtlasTextContext.h', | 714 'src/gpu/GrAtlasTextContext.h', |
1435 'src/gpu/GrAutoLocaleSetter.h', | 715 'src/gpu/GrAutoLocaleSetter.h', |
1436 'src/gpu/GrBatchAtlas.cpp', | 716 'src/gpu/GrBatchAtlas.cpp', |
1437 'src/gpu/GrBatchAtlas.h', | 717 'src/gpu/GrBatchAtlas.h', |
1438 'src/gpu/GrBatchFlushState.cpp', | 718 'src/gpu/GrBatchFlushState.cpp', |
1439 'src/gpu/GrBatchFlushState.h', | 719 'src/gpu/GrBatchFlushState.h', |
1440 'src/gpu/GrBatchFontCache.cpp', | 720 'src/gpu/GrBatchFontCache.cpp', |
(...skipping 29 matching lines...) Expand all Loading... |
1470 'src/gpu/GrGpu.cpp', | 750 'src/gpu/GrGpu.cpp', |
1471 'src/gpu/GrGpu.h', | 751 'src/gpu/GrGpu.h', |
1472 'src/gpu/GrGpuFactory.cpp', | 752 'src/gpu/GrGpuFactory.cpp', |
1473 'src/gpu/GrGpuFactory.h', | 753 'src/gpu/GrGpuFactory.h', |
1474 'src/gpu/GrGpuResource.cpp', | 754 'src/gpu/GrGpuResource.cpp', |
1475 'src/gpu/GrGpuResourceCacheAccess.h', | 755 'src/gpu/GrGpuResourceCacheAccess.h', |
1476 'src/gpu/GrGpuResourcePriv.h', | 756 'src/gpu/GrGpuResourcePriv.h', |
1477 'src/gpu/GrGpuResourceRef.cpp', | 757 'src/gpu/GrGpuResourceRef.cpp', |
1478 'src/gpu/GrIndexBuffer.h', | 758 'src/gpu/GrIndexBuffer.h', |
1479 'src/gpu/GrInvariantOutput.cpp', | 759 'src/gpu/GrInvariantOutput.cpp', |
| 760 'src/gpu/GrLayerAtlas.cpp', |
| 761 'src/gpu/GrLayerAtlas.h', |
1480 'src/gpu/GrLayerCache.cpp', | 762 'src/gpu/GrLayerCache.cpp', |
1481 'src/gpu/GrLayerCache.h', | 763 'src/gpu/GrLayerCache.h', |
1482 'src/gpu/GrLayerHoister.cpp', | 764 'src/gpu/GrLayerHoister.cpp', |
1483 'src/gpu/GrLayerHoister.h', | 765 'src/gpu/GrLayerHoister.h', |
1484 'src/gpu/GrMemoryPool.cpp', | 766 'src/gpu/GrMemoryPool.cpp', |
1485 'src/gpu/GrMemoryPool.h', | 767 'src/gpu/GrMemoryPool.h', |
1486 'src/gpu/GrNonAtomicRef.h', | 768 'src/gpu/GrNonAtomicRef.h', |
1487 'src/gpu/GrOvalRenderer.cpp', | 769 'src/gpu/GrOvalRenderer.cpp', |
1488 'src/gpu/GrOvalRenderer.h', | 770 'src/gpu/GrOvalRenderer.h', |
1489 'src/gpu/GrPaint.cpp', | 771 'src/gpu/GrPaint.cpp', |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1654 'src/gpu/effects/GrSimpleTextureEffect.h', | 936 'src/gpu/effects/GrSimpleTextureEffect.h', |
1655 'src/gpu/effects/GrSingleTextureEffect.cpp', | 937 'src/gpu/effects/GrSingleTextureEffect.cpp', |
1656 'src/gpu/effects/GrSingleTextureEffect.h', | 938 'src/gpu/effects/GrSingleTextureEffect.h', |
1657 'src/gpu/effects/GrTextureDomain.cpp', | 939 'src/gpu/effects/GrTextureDomain.cpp', |
1658 'src/gpu/effects/GrTextureDomain.h', | 940 'src/gpu/effects/GrTextureDomain.h', |
1659 'src/gpu/effects/GrTextureStripAtlas.cpp', | 941 'src/gpu/effects/GrTextureStripAtlas.cpp', |
1660 'src/gpu/effects/GrTextureStripAtlas.h', | 942 'src/gpu/effects/GrTextureStripAtlas.h', |
1661 'src/gpu/effects/GrXfermodeFragmentProcessor.cpp', | 943 'src/gpu/effects/GrXfermodeFragmentProcessor.cpp', |
1662 'src/gpu/effects/GrYUVtoRGBEffect.cpp', | 944 'src/gpu/effects/GrYUVtoRGBEffect.cpp', |
1663 'src/gpu/effects/GrYUVtoRGBEffect.h', | 945 'src/gpu/effects/GrYUVtoRGBEffect.h', |
1664 'src/gpu/gl/GrGLAssembleInterface.cpp', | |
1665 'src/gpu/gl/GrGLAssembleInterface.h', | |
1666 'src/gpu/gl/GrGLBufferImpl.cpp', | |
1667 'src/gpu/gl/GrGLBufferImpl.h', | |
1668 'src/gpu/gl/GrGLCaps.cpp', | |
1669 'src/gpu/gl/GrGLCaps.h', | |
1670 'src/gpu/gl/GrGLContext.cpp', | |
1671 'src/gpu/gl/GrGLContext.h', | |
1672 'src/gpu/gl/GrGLCreateNullInterface.cpp', | |
1673 'src/gpu/gl/GrGLDefines.h', | |
1674 'src/gpu/gl/GrGLExtensions.cpp', | |
1675 'src/gpu/gl/GrGLFragmentProcessor.cpp', | |
1676 'src/gpu/gl/GrGLFragmentProcessor.h', | |
1677 'src/gpu/gl/GrGLGLSL.cpp', | |
1678 'src/gpu/gl/GrGLGLSL.h', | |
1679 'src/gpu/gl/GrGLGeometryProcessor.cpp', | |
1680 'src/gpu/gl/GrGLGeometryProcessor.h', | |
1681 'src/gpu/gl/GrGLGpu.cpp', | |
1682 'src/gpu/gl/GrGLGpu.h', | |
1683 'src/gpu/gl/GrGLGpuProgramCache.cpp', | |
1684 'src/gpu/gl/GrGLIRect.h', | |
1685 'src/gpu/gl/GrGLIndexBuffer.cpp', | |
1686 'src/gpu/gl/GrGLIndexBuffer.h', | |
1687 'src/gpu/gl/GrGLInterface.cpp', | |
1688 'src/gpu/gl/GrGLNameAllocator.cpp', | |
1689 'src/gpu/gl/GrGLNameAllocator.h', | |
1690 'src/gpu/gl/GrGLNoOpInterface.cpp', | |
1691 'src/gpu/gl/GrGLNoOpInterface.h', | |
1692 'src/gpu/gl/GrGLPath.cpp', | |
1693 'src/gpu/gl/GrGLPath.h', | |
1694 'src/gpu/gl/GrGLPathRange.cpp', | |
1695 'src/gpu/gl/GrGLPathRange.h', | |
1696 'src/gpu/gl/GrGLPathRendering.cpp', | |
1697 'src/gpu/gl/GrGLPathRendering.h', | |
1698 'src/gpu/gl/GrGLPrimitiveProcessor.cpp', | |
1699 'src/gpu/gl/GrGLPrimitiveProcessor.h', | |
1700 'src/gpu/gl/GrGLProgram.cpp', | |
1701 'src/gpu/gl/GrGLProgram.h', | |
1702 'src/gpu/gl/GrGLProgramDataManager.cpp', | |
1703 'src/gpu/gl/GrGLProgramDataManager.h', | |
1704 'src/gpu/gl/GrGLProgramDesc.cpp', | |
1705 'src/gpu/gl/GrGLProgramDesc.h', | |
1706 'src/gpu/gl/GrGLRenderTarget.cpp', | |
1707 'src/gpu/gl/GrGLRenderTarget.h', | |
1708 'src/gpu/gl/GrGLSLBlend.cpp', | |
1709 'src/gpu/gl/GrGLSLBlend.h', | |
1710 'src/gpu/gl/GrGLStencilAttachment.cpp', | |
1711 'src/gpu/gl/GrGLStencilAttachment.h', | |
1712 'src/gpu/gl/GrGLTexture.cpp', | |
1713 'src/gpu/gl/GrGLTexture.h', | |
1714 'src/gpu/gl/GrGLTextureRenderTarget.cpp', | |
1715 'src/gpu/gl/GrGLTextureRenderTarget.h', | |
1716 'src/gpu/gl/GrGLUtil.cpp', | |
1717 'src/gpu/gl/GrGLUtil.h', | |
1718 'src/gpu/gl/GrGLVertexArray.cpp', | |
1719 'src/gpu/gl/GrGLVertexArray.h', | |
1720 'src/gpu/gl/GrGLVertexBuffer.cpp', | |
1721 'src/gpu/gl/GrGLVertexBuffer.h', | |
1722 'src/gpu/gl/GrGLXferProcessor.cpp', | |
1723 'src/gpu/gl/GrGLXferProcessor.h', | |
1724 'src/gpu/gl/SkGLContext.cpp', | |
1725 'src/gpu/gl/SkNullGLContext.cpp', | |
1726 'src/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp', | |
1727 'src/gpu/gl/builders/GrGLFragmentShaderBuilder.h', | |
1728 'src/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', | |
1729 'src/gpu/gl/builders/GrGLGeometryShaderBuilder.h', | |
1730 'src/gpu/gl/builders/GrGLProgramBuilder.cpp', | |
1731 'src/gpu/gl/builders/GrGLProgramBuilder.h', | |
1732 'src/gpu/gl/builders/GrGLSLPrettyPrint.cpp', | |
1733 'src/gpu/gl/builders/GrGLShaderBuilder.cpp', | |
1734 'src/gpu/gl/builders/GrGLShaderBuilder.h', | |
1735 'src/gpu/gl/builders/GrGLShaderStringBuilder.cpp', | |
1736 'src/gpu/gl/builders/GrGLShaderStringBuilder.h', | |
1737 'src/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', | |
1738 'src/gpu/gl/builders/GrGLVertexShaderBuilder.h', | |
1739 'src/gpu/gl/debug/GrBufferObj.cpp', | |
1740 'src/gpu/gl/debug/GrBufferObj.h', | |
1741 'src/gpu/gl/debug/GrDebugGL.cpp', | |
1742 'src/gpu/gl/debug/GrDebugGL.h', | |
1743 'src/gpu/gl/debug/GrFBBindableObj.h', | |
1744 'src/gpu/gl/debug/GrFakeRefObj.h', | |
1745 'src/gpu/gl/debug/GrFrameBufferObj.cpp', | |
1746 'src/gpu/gl/debug/GrFrameBufferObj.h', | |
1747 'src/gpu/gl/debug/GrGLCreateDebugInterface.cpp', | |
1748 'src/gpu/gl/debug/GrProgramObj.cpp', | |
1749 'src/gpu/gl/debug/GrProgramObj.h', | |
1750 'src/gpu/gl/debug/GrRenderBufferObj.h', | |
1751 'src/gpu/gl/debug/GrShaderObj.cpp', | |
1752 'src/gpu/gl/debug/GrShaderObj.h', | |
1753 'src/gpu/gl/debug/GrTextureObj.cpp', | |
1754 'src/gpu/gl/debug/GrTextureObj.h', | |
1755 'src/gpu/gl/debug/GrTextureUnitObj.cpp', | |
1756 'src/gpu/gl/debug/GrTextureUnitObj.h', | |
1757 'src/gpu/gl/debug/GrVertexArrayObj.h', | |
1758 'src/gpu/gl/debug/SkDebugGLContext.cpp', | |
1759 'src/gpu/gl/debug/SkDebugGLContext.h', | |
1760 'src/gpu/glsl/GrGLSL.cpp', | |
1761 'src/gpu/glsl/GrGLSL.h', | |
1762 'src/gpu/glsl/GrGLSLCaps.cpp', | |
1763 'src/gpu/glsl/GrGLSLCaps.h', | |
1764 'src/gpu/glsl/GrGLSLProcessorTypes.h', | |
1765 'src/gpu/glsl/GrGLSLProgramDataManager.h', | |
1766 'src/gpu/glsl/GrGLSLShaderVar.h', | |
1767 'src/gpu/glsl/GrGLSLTextureSampler.h', | |
1768 'src/gpu/glsl/GrGLSL_impl.h', | |
1769 'src/image/SkImage.cpp', | 946 'src/image/SkImage.cpp', |
1770 'src/image/SkImagePriv.h', | 947 'src/image/SkImagePriv.h', |
1771 'src/image/SkImageShader.cpp', | 948 'src/image/SkImageShader.cpp', |
1772 'src/image/SkImageShader.h', | 949 'src/image/SkImageShader.h', |
1773 'src/image/SkImage_Base.h', | 950 'src/image/SkImage_Base.h', |
1774 'src/image/SkImage_Generator.cpp', | 951 'src/image/SkImage_Generator.cpp', |
1775 'src/image/SkImage_Gpu.cpp', | 952 'src/image/SkImage_Gpu.cpp', |
1776 'src/image/SkImage_Gpu.h', | 953 'src/image/SkImage_Gpu.h', |
1777 'src/image/SkImage_Raster.cpp', | 954 'src/image/SkImage_Raster.cpp', |
1778 'src/image/SkReadPixelsRec.h', | 955 'src/image/SkReadPixelsRec.h', |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1955 'src/utils/SkDashPath.cpp', | 1132 'src/utils/SkDashPath.cpp', |
1956 'src/utils/SkDashPathPriv.h', | 1133 'src/utils/SkDashPathPriv.h', |
1957 'src/utils/SkDumpCanvas.cpp', | 1134 'src/utils/SkDumpCanvas.cpp', |
1958 'src/utils/SkEventTracer.cpp', | 1135 'src/utils/SkEventTracer.cpp', |
1959 'src/utils/SkFloatUtils.h', | 1136 'src/utils/SkFloatUtils.h', |
1960 'src/utils/SkFrontBufferedStream.cpp', | 1137 'src/utils/SkFrontBufferedStream.cpp', |
1961 'src/utils/SkImageGeneratorUtils.cpp', | 1138 'src/utils/SkImageGeneratorUtils.cpp', |
1962 'src/utils/SkImageGeneratorUtils.h', | 1139 'src/utils/SkImageGeneratorUtils.h', |
1963 'src/utils/SkInterpolator.cpp', | 1140 'src/utils/SkInterpolator.cpp', |
1964 'src/utils/SkLayer.cpp', | 1141 'src/utils/SkLayer.cpp', |
1965 'src/utils/SkLua.cpp', | |
1966 'src/utils/SkLuaCanvas.cpp', | |
1967 'src/utils/SkMD5.cpp', | 1142 'src/utils/SkMD5.cpp', |
1968 'src/utils/SkMD5.h', | 1143 'src/utils/SkMD5.h', |
1969 'src/utils/SkMatrix22.cpp', | 1144 'src/utils/SkMatrix22.cpp', |
1970 'src/utils/SkMatrix22.h', | 1145 'src/utils/SkMatrix22.h', |
1971 'src/utils/SkMatrix44.cpp', | 1146 'src/utils/SkMatrix44.cpp', |
1972 'src/utils/SkMeshUtils.cpp', | 1147 'src/utils/SkMeshUtils.cpp', |
1973 'src/utils/SkNWayCanvas.cpp', | 1148 'src/utils/SkNWayCanvas.cpp', |
1974 'src/utils/SkNinePatch.cpp', | 1149 'src/utils/SkNinePatch.cpp', |
1975 'src/utils/SkNullCanvas.cpp', | 1150 'src/utils/SkNullCanvas.cpp', |
1976 'src/utils/SkOSFile.cpp', | 1151 'src/utils/SkOSFile.cpp', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2010 'src/utils/debugger/SkDrawCommand.h', | 1185 'src/utils/debugger/SkDrawCommand.h', |
2011 'src/utils/debugger/SkObjectParser.cpp', | 1186 'src/utils/debugger/SkObjectParser.cpp', |
2012 'src/utils/debugger/SkObjectParser.h', | 1187 'src/utils/debugger/SkObjectParser.h', |
2013 'src/xml/SkDOM.cpp', | 1188 'src/xml/SkDOM.cpp', |
2014 'src/xml/SkXMLParser.cpp', | 1189 'src/xml/SkXMLParser.cpp', |
2015 'src/xml/SkXMLWriter.cpp', | 1190 'src/xml/SkXMLWriter.cpp', |
2016 'third_party/etc1/etc1.cpp', | 1191 'third_party/etc1/etc1.cpp', |
2017 'third_party/etc1/etc1.h', | 1192 'third_party/etc1/etc1.h', |
2018 'third_party/ktx/ktx.cpp', | 1193 'third_party/ktx/ktx.cpp', |
2019 'third_party/ktx/ktx.h'] | 1194 'third_party/ktx/ktx.h'] |
2020 SRCS_ANDROID = ['src/gpu/gl/GrGLDefaultInterface_none.cpp', | 1195 BASE_SRCS_ANDROID = ['src/opts/Sk4px_NEON.h', |
2021 'src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp', | 1196 'src/opts/Sk4px_none.h', |
| 1197 'src/opts/SkBitmapProcState_arm_neon.cpp', |
| 1198 'src/opts/SkBitmapProcState_filter_neon.h', |
| 1199 'src/opts/SkBitmapProcState_matrixProcs_neon.cpp', |
| 1200 'src/opts/SkBitmapProcState_matrix_neon.h', |
| 1201 'src/opts/SkBitmapProcState_opts_arm.cpp', |
| 1202 'src/opts/SkBlitMask_opts.h', |
| 1203 'src/opts/SkBlitMask_opts_arm.cpp', |
| 1204 'src/opts/SkBlitMask_opts_arm_neon.cpp', |
| 1205 'src/opts/SkBlitMask_opts_arm_neon.h', |
| 1206 'src/opts/SkBlitRow_opts.h', |
| 1207 'src/opts/SkBlitRow_opts_arm.cpp', |
| 1208 'src/opts/SkBlitRow_opts_arm_neon.cpp', |
| 1209 'src/opts/SkBlitRow_opts_arm_neon.h', |
| 1210 'src/opts/SkBlurImageFilter_opts.h', |
| 1211 'src/opts/SkColorCubeFilter_opts.h', |
| 1212 'src/opts/SkColor_opts_neon.h', |
| 1213 'src/opts/SkFloatingPoint_opts.h', |
| 1214 'src/opts/SkMatrix_opts.h', |
| 1215 'src/opts/SkMorphologyImageFilter_opts.h', |
| 1216 'src/opts/SkNx_neon.h', |
| 1217 'src/opts/SkNx_sse.h', |
| 1218 'src/opts/SkOpts_neon.cpp', |
| 1219 'src/opts/SkTextureCompressor_opts.h', |
| 1220 'src/opts/SkUtils_opts.h', |
| 1221 'src/opts/SkXfermode_opts.h', |
| 1222 'src/ports/SkDebug_android.cpp', |
| 1223 'src/ports/SkDiscardableMemory_none.cpp', |
| 1224 'src/ports/SkFontHost_FreeType.cpp', |
| 1225 'src/ports/SkFontHost_FreeType_common.cpp', |
| 1226 'src/ports/SkFontHost_FreeType_common.h', |
| 1227 'src/ports/SkFontMgr_android.cpp', |
| 1228 'src/ports/SkFontMgr_android_factory.cpp', |
| 1229 'src/ports/SkFontMgr_android_parser.cpp', |
| 1230 'src/ports/SkFontMgr_android_parser.h', |
| 1231 'src/ports/SkFontMgr_custom.cpp', |
| 1232 'src/ports/SkGlobalInitialization_default.cpp', |
| 1233 'src/ports/SkImageGenerator_skia.cpp', |
| 1234 'src/ports/SkMemory_malloc.cpp', |
| 1235 'src/ports/SkOSFile_posix.cpp', |
| 1236 'src/ports/SkOSFile_stdio.cpp', |
| 1237 'src/ports/SkOSLibrary.h', |
| 1238 'src/ports/SkOSLibrary_posix.cpp', |
| 1239 'src/ports/SkTLS_pthread.cpp', |
| 1240 'src/ports/SkTime_Unix.cpp'] |
| 1241 BASE_SRCS_IOS = ['src/opts/Sk4px_none.h', |
| 1242 'src/opts/SkBitmapProcState_opts_arm.cpp', |
| 1243 'src/opts/SkBlitMask_opts.h', |
| 1244 'src/opts/SkBlitMask_opts_arm.cpp', |
| 1245 'src/opts/SkBlitRow_opts.h', |
| 1246 'src/opts/SkBlitRow_opts_arm.cpp', |
| 1247 'src/opts/SkBlurImageFilter_opts.h', |
| 1248 'src/opts/SkColorCubeFilter_opts.h', |
| 1249 'src/opts/SkFloatingPoint_opts.h', |
| 1250 'src/opts/SkMatrix_opts.h', |
| 1251 'src/opts/SkMorphologyImageFilter_opts.h', |
| 1252 'src/opts/SkNx_sse.h', |
| 1253 'src/opts/SkTextureCompressor_opts.h', |
| 1254 'src/opts/SkUtils_opts.h', |
| 1255 'src/opts/SkXfermode_opts.h', |
| 1256 'src/ports/SkDiscardableMemory_none.cpp', |
| 1257 'src/ports/SkFontHost_mac.cpp', |
| 1258 'src/ports/SkGlobalInitialization_default.cpp', |
| 1259 'src/ports/SkImageGenerator_skia.cpp', |
| 1260 'src/ports/SkMemory_malloc.cpp', |
| 1261 'src/ports/SkOSFile_posix.cpp', |
| 1262 'src/ports/SkOSFile_stdio.cpp', |
| 1263 'src/ports/SkOSLibrary.h', |
| 1264 'src/ports/SkOSLibrary_posix.cpp', |
| 1265 'src/ports/SkTLS_pthread.cpp', |
| 1266 'src/ports/SkTime_Unix.cpp'] |
| 1267 BASE_SRCS_PLATFORM = ['*** BEGIN CONDITION_IOS ***', |
| 1268 'src/opts/Sk4px_none.h', |
| 1269 'src/opts/SkBitmapProcState_opts_arm.cpp', |
| 1270 'src/opts/SkBlitMask_opts.h', |
| 1271 'src/opts/SkBlitMask_opts_arm.cpp', |
| 1272 'src/opts/SkBlitRow_opts.h', |
| 1273 'src/opts/SkBlitRow_opts_arm.cpp', |
| 1274 'src/opts/SkBlurImageFilter_opts.h', |
| 1275 'src/opts/SkColorCubeFilter_opts.h', |
| 1276 'src/opts/SkFloatingPoint_opts.h', |
| 1277 'src/opts/SkMatrix_opts.h', |
| 1278 'src/opts/SkMorphologyImageFilter_opts.h', |
| 1279 'src/opts/SkNx_sse.h', |
| 1280 'src/opts/SkTextureCompressor_opts.h', |
| 1281 'src/opts/SkUtils_opts.h', |
| 1282 'src/opts/SkXfermode_opts.h', |
| 1283 'src/ports/SkDiscardableMemory_none.cpp', |
| 1284 'src/ports/SkFontHost_mac.cpp', |
| 1285 'src/ports/SkGlobalInitialization_default.cpp', |
| 1286 'src/ports/SkImageGenerator_skia.cpp', |
| 1287 'src/ports/SkMemory_malloc.cpp', |
| 1288 'src/ports/SkOSFile_posix.cpp', |
| 1289 'src/ports/SkOSFile_stdio.cpp', |
| 1290 'src/ports/SkOSLibrary.h', |
| 1291 'src/ports/SkOSLibrary_posix.cpp', |
| 1292 'src/ports/SkTLS_pthread.cpp', |
| 1293 'src/ports/SkTime_Unix.cpp', |
| 1294 '*** END CONDITION_IOS ***', |
| 1295 '*** BEGIN //conditions:default ***', |
| 1296 'src/opts/Sk4px_SSE2.h', |
| 1297 'src/opts/Sk4px_none.h', |
| 1298 'src/opts/SkBitmapFilter_opts_SSE2.cpp', |
| 1299 'src/opts/SkBitmapFilter_opts_SSE2.h', |
| 1300 'src/opts/SkBitmapProcState_opts_SSE2.cpp', |
| 1301 'src/opts/SkBitmapProcState_opts_SSE2.h', |
| 1302 'src/opts/SkBlitMask_opts.h', |
| 1303 'src/opts/SkBlitRow_opts.h', |
| 1304 'src/opts/SkBlitRow_opts_SSE2.cpp', |
| 1305 'src/opts/SkBlitRow_opts_SSE2.h', |
| 1306 'src/opts/SkBlurImageFilter_opts.h', |
| 1307 'src/opts/SkColorCubeFilter_opts.h', |
| 1308 'src/opts/SkColor_opts_SSE2.h', |
| 1309 'src/opts/SkFloatingPoint_opts.h', |
| 1310 'src/opts/SkMatrix_opts.h', |
| 1311 'src/opts/SkMorphologyImageFilter_opts.h', |
| 1312 'src/opts/SkNx_sse.h', |
| 1313 'src/opts/SkTextureCompressor_opts.h', |
| 1314 'src/opts/SkUtils_opts.h', |
| 1315 'src/opts/SkXfermode_opts.h', |
| 1316 'src/opts/opts_check_x86.cpp', |
| 1317 'src/ports/SkDebug_stdio.cpp', |
| 1318 'src/ports/SkDiscardableMemory_none.cpp', |
| 1319 'src/ports/SkFontHost_FreeType.cpp', |
| 1320 'src/ports/SkFontHost_FreeType_common.cpp', |
| 1321 'src/ports/SkFontHost_FreeType_common.h', |
| 1322 'src/ports/SkFontMgr_custom.cpp', |
| 1323 'src/ports/SkFontMgr_custom_directory_factory.cpp', |
| 1324 'src/ports/SkGlobalInitialization_default.cpp', |
| 1325 'src/ports/SkImageGenerator_skia.cpp', |
| 1326 'src/ports/SkMemory_malloc.cpp', |
| 1327 'src/ports/SkOSFile_posix.cpp', |
| 1328 'src/ports/SkOSFile_stdio.cpp', |
| 1329 'src/ports/SkOSLibrary.h', |
| 1330 'src/ports/SkOSLibrary_posix.cpp', |
| 1331 'src/ports/SkTLS_pthread.cpp', |
| 1332 'src/ports/SkTime_Unix.cpp', |
| 1333 '*** END //conditions:default ***', |
| 1334 '*** BEGIN CONDITION_ANDROID ***', |
2022 'src/opts/Sk4px_NEON.h', | 1335 'src/opts/Sk4px_NEON.h', |
2023 'src/opts/Sk4px_none.h', | 1336 'src/opts/Sk4px_none.h', |
2024 'src/opts/SkBitmapProcState_arm_neon.cpp', | 1337 'src/opts/SkBitmapProcState_arm_neon.cpp', |
2025 'src/opts/SkBitmapProcState_filter_neon.h', | 1338 'src/opts/SkBitmapProcState_filter_neon.h', |
2026 'src/opts/SkBitmapProcState_matrixProcs_neon.cpp', | 1339 'src/opts/SkBitmapProcState_matrixProcs_neon.cpp', |
2027 'src/opts/SkBitmapProcState_matrix_neon.h', | 1340 'src/opts/SkBitmapProcState_matrix_neon.h', |
2028 'src/opts/SkBitmapProcState_opts_arm.cpp', | 1341 'src/opts/SkBitmapProcState_opts_arm.cpp', |
2029 'src/opts/SkBlitMask_opts.h', | 1342 'src/opts/SkBlitMask_opts.h', |
2030 'src/opts/SkBlitMask_opts_arm.cpp', | 1343 'src/opts/SkBlitMask_opts_arm.cpp', |
2031 'src/opts/SkBlitMask_opts_arm_neon.cpp', | 1344 'src/opts/SkBlitMask_opts_arm_neon.cpp', |
(...skipping 25 matching lines...) Expand all Loading... |
2057 'src/ports/SkFontMgr_android_parser.h', | 1370 'src/ports/SkFontMgr_android_parser.h', |
2058 'src/ports/SkFontMgr_custom.cpp', | 1371 'src/ports/SkFontMgr_custom.cpp', |
2059 'src/ports/SkGlobalInitialization_default.cpp', | 1372 'src/ports/SkGlobalInitialization_default.cpp', |
2060 'src/ports/SkImageGenerator_skia.cpp', | 1373 'src/ports/SkImageGenerator_skia.cpp', |
2061 'src/ports/SkMemory_malloc.cpp', | 1374 'src/ports/SkMemory_malloc.cpp', |
2062 'src/ports/SkOSFile_posix.cpp', | 1375 'src/ports/SkOSFile_posix.cpp', |
2063 'src/ports/SkOSFile_stdio.cpp', | 1376 'src/ports/SkOSFile_stdio.cpp', |
2064 'src/ports/SkOSLibrary.h', | 1377 'src/ports/SkOSLibrary.h', |
2065 'src/ports/SkOSLibrary_posix.cpp', | 1378 'src/ports/SkOSLibrary_posix.cpp', |
2066 'src/ports/SkTLS_pthread.cpp', | 1379 'src/ports/SkTLS_pthread.cpp', |
2067 'src/ports/SkTime_Unix.cpp'] | 1380 'src/ports/SkTime_Unix.cpp', |
2068 SRCS_SSE4 = ['src/opts/SkBlitRow_opts_SSE4.cpp', 'src/opts/SkOpts_sse41.cpp'] | 1381 '*** END CONDITION_ANDROID ***'] |
2069 SRCS_SSSE3 = ['src/opts/SkBitmapProcState_opts_SSSE3.cpp', 'src/opts/SkOpts_ssse
3.cpp'] | 1382 BASE_SRCS_UNIX = ['src/opts/Sk4px_SSE2.h', |
2070 SRCS_UNIX = ['src/gpu/gl/GrGLDefaultInterface_native.cpp', | |
2071 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | |
2072 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', | |
2073 'src/opts/Sk4px_SSE2.h', | |
2074 'src/opts/Sk4px_none.h', | 1383 'src/opts/Sk4px_none.h', |
2075 'src/opts/SkBitmapFilter_opts_SSE2.cpp', | 1384 'src/opts/SkBitmapFilter_opts_SSE2.cpp', |
2076 'src/opts/SkBitmapFilter_opts_SSE2.h', | 1385 'src/opts/SkBitmapFilter_opts_SSE2.h', |
2077 'src/opts/SkBitmapProcState_opts_SSE2.cpp', | 1386 'src/opts/SkBitmapProcState_opts_SSE2.cpp', |
2078 'src/opts/SkBitmapProcState_opts_SSE2.h', | 1387 'src/opts/SkBitmapProcState_opts_SSE2.h', |
2079 'src/opts/SkBlitMask_opts.h', | 1388 'src/opts/SkBlitMask_opts.h', |
2080 'src/opts/SkBlitRow_opts.h', | 1389 'src/opts/SkBlitRow_opts.h', |
2081 'src/opts/SkBlitRow_opts_SSE2.cpp', | 1390 'src/opts/SkBlitRow_opts_SSE2.cpp', |
2082 'src/opts/SkBlitRow_opts_SSE2.h', | 1391 'src/opts/SkBlitRow_opts_SSE2.h', |
2083 'src/opts/SkBlurImageFilter_opts.h', | 1392 'src/opts/SkBlurImageFilter_opts.h', |
(...skipping 16 matching lines...) Expand all Loading... |
2100 'src/ports/SkFontMgr_custom_directory_factory.cpp', | 1409 'src/ports/SkFontMgr_custom_directory_factory.cpp', |
2101 'src/ports/SkGlobalInitialization_default.cpp', | 1410 'src/ports/SkGlobalInitialization_default.cpp', |
2102 'src/ports/SkImageGenerator_skia.cpp', | 1411 'src/ports/SkImageGenerator_skia.cpp', |
2103 'src/ports/SkMemory_malloc.cpp', | 1412 'src/ports/SkMemory_malloc.cpp', |
2104 'src/ports/SkOSFile_posix.cpp', | 1413 'src/ports/SkOSFile_posix.cpp', |
2105 'src/ports/SkOSFile_stdio.cpp', | 1414 'src/ports/SkOSFile_stdio.cpp', |
2106 'src/ports/SkOSLibrary.h', | 1415 'src/ports/SkOSLibrary.h', |
2107 'src/ports/SkOSLibrary_posix.cpp', | 1416 'src/ports/SkOSLibrary_posix.cpp', |
2108 'src/ports/SkTLS_pthread.cpp', | 1417 'src/ports/SkTLS_pthread.cpp', |
2109 'src/ports/SkTime_Unix.cpp'] | 1418 'src/ports/SkTime_Unix.cpp'] |
| 1419 COPTS = ['*** BEGIN CONDITION_IOS ***', |
| 1420 '*** END CONDITION_IOS ***', |
| 1421 '*** BEGIN //conditions:default ***', |
| 1422 '-Wno-implicit-fallthrough', |
| 1423 '-Wno-deprecated-declarations', |
| 1424 '*** END //conditions:default ***', |
| 1425 '*** BEGIN CONDITION_ANDROID ***', |
| 1426 '-mfpu=neon', |
| 1427 '*** END CONDITION_ANDROID ***'] |
| 1428 COPTS_ANDROID = ['-mfpu=neon'] |
| 1429 COPTS_IOS = [] |
| 1430 COPTS_UNIX = ['-Wno-implicit-fallthrough', '-Wno-deprecated-declarations'] |
| 1431 DEFINES = ['*** BEGIN CONDITION_IOS ***', |
| 1432 'SK_BUILD_FOR_IOS', |
| 1433 'SK_IGNORE_ETC1_SUPPORT', |
| 1434 '*** END CONDITION_IOS ***', |
| 1435 '*** BEGIN //conditions:default ***', |
| 1436 'SK_BUILD_FOR_UNIX', |
| 1437 'SK_SAMPLES_FOR_X', |
| 1438 '*** END //conditions:default ***', |
| 1439 '*** BEGIN CONDITION_ANDROID ***', |
| 1440 'SK_BUILD_FOR_ANDROID', |
| 1441 'SK_PNG_NO_INDEX_SUPPORTED', |
| 1442 '*** END CONDITION_ANDROID ***', |
| 1443 'SK_USE_FLOATBITS', |
| 1444 'SK_USE_FREETYPE_EMBOLDEN', |
| 1445 'GOOGLE3'] |
| 1446 DEFINES_ALL = ['SK_USE_FLOATBITS', 'SK_USE_FREETYPE_EMBOLDEN', 'GOOGLE3'] |
| 1447 DEFINES_ANDROID = ['SK_BUILD_FOR_ANDROID', 'SK_PNG_NO_INDEX_SUPPORTED'] |
| 1448 DEFINES_IOS = ['SK_BUILD_FOR_IOS', 'SK_IGNORE_ETC1_SUPPORT'] |
| 1449 DEFINES_UNIX = ['SK_BUILD_FOR_UNIX', 'SK_SAMPLES_FOR_X'] |
| 1450 DM_INCLUDES = ['gm', |
| 1451 'src/codec', |
| 1452 'src/effects', |
| 1453 'src/fonts', |
| 1454 'src/pathops', |
| 1455 'src/pipe/utils', |
| 1456 'src/ports', |
| 1457 'src/utils/debugger', |
| 1458 'tests', |
| 1459 'tools', |
| 1460 'tools/flags', |
| 1461 'tools/timer'] |
| 1462 DM_PLATFORM_SRCS = ['*** BEGIN //conditions:default ***', |
| 1463 '*** END //conditions:default ***', |
| 1464 '*** BEGIN CONDITION_ANDROID ***', |
| 1465 'tests/FontMgrAndroidParserTest.cpp', |
| 1466 '*** END CONDITION_ANDROID ***'] |
| 1467 DM_SRCS = ['dm/DM.cpp', |
| 1468 'dm/DMGpuSupport.h', |
| 1469 'dm/DMJsonWriter.cpp', |
| 1470 'dm/DMJsonWriter.h', |
| 1471 'dm/DMSrcSink.cpp', |
| 1472 'dm/DMSrcSink.h', |
| 1473 'dm/DMSrcSinkAndroid.h', |
| 1474 'gm/SkAnimTimer.h', |
| 1475 'gm/aaclip.cpp', |
| 1476 'gm/aarectmodes.cpp', |
| 1477 'gm/aaxfermodes.cpp', |
| 1478 'gm/addarc.cpp', |
| 1479 'gm/all_bitmap_configs.cpp', |
| 1480 'gm/alphagradients.cpp', |
| 1481 'gm/anisotropic.cpp', |
| 1482 'gm/annotated_text.cpp', |
| 1483 'gm/arcofzorro.cpp', |
| 1484 'gm/arithmode.cpp', |
| 1485 'gm/astcbitmap.cpp', |
| 1486 'gm/badpaint.cpp', |
| 1487 'gm/beziereffects.cpp', |
| 1488 'gm/beziers.cpp', |
| 1489 'gm/bigblurs.cpp', |
| 1490 'gm/bigmatrix.cpp', |
| 1491 'gm/bigrrectaaeffect.cpp', |
| 1492 'gm/bigtext.cpp', |
| 1493 'gm/bigtileimagefilter.cpp', |
| 1494 'gm/bitmapcopy.cpp', |
| 1495 'gm/bitmapfilters.cpp', |
| 1496 'gm/bitmappremul.cpp', |
| 1497 'gm/bitmaprect.cpp', |
| 1498 'gm/bitmaprecttest.cpp', |
| 1499 'gm/bitmapshader.cpp', |
| 1500 'gm/bleed.cpp', |
| 1501 'gm/blend.cpp', |
| 1502 'gm/blurcircles.cpp', |
| 1503 'gm/blurquickreject.cpp', |
| 1504 'gm/blurrect.cpp', |
| 1505 'gm/blurroundrect.cpp', |
| 1506 'gm/blurs.cpp', |
| 1507 'gm/bmpfilterqualityrepeat.cpp', |
| 1508 'gm/cgm.c', |
| 1509 'gm/cgms.cpp', |
| 1510 'gm/circles.cpp', |
| 1511 'gm/circularclips.cpp', |
| 1512 'gm/clip_strokerect.cpp', |
| 1513 'gm/clipdrawdraw.cpp', |
| 1514 'gm/clippedbitmapshaders.cpp', |
| 1515 'gm/cmykjpeg.cpp', |
| 1516 'gm/colorcube.cpp', |
| 1517 'gm/coloremoji.cpp', |
| 1518 'gm/colorfilterimagefilter.cpp', |
| 1519 'gm/colorfilters.cpp', |
| 1520 'gm/colormatrix.cpp', |
| 1521 'gm/colortype.cpp', |
| 1522 'gm/colortypexfermode.cpp', |
| 1523 'gm/colorwheel.cpp', |
| 1524 'gm/complexclip.cpp', |
| 1525 'gm/complexclip2.cpp', |
| 1526 'gm/complexclip3.cpp', |
| 1527 'gm/composeshader.cpp', |
| 1528 'gm/concavepaths.cpp', |
| 1529 'gm/conicpaths.cpp', |
| 1530 'gm/constcolorprocessor.cpp', |
| 1531 'gm/convex_all_line_paths.cpp', |
| 1532 'gm/convexpaths.cpp', |
| 1533 'gm/convexpolyclip.cpp', |
| 1534 'gm/convexpolyeffect.cpp', |
| 1535 'gm/copyTo4444.cpp', |
| 1536 'gm/cubicpaths.cpp', |
| 1537 'gm/dashcubics.cpp', |
| 1538 'gm/dashing.cpp', |
| 1539 'gm/dcshader.cpp', |
| 1540 'gm/degeneratesegments.cpp', |
| 1541 'gm/dftext.cpp', |
| 1542 'gm/discard.cpp', |
| 1543 'gm/displacement.cpp', |
| 1544 'gm/distantclip.cpp', |
| 1545 'gm/downsamplebitmap.cpp', |
| 1546 'gm/draw_bitmap_rect_skbug4374.cpp', |
| 1547 'gm/drawable.cpp', |
| 1548 'gm/drawatlas.cpp', |
| 1549 'gm/drawatlascolor.cpp', |
| 1550 'gm/drawbitmaprect.cpp', |
| 1551 'gm/drawfilter.cpp', |
| 1552 'gm/drawlooper.cpp', |
| 1553 'gm/drawminibitmaprect.cpp', |
| 1554 'gm/dropshadowimagefilter.cpp', |
| 1555 'gm/drrect.cpp', |
| 1556 'gm/dstreadshuffle.cpp', |
| 1557 'gm/emboss.cpp', |
| 1558 'gm/emptypath.cpp', |
| 1559 'gm/etc1bitmap.cpp', |
| 1560 'gm/extractbitmap.cpp', |
| 1561 'gm/factory.cpp', |
| 1562 'gm/fadefilter.cpp', |
| 1563 'gm/fatpathfill.cpp', |
| 1564 'gm/filltypes.cpp', |
| 1565 'gm/filltypespersp.cpp', |
| 1566 'gm/filterbitmap.cpp', |
| 1567 'gm/filterfastbounds.cpp', |
| 1568 'gm/filterindiabox.cpp', |
| 1569 'gm/fontcache.cpp', |
| 1570 'gm/fontmgr.cpp', |
| 1571 'gm/fontscaler.cpp', |
| 1572 'gm/fontscalerdistortable.cpp', |
| 1573 'gm/gammatext.cpp', |
| 1574 'gm/getpostextpath.cpp', |
| 1575 'gm/giantbitmap.cpp', |
| 1576 'gm/glyph_pos.cpp', |
| 1577 'gm/glyph_pos_align.cpp', |
| 1578 'gm/gm.cpp', |
| 1579 'gm/gm.h', |
| 1580 'gm/gm_expectations.h', |
| 1581 'gm/gradientDirtyLaundry.cpp', |
| 1582 'gm/gradient_matrix.cpp', |
| 1583 'gm/gradients.cpp', |
| 1584 'gm/gradients_2pt_conical.cpp', |
| 1585 'gm/gradients_no_texture.cpp', |
| 1586 'gm/gradtext.cpp', |
| 1587 'gm/grayscalejpg.cpp', |
| 1588 'gm/hairlines.cpp', |
| 1589 'gm/hairmodes.cpp', |
| 1590 'gm/hittestpath.cpp', |
| 1591 'gm/image.cpp', |
| 1592 'gm/image.h', |
| 1593 'gm/image_pict.cpp', |
| 1594 'gm/image_shader.cpp', |
| 1595 'gm/imagealphathreshold.cpp', |
| 1596 'gm/imageblur.cpp', |
| 1597 'gm/imageblur2.cpp', |
| 1598 'gm/imageblurtiled.cpp', |
| 1599 'gm/imagefilters.cpp', |
| 1600 'gm/imagefiltersbase.cpp', |
| 1601 'gm/imagefiltersclipped.cpp', |
| 1602 'gm/imagefilterscropexpand.cpp', |
| 1603 'gm/imagefilterscropped.cpp', |
| 1604 'gm/imagefiltersgraph.cpp', |
| 1605 'gm/imagefiltersscaled.cpp', |
| 1606 'gm/imagefiltersstroked.cpp', |
| 1607 'gm/imagefilterstransformed.cpp', |
| 1608 'gm/imagefromyuvtextures.cpp', |
| 1609 'gm/imagemagnifier.cpp', |
| 1610 'gm/imageresizetiled.cpp', |
| 1611 'gm/imagesource.cpp', |
| 1612 'gm/imagesource2.cpp', |
| 1613 'gm/internal_links.cpp', |
| 1614 'gm/inversepaths.cpp', |
| 1615 'gm/largeglyphblur.cpp', |
| 1616 'gm/lcdblendmodes.cpp', |
| 1617 'gm/lcdoverlap.cpp', |
| 1618 'gm/lcdtext.cpp', |
| 1619 'gm/lerpmode.cpp', |
| 1620 'gm/lighting.cpp', |
| 1621 'gm/lightingshader.cpp', |
| 1622 'gm/linepaths.cpp', |
| 1623 'gm/localmatriximagefilter.cpp', |
| 1624 'gm/lumafilter.cpp', |
| 1625 'gm/matrixconvolution.cpp', |
| 1626 'gm/matriximagefilter.cpp', |
| 1627 'gm/megalooper.cpp', |
| 1628 'gm/mipmap.cpp', |
| 1629 'gm/mixedtextblobs.cpp', |
| 1630 'gm/modecolorfilters.cpp', |
| 1631 'gm/morphology.cpp', |
| 1632 'gm/multipicturedraw.cpp', |
| 1633 'gm/nested.cpp', |
| 1634 'gm/ninepatchstretch.cpp', |
| 1635 'gm/nonclosedpaths.cpp', |
| 1636 'gm/offsetimagefilter.cpp', |
| 1637 'gm/ovals.cpp', |
| 1638 'gm/patch.cpp', |
| 1639 'gm/patchgrid.cpp', |
| 1640 'gm/path_stroke_with_zero_length.cpp', |
| 1641 'gm/patheffects.cpp', |
| 1642 'gm/pathfill.cpp', |
| 1643 'gm/pathinterior.cpp', |
| 1644 'gm/pathopsinverse.cpp', |
| 1645 'gm/pathopsskpclip.cpp', |
| 1646 'gm/pathreverse.cpp', |
| 1647 'gm/pdf_never_embed.cpp', |
| 1648 'gm/peekpixels.cpp', |
| 1649 'gm/perlinnoise.cpp', |
| 1650 'gm/perspshaders.cpp', |
| 1651 'gm/picture.cpp', |
| 1652 'gm/pictureimagefilter.cpp', |
| 1653 'gm/pictureimagegenerator.cpp', |
| 1654 'gm/pictureshader.cpp', |
| 1655 'gm/pictureshadertile.cpp', |
| 1656 'gm/pixelsnap.cpp', |
| 1657 'gm/plus.cpp', |
| 1658 'gm/points.cpp', |
| 1659 'gm/poly2poly.cpp', |
| 1660 'gm/polygons.cpp', |
| 1661 'gm/quadpaths.cpp', |
| 1662 'gm/recordopts.cpp', |
| 1663 'gm/rects.cpp', |
| 1664 'gm/repeated_bitmap.cpp', |
| 1665 'gm/resizeimagefilter.cpp', |
| 1666 'gm/roundrects.cpp', |
| 1667 'gm/rrect.cpp', |
| 1668 'gm/rrects.cpp', |
| 1669 'gm/samplerstress.cpp', |
| 1670 'gm/scaledstrokes.cpp', |
| 1671 'gm/selftest.cpp', |
| 1672 'gm/shaderbounds.cpp', |
| 1673 'gm/shadertext.cpp', |
| 1674 'gm/shadertext2.cpp', |
| 1675 'gm/shadertext3.cpp', |
| 1676 'gm/shadows.cpp', |
| 1677 'gm/shallowgradient.cpp', |
| 1678 'gm/simpleaaclip.cpp', |
| 1679 'gm/skbug1719.cpp', |
| 1680 'gm/smallarc.cpp', |
| 1681 'gm/smallimage.cpp', |
| 1682 'gm/spritebitmap.cpp', |
| 1683 'gm/srcmode.cpp', |
| 1684 'gm/stlouisarch.cpp', |
| 1685 'gm/stringart.cpp', |
| 1686 'gm/strokefill.cpp', |
| 1687 'gm/strokerect.cpp', |
| 1688 'gm/strokerects.cpp', |
| 1689 'gm/strokes.cpp', |
| 1690 'gm/stroketext.cpp', |
| 1691 'gm/surface.cpp', |
| 1692 'gm/tablecolorfilter.cpp', |
| 1693 'gm/tallstretchedbitmaps.cpp', |
| 1694 'gm/testimagefilters.cpp', |
| 1695 'gm/texdata.cpp', |
| 1696 'gm/textblob.cpp', |
| 1697 'gm/textblobcolortrans.cpp', |
| 1698 'gm/textblobgeometrychange.cpp', |
| 1699 'gm/textbloblooper.cpp', |
| 1700 'gm/textblobmixedsizes.cpp', |
| 1701 'gm/textblobrandomfont.cpp', |
| 1702 'gm/textblobshader.cpp', |
| 1703 'gm/textblobtransforms.cpp', |
| 1704 'gm/textblobuseaftergpufree.cpp', |
| 1705 'gm/texteffects.cpp', |
| 1706 'gm/texturedomaineffect.cpp', |
| 1707 'gm/thinrects.cpp', |
| 1708 'gm/thinstrokedrects.cpp', |
| 1709 'gm/tiledscaledbitmap.cpp', |
| 1710 'gm/tileimagefilter.cpp', |
| 1711 'gm/tilemodes.cpp', |
| 1712 'gm/tilemodes_scaled.cpp', |
| 1713 'gm/tinybitmap.cpp', |
| 1714 'gm/transparency.cpp', |
| 1715 'gm/typeface.cpp', |
| 1716 'gm/variedtext.cpp', |
| 1717 'gm/vertices.cpp', |
| 1718 'gm/verttext.cpp', |
| 1719 'gm/verttext2.cpp', |
| 1720 'gm/verylargebitmap.cpp', |
| 1721 'gm/xfermodeimagefilter.cpp', |
| 1722 'gm/xfermodes.cpp', |
| 1723 'gm/xfermodes2.cpp', |
| 1724 'gm/xfermodes3.cpp', |
| 1725 'gm/yuvtorgbeffect.cpp', |
| 1726 'tests/AAClipTest.cpp', |
| 1727 'tests/ARGBImageEncoderTest.cpp', |
| 1728 'tests/AnnotationTest.cpp', |
| 1729 'tests/AsADashTest.cpp', |
| 1730 'tests/AtomicTest.cpp', |
| 1731 'tests/BadIcoTest.cpp', |
| 1732 'tests/BitSetTest.cpp', |
| 1733 'tests/BitmapCopyTest.cpp', |
| 1734 'tests/BitmapGetColorTest.cpp', |
| 1735 'tests/BitmapHasherTest.cpp', |
| 1736 'tests/BitmapHeapTest.cpp', |
| 1737 'tests/BitmapTest.cpp', |
| 1738 'tests/BlendTest.cpp', |
| 1739 'tests/BlitRowTest.cpp', |
| 1740 'tests/BlurTest.cpp', |
| 1741 'tests/CPlusPlusEleven.cpp', |
| 1742 'tests/CTest.cpp', |
| 1743 'tests/CachedDataTest.cpp', |
| 1744 'tests/CachedDecodingPixelRefTest.cpp', |
| 1745 'tests/CanvasStateHelpers.cpp', |
| 1746 'tests/CanvasStateHelpers.h', |
| 1747 'tests/CanvasStateTest.cpp', |
| 1748 'tests/CanvasTest.cpp', |
| 1749 'tests/ChecksumTest.cpp', |
| 1750 'tests/ClampRangeTest.cpp', |
| 1751 'tests/ClipBoundsTest.cpp', |
| 1752 'tests/ClipCubicTest.cpp', |
| 1753 'tests/ClipStackTest.cpp', |
| 1754 'tests/ClipperTest.cpp', |
| 1755 'tests/CodexTest.cpp', |
| 1756 'tests/ColorFilterTest.cpp', |
| 1757 'tests/ColorMatrixTest.cpp', |
| 1758 'tests/ColorPrivTest.cpp', |
| 1759 'tests/ColorTest.cpp', |
| 1760 'tests/DashPathEffectTest.cpp', |
| 1761 'tests/DataRefTest.cpp', |
| 1762 'tests/DequeTest.cpp', |
| 1763 'tests/DeviceLooperTest.cpp', |
| 1764 'tests/DiscardableMemoryPoolTest.cpp', |
| 1765 'tests/DiscardableMemoryTest.cpp', |
| 1766 'tests/DrawBitmapRectTest.cpp', |
| 1767 'tests/DrawFilterTest.cpp', |
| 1768 'tests/DrawPathTest.cpp', |
| 1769 'tests/DrawTextTest.cpp', |
| 1770 'tests/DynamicHashTest.cpp', |
| 1771 'tests/EmptyPathTest.cpp', |
| 1772 'tests/ErrorTest.cpp', |
| 1773 'tests/FillPathTest.cpp', |
| 1774 'tests/FitsInTest.cpp', |
| 1775 'tests/FloatingPointTextureTest.cpp', |
| 1776 'tests/FontHostStreamTest.cpp', |
| 1777 'tests/FontHostTest.cpp', |
| 1778 'tests/FontMgrTest.cpp', |
| 1779 'tests/FontNamesTest.cpp', |
| 1780 'tests/FontObjTest.cpp', |
| 1781 'tests/FrontBufferedStreamTest.cpp', |
| 1782 'tests/FunctionTest.cpp', |
| 1783 'tests/GLInterfaceValidationTest.cpp', |
| 1784 'tests/GLProgramsTest.cpp', |
| 1785 'tests/GeometryTest.cpp', |
| 1786 'tests/GifTest.cpp', |
| 1787 'tests/GpuColorFilterTest.cpp', |
| 1788 'tests/GpuDrawPathTest.cpp', |
| 1789 'tests/GpuLayerCacheTest.cpp', |
| 1790 'tests/GpuRectanizerTest.cpp', |
| 1791 'tests/GrAllocatorTest.cpp', |
| 1792 'tests/GrContextFactoryTest.cpp', |
| 1793 'tests/GrDrawTargetTest.cpp', |
| 1794 'tests/GrGLSLPrettyPrintTest.cpp', |
| 1795 'tests/GrGetCoeffBlendKnownComponentsTest.cpp', |
| 1796 'tests/GrMemoryPoolTest.cpp', |
| 1797 'tests/GrPorterDuffTest.cpp', |
| 1798 'tests/GrSurfaceTest.cpp', |
| 1799 'tests/GrTRecorderTest.cpp', |
| 1800 'tests/GrTextureMipMapInvalidationTest.cpp', |
| 1801 'tests/GradientTest.cpp', |
| 1802 'tests/HashTest.cpp', |
| 1803 'tests/ImageCacheTest.cpp', |
| 1804 'tests/ImageDecodingTest.cpp', |
| 1805 'tests/ImageFilterTest.cpp', |
| 1806 'tests/ImageGeneratorTest.cpp', |
| 1807 'tests/ImageIsOpaqueTest.cpp', |
| 1808 'tests/ImageNewShaderTest.cpp', |
| 1809 'tests/ImageTest.cpp', |
| 1810 'tests/IndexedPngOverflowTest.cpp', |
| 1811 'tests/InfRectTest.cpp', |
| 1812 'tests/InterpolatorTest.cpp', |
| 1813 'tests/InvalidIndexedPngTest.cpp', |
| 1814 'tests/JpegTest.cpp', |
| 1815 'tests/KtxTest.cpp', |
| 1816 'tests/LListTest.cpp', |
| 1817 'tests/LayerDrawLooperTest.cpp', |
| 1818 'tests/LayerRasterizerTest.cpp', |
| 1819 'tests/MD5Test.cpp', |
| 1820 'tests/MallocPixelRefTest.cpp', |
| 1821 'tests/MaskCacheTest.cpp', |
| 1822 'tests/MathTest.cpp', |
| 1823 'tests/Matrix44Test.cpp', |
| 1824 'tests/MatrixClipCollapseTest.cpp', |
| 1825 'tests/MatrixTest.cpp', |
| 1826 'tests/MemoryTest.cpp', |
| 1827 'tests/MemsetTest.cpp', |
| 1828 'tests/MessageBusTest.cpp', |
| 1829 'tests/MetaDataTest.cpp', |
| 1830 'tests/MipMapTest.cpp', |
| 1831 'tests/NameAllocatorTest.cpp', |
| 1832 'tests/OSPathTest.cpp', |
| 1833 'tests/OncePtrTest.cpp', |
| 1834 'tests/OnceTest.cpp', |
| 1835 'tests/PDFDeflateWStreamTest.cpp', |
| 1836 'tests/PDFDocumentTest.cpp', |
| 1837 'tests/PDFGlyphsToUnicodeTest.cpp', |
| 1838 'tests/PDFInvalidBitmapTest.cpp', |
| 1839 'tests/PDFJpegEmbedTest.cpp', |
| 1840 'tests/PDFMetadataAttributeTest.cpp', |
| 1841 'tests/PDFOpaqueSrcModeToSrcOverTest.cpp', |
| 1842 'tests/PDFPrimitivesTest.cpp', |
| 1843 'tests/PackBitsTest.cpp', |
| 1844 'tests/PaintTest.cpp', |
| 1845 'tests/ParsePathTest.cpp', |
| 1846 'tests/PathCoverageTest.cpp', |
| 1847 'tests/PathMeasureTest.cpp', |
| 1848 'tests/PathOpsAngleIdeas.cpp', |
| 1849 'tests/PathOpsAngleTest.cpp', |
| 1850 'tests/PathOpsBattles.cpp', |
| 1851 'tests/PathOpsBoundsTest.cpp', |
| 1852 'tests/PathOpsBuildUseTest.cpp', |
| 1853 'tests/PathOpsBuilderConicTest.cpp', |
| 1854 'tests/PathOpsBuilderTest.cpp', |
| 1855 'tests/PathOpsConicIntersectionTest.cpp', |
| 1856 'tests/PathOpsConicLineIntersectionTest.cpp', |
| 1857 'tests/PathOpsCubicConicIntersectionTest.cpp', |
| 1858 'tests/PathOpsCubicIntersectionTest.cpp', |
| 1859 'tests/PathOpsCubicIntersectionTestData.cpp', |
| 1860 'tests/PathOpsCubicIntersectionTestData.h', |
| 1861 'tests/PathOpsCubicLineIntersectionIdeas.cpp', |
| 1862 'tests/PathOpsCubicLineIntersectionTest.cpp', |
| 1863 'tests/PathOpsCubicQuadIntersectionTest.cpp', |
| 1864 'tests/PathOpsCubicReduceOrderTest.cpp', |
| 1865 'tests/PathOpsDCubicTest.cpp', |
| 1866 'tests/PathOpsDLineTest.cpp', |
| 1867 'tests/PathOpsDPointTest.cpp', |
| 1868 'tests/PathOpsDRectTest.cpp', |
| 1869 'tests/PathOpsDVectorTest.cpp', |
| 1870 'tests/PathOpsDebug.cpp', |
| 1871 'tests/PathOpsExtendedTest.cpp', |
| 1872 'tests/PathOpsExtendedTest.h', |
| 1873 'tests/PathOpsFuzz763Test.cpp', |
| 1874 'tests/PathOpsInverseTest.cpp', |
| 1875 'tests/PathOpsIssue3651.cpp', |
| 1876 'tests/PathOpsLineIntersectionTest.cpp', |
| 1877 'tests/PathOpsLineParametetersTest.cpp', |
| 1878 'tests/PathOpsOpCircleThreadedTest.cpp', |
| 1879 'tests/PathOpsOpCubicThreadedTest.cpp', |
| 1880 'tests/PathOpsOpLoopThreadedTest.cpp', |
| 1881 'tests/PathOpsOpRectThreadedTest.cpp', |
| 1882 'tests/PathOpsOpTest.cpp', |
| 1883 'tests/PathOpsQuadIntersectionTest.cpp', |
| 1884 'tests/PathOpsQuadIntersectionTestData.cpp', |
| 1885 'tests/PathOpsQuadIntersectionTestData.h', |
| 1886 'tests/PathOpsQuadLineIntersectionTest.cpp', |
| 1887 'tests/PathOpsQuadLineIntersectionThreadedTest.cpp', |
| 1888 'tests/PathOpsQuadReduceOrderTest.cpp', |
| 1889 'tests/PathOpsSimplifyDegenerateThreadedTest.cpp', |
| 1890 'tests/PathOpsSimplifyFailTest.cpp', |
| 1891 'tests/PathOpsSimplifyQuadThreadedTest.cpp', |
| 1892 'tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', |
| 1893 'tests/PathOpsSimplifyRectThreadedTest.cpp', |
| 1894 'tests/PathOpsSimplifyTest.cpp', |
| 1895 'tests/PathOpsSimplifyTrianglesThreadedTest.cpp', |
| 1896 'tests/PathOpsSkpTest.cpp', |
| 1897 'tests/PathOpsTSectDebug.h', |
| 1898 'tests/PathOpsTestCommon.cpp', |
| 1899 'tests/PathOpsTestCommon.h', |
| 1900 'tests/PathOpsThreadedCommon.cpp', |
| 1901 'tests/PathOpsThreadedCommon.h', |
| 1902 'tests/PathOpsThreeWayTest.cpp', |
| 1903 'tests/PathOpsTightBoundsTest.cpp', |
| 1904 'tests/PathOpsTypesTest.cpp', |
| 1905 'tests/PathTest.cpp', |
| 1906 'tests/PictureBBHTest.cpp', |
| 1907 'tests/PictureShaderTest.cpp', |
| 1908 'tests/PictureTest.cpp', |
| 1909 'tests/PipeTest.cpp', |
| 1910 'tests/PixelRefTest.cpp', |
| 1911 'tests/Point3Test.cpp', |
| 1912 'tests/PointTest.cpp', |
| 1913 'tests/PremulAlphaRoundTripTest.cpp', |
| 1914 'tests/QuickRejectTest.cpp', |
| 1915 'tests/RTConfRegistryTest.cpp', |
| 1916 'tests/RTreeTest.cpp', |
| 1917 'tests/RandomTest.cpp', |
| 1918 'tests/ReadPixelsTest.cpp', |
| 1919 'tests/ReadWriteAlphaTest.cpp', |
| 1920 'tests/Reader32Test.cpp', |
| 1921 'tests/RecordDrawTest.cpp', |
| 1922 'tests/RecordOptsTest.cpp', |
| 1923 'tests/RecordPatternTest.cpp', |
| 1924 'tests/RecordReplaceDrawTest.cpp', |
| 1925 'tests/RecordTest.cpp', |
| 1926 'tests/RecordTestUtils.h', |
| 1927 'tests/RecorderTest.cpp', |
| 1928 'tests/RecordingXfermodeTest.cpp', |
| 1929 'tests/RectTest.cpp', |
| 1930 'tests/RefCntTest.cpp', |
| 1931 'tests/RefDictTest.cpp', |
| 1932 'tests/RegionTest.cpp', |
| 1933 'tests/ResourceCacheTest.cpp', |
| 1934 'tests/RoundRectTest.cpp', |
| 1935 'tests/RuntimeConfigTest.cpp', |
| 1936 'tests/SHA1Test.cpp', |
| 1937 'tests/SRGBReadWritePixelsTest.cpp', |
| 1938 'tests/SVGDeviceTest.cpp', |
| 1939 'tests/ScalarTest.cpp', |
| 1940 'tests/SerializationTest.cpp', |
| 1941 'tests/ShaderImageFilterTest.cpp', |
| 1942 'tests/ShaderOpacityTest.cpp', |
| 1943 'tests/SizeTest.cpp', |
| 1944 'tests/SkBase64Test.cpp', |
| 1945 'tests/SkImageTest.cpp', |
| 1946 'tests/SkNxTest.cpp', |
| 1947 'tests/SkResourceCacheTest.cpp', |
| 1948 'tests/SkSharedMutexTest.cpp', |
| 1949 'tests/SmallAllocatorTest.cpp', |
| 1950 'tests/SortTest.cpp', |
| 1951 'tests/SrcOverTest.cpp', |
| 1952 'tests/StreamTest.cpp', |
| 1953 'tests/StringTest.cpp', |
| 1954 'tests/StrokeTest.cpp', |
| 1955 'tests/StrokerTest.cpp', |
| 1956 'tests/SubsetPath.cpp', |
| 1957 'tests/SubsetPath.h', |
| 1958 'tests/SurfaceTest.cpp', |
| 1959 'tests/SwizzlerTest.cpp', |
| 1960 'tests/TArrayTest.cpp', |
| 1961 'tests/TDPQueueTest.cpp', |
| 1962 'tests/TLSTest.cpp', |
| 1963 'tests/TemplatesTest.cpp', |
| 1964 'tests/TessellatingPathRendererTests.cpp', |
| 1965 'tests/Test.cpp', |
| 1966 'tests/Test.h', |
| 1967 'tests/TextBlobCacheTest.cpp', |
| 1968 'tests/TextBlobTest.cpp', |
| 1969 'tests/TextureCompressionTest.cpp', |
| 1970 'tests/Time.cpp', |
| 1971 'tests/TopoSortTest.cpp', |
| 1972 'tests/TraceMemoryDumpTest.cpp', |
| 1973 'tests/TracingTest.cpp', |
| 1974 'tests/TypefaceTest.cpp', |
| 1975 'tests/UnicodeTest.cpp', |
| 1976 'tests/UtilsTest.cpp', |
| 1977 'tests/VarAllocTest.cpp', |
| 1978 'tests/WArrayTest.cpp', |
| 1979 'tests/WritePixelsTest.cpp', |
| 1980 'tests/Writer32Test.cpp', |
| 1981 'tests/XfermodeTest.cpp', |
| 1982 'tests/YUVCacheTest.cpp', |
| 1983 'tools/CrashHandler.cpp', |
| 1984 'tools/CrashHandler.h', |
| 1985 'tools/LazyDecodeBitmap.cpp', |
| 1986 'tools/LazyDecodeBitmap.h', |
| 1987 'tools/ProcStats.cpp', |
| 1988 'tools/ProcStats.h', |
| 1989 'tools/Resources.cpp', |
| 1990 'tools/Resources.h', |
| 1991 'tools/SkBitmapRegionCanvas.cpp', |
| 1992 'tools/SkBitmapRegionCanvas.h', |
| 1993 'tools/SkBitmapRegionCodec.cpp', |
| 1994 'tools/SkBitmapRegionCodec.h', |
| 1995 'tools/SkBitmapRegionDecoderInterface.cpp', |
| 1996 'tools/SkBitmapRegionDecoderInterface.h', |
| 1997 'tools/SkBitmapRegionSampler.cpp', |
| 1998 'tools/SkBitmapRegionSampler.h', |
| 1999 'tools/flags/SkCommandLineFlags.cpp', |
| 2000 'tools/flags/SkCommandLineFlags.h', |
| 2001 'tools/flags/SkCommonFlags.cpp', |
| 2002 'tools/flags/SkCommonFlags.h', |
| 2003 'tools/sk_tool_utils.cpp', |
| 2004 'tools/sk_tool_utils.h', |
| 2005 'tools/sk_tool_utils_font.cpp', |
| 2006 'tools/timer/Timer.cpp', |
| 2007 'tools/timer/Timer.h'] |
| 2008 DM_SRCS_ANDROID = ['tests/FontMgrAndroidParserTest.cpp'] |
| 2009 DM_SRCS_UNIX = [] |
| 2010 GL_DEPS = [':skia_base', |
| 2011 '*** BEGIN CONDITION_IOS ***', |
| 2012 '*** END CONDITION_IOS ***', |
| 2013 '*** BEGIN //conditions:default ***', |
| 2014 '*** END //conditions:default ***', |
| 2015 '*** BEGIN CONDITION_ANDROID ***', |
| 2016 '*** END CONDITION_ANDROID ***'] |
| 2017 GL_HDRS = ['include/gpu/gl/GrGLConfig.h', |
| 2018 'include/gpu/gl/GrGLConfig_chrome.h', |
| 2019 'include/gpu/gl/GrGLExtensions.h', |
| 2020 'include/gpu/gl/GrGLFunctions.h', |
| 2021 'include/gpu/gl/GrGLInterface.h', |
| 2022 'include/gpu/gl/GrGLSLPrettyPrint.h', |
| 2023 'include/gpu/gl/GrGLTypes.h', |
| 2024 'include/gpu/gl/SkGLContext.h', |
| 2025 'include/gpu/gl/SkNullGLContext.h', |
| 2026 'include/gpu/gl/angle/SkANGLEGLContext.h', |
| 2027 'include/gpu/gl/command_buffer/SkCommandBufferGLContext.h'] |
| 2028 GL_SRCS = ['src/gpu/gl/GrGLAssembleInterface.cpp', |
| 2029 'src/gpu/gl/GrGLAssembleInterface.h', |
| 2030 'src/gpu/gl/GrGLBufferImpl.cpp', |
| 2031 'src/gpu/gl/GrGLBufferImpl.h', |
| 2032 'src/gpu/gl/GrGLCaps.cpp', |
| 2033 'src/gpu/gl/GrGLCaps.h', |
| 2034 'src/gpu/gl/GrGLContext.cpp', |
| 2035 'src/gpu/gl/GrGLContext.h', |
| 2036 'src/gpu/gl/GrGLCreateNullInterface.cpp', |
| 2037 'src/gpu/gl/GrGLDefines.h', |
| 2038 'src/gpu/gl/GrGLExtensions.cpp', |
| 2039 'src/gpu/gl/GrGLFragmentProcessor.cpp', |
| 2040 'src/gpu/gl/GrGLFragmentProcessor.h', |
| 2041 'src/gpu/gl/GrGLGLSL.cpp', |
| 2042 'src/gpu/gl/GrGLGLSL.h', |
| 2043 'src/gpu/gl/GrGLGeometryProcessor.cpp', |
| 2044 'src/gpu/gl/GrGLGeometryProcessor.h', |
| 2045 'src/gpu/gl/GrGLGpu.cpp', |
| 2046 'src/gpu/gl/GrGLGpu.h', |
| 2047 'src/gpu/gl/GrGLGpuProgramCache.cpp', |
| 2048 'src/gpu/gl/GrGLIRect.h', |
| 2049 'src/gpu/gl/GrGLIndexBuffer.cpp', |
| 2050 'src/gpu/gl/GrGLIndexBuffer.h', |
| 2051 'src/gpu/gl/GrGLInterface.cpp', |
| 2052 'src/gpu/gl/GrGLNameAllocator.cpp', |
| 2053 'src/gpu/gl/GrGLNameAllocator.h', |
| 2054 'src/gpu/gl/GrGLNoOpInterface.cpp', |
| 2055 'src/gpu/gl/GrGLNoOpInterface.h', |
| 2056 'src/gpu/gl/GrGLPath.cpp', |
| 2057 'src/gpu/gl/GrGLPath.h', |
| 2058 'src/gpu/gl/GrGLPathRange.cpp', |
| 2059 'src/gpu/gl/GrGLPathRange.h', |
| 2060 'src/gpu/gl/GrGLPathRendering.cpp', |
| 2061 'src/gpu/gl/GrGLPathRendering.h', |
| 2062 'src/gpu/gl/GrGLPrimitiveProcessor.cpp', |
| 2063 'src/gpu/gl/GrGLPrimitiveProcessor.h', |
| 2064 'src/gpu/gl/GrGLProgram.cpp', |
| 2065 'src/gpu/gl/GrGLProgram.h', |
| 2066 'src/gpu/gl/GrGLProgramDataManager.cpp', |
| 2067 'src/gpu/gl/GrGLProgramDataManager.h', |
| 2068 'src/gpu/gl/GrGLProgramDesc.cpp', |
| 2069 'src/gpu/gl/GrGLProgramDesc.h', |
| 2070 'src/gpu/gl/GrGLRenderTarget.cpp', |
| 2071 'src/gpu/gl/GrGLRenderTarget.h', |
| 2072 'src/gpu/gl/GrGLSLBlend.cpp', |
| 2073 'src/gpu/gl/GrGLSLBlend.h', |
| 2074 'src/gpu/gl/GrGLStencilAttachment.cpp', |
| 2075 'src/gpu/gl/GrGLStencilAttachment.h', |
| 2076 'src/gpu/gl/GrGLTexture.cpp', |
| 2077 'src/gpu/gl/GrGLTexture.h', |
| 2078 'src/gpu/gl/GrGLTextureRenderTarget.cpp', |
| 2079 'src/gpu/gl/GrGLTextureRenderTarget.h', |
| 2080 'src/gpu/gl/GrGLUtil.cpp', |
| 2081 'src/gpu/gl/GrGLUtil.h', |
| 2082 'src/gpu/gl/GrGLVertexArray.cpp', |
| 2083 'src/gpu/gl/GrGLVertexArray.h', |
| 2084 'src/gpu/gl/GrGLVertexBuffer.cpp', |
| 2085 'src/gpu/gl/GrGLVertexBuffer.h', |
| 2086 'src/gpu/gl/GrGLXferProcessor.cpp', |
| 2087 'src/gpu/gl/GrGLXferProcessor.h', |
| 2088 'src/gpu/gl/SkGLContext.cpp', |
| 2089 'src/gpu/gl/SkNullGLContext.cpp', |
| 2090 'src/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp', |
| 2091 'src/gpu/gl/builders/GrGLFragmentShaderBuilder.h', |
| 2092 'src/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', |
| 2093 'src/gpu/gl/builders/GrGLGeometryShaderBuilder.h', |
| 2094 'src/gpu/gl/builders/GrGLProgramBuilder.cpp', |
| 2095 'src/gpu/gl/builders/GrGLProgramBuilder.h', |
| 2096 'src/gpu/gl/builders/GrGLSLPrettyPrint.cpp', |
| 2097 'src/gpu/gl/builders/GrGLShaderBuilder.cpp', |
| 2098 'src/gpu/gl/builders/GrGLShaderBuilder.h', |
| 2099 'src/gpu/gl/builders/GrGLShaderStringBuilder.cpp', |
| 2100 'src/gpu/gl/builders/GrGLShaderStringBuilder.h', |
| 2101 'src/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', |
| 2102 'src/gpu/gl/builders/GrGLVertexShaderBuilder.h', |
| 2103 'src/gpu/gl/debug/GrBufferObj.cpp', |
| 2104 'src/gpu/gl/debug/GrBufferObj.h', |
| 2105 'src/gpu/gl/debug/GrDebugGL.cpp', |
| 2106 'src/gpu/gl/debug/GrDebugGL.h', |
| 2107 'src/gpu/gl/debug/GrFBBindableObj.h', |
| 2108 'src/gpu/gl/debug/GrFakeRefObj.h', |
| 2109 'src/gpu/gl/debug/GrFrameBufferObj.cpp', |
| 2110 'src/gpu/gl/debug/GrFrameBufferObj.h', |
| 2111 'src/gpu/gl/debug/GrGLCreateDebugInterface.cpp', |
| 2112 'src/gpu/gl/debug/GrProgramObj.cpp', |
| 2113 'src/gpu/gl/debug/GrProgramObj.h', |
| 2114 'src/gpu/gl/debug/GrRenderBufferObj.h', |
| 2115 'src/gpu/gl/debug/GrShaderObj.cpp', |
| 2116 'src/gpu/gl/debug/GrShaderObj.h', |
| 2117 'src/gpu/gl/debug/GrTextureObj.cpp', |
| 2118 'src/gpu/gl/debug/GrTextureObj.h', |
| 2119 'src/gpu/gl/debug/GrTextureUnitObj.cpp', |
| 2120 'src/gpu/gl/debug/GrTextureUnitObj.h', |
| 2121 'src/gpu/gl/debug/GrVertexArrayObj.h', |
| 2122 'src/gpu/gl/debug/SkDebugGLContext.cpp', |
| 2123 'src/gpu/gl/debug/SkDebugGLContext.h', |
| 2124 'src/gpu/glsl/GrGLSL.cpp', |
| 2125 'src/gpu/glsl/GrGLSL.h', |
| 2126 'src/gpu/glsl/GrGLSLCaps.cpp', |
| 2127 'src/gpu/glsl/GrGLSLCaps.h', |
| 2128 'src/gpu/glsl/GrGLSLProcessorTypes.h', |
| 2129 'src/gpu/glsl/GrGLSLProgramDataManager.h', |
| 2130 'src/gpu/glsl/GrGLSLShaderVar.h', |
| 2131 'src/gpu/glsl/GrGLSLTextureSampler.h', |
| 2132 'src/gpu/glsl/GrGLSL_impl.h'] |
| 2133 GL_SRCS_ANDROID = ['src/gpu/gl/GrGLDefaultInterface_none.cpp', |
| 2134 'src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp'] |
| 2135 GL_SRCS_IOS = ['src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp'] |
| 2136 GL_SRCS_PLATFORM = ['*** BEGIN CONDITION_IOS ***', |
| 2137 'src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
| 2138 '*** END CONDITION_IOS ***', |
| 2139 '*** BEGIN //conditions:default ***', |
| 2140 'src/gpu/gl/GrGLDefaultInterface_native.cpp', |
| 2141 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
| 2142 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', |
| 2143 '*** END //conditions:default ***', |
| 2144 '*** BEGIN CONDITION_ANDROID ***', |
| 2145 'src/gpu/gl/GrGLDefaultInterface_none.cpp', |
| 2146 'src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp', |
| 2147 '*** END CONDITION_ANDROID ***'] |
| 2148 GL_SRCS_UNIX = ['src/gpu/gl/GrGLDefaultInterface_native.cpp', |
| 2149 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
| 2150 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp'] |
| 2151 INCLUDES = ['include/c', |
| 2152 'include/codec', |
| 2153 'include/config', |
| 2154 'include/core', |
| 2155 'include/effects', |
| 2156 'include/gpu', |
| 2157 'include/images', |
| 2158 'include/pathops', |
| 2159 'include/pipe', |
| 2160 'include/ports', |
| 2161 'include/private', |
| 2162 'include/utils', |
| 2163 'include/utils/mac', |
| 2164 'include/utils/win', |
| 2165 'include/svg', |
| 2166 'include/xml', |
| 2167 'src/core', |
| 2168 'src/gpu', |
| 2169 'src/image', |
| 2170 'src/lazy', |
| 2171 'src/opts', |
| 2172 'src/pdf', |
| 2173 'src/sfnt', |
| 2174 'src/utils', |
| 2175 'third_party/etc1', |
| 2176 'third_party/ktx'] |
| 2177 LINKOPTS = ['*** BEGIN //conditions:default ***', |
| 2178 '-ldl', |
| 2179 '*** END //conditions:default ***', |
| 2180 '*** BEGIN CONDITION_ANDROID ***', |
| 2181 '-ldl', |
| 2182 '-lEGL', |
| 2183 '*** END CONDITION_ANDROID ***'] |
| 2184 SSE4_SRCS = ['src/opts/SkBlitRow_opts_SSE4.cpp', 'src/opts/SkOpts_sse41.cpp'] |
| 2185 SSSE3_SRCS = ['src/opts/SkBitmapProcState_opts_SSSE3.cpp', 'src/opts/SkOpts_ssse
3.cpp'] |
| 2186 UTIL_HDRS = ['include/utils/SkLua.h', 'include/utils/SkLuaCanvas.h'] |
| 2187 UTIL_SRCS = ['src/utils/SkLua.cpp', 'src/utils/SkLuaCanvas.cpp'] |
OLD | NEW |