blob: 9888fc739b5790e5ead0cc2d72a1f95ae31c7c37 [file] [log] [blame]
Hal Canarya1c41412019-02-06 15:42:27 -05001// This file is autogenerated by tools/skqp/gn_to_bp.py.
2
3cc_library_shared {
4 name: "libskqp_app",
5 sdk_version: "26",
6 stl: "libc++_static",
7 compile_multilib: "both",
8
9 cflags: [
10 "-U_FORTIFY_SOURCE",
11 "-DATRACE_TAG=ATRACE_TAG_VIEW",
12 "-DSKIA_DLL",
13 "-DSKIA_IMPLEMENTATION=1",
14 "-DSK_PRINT_CODEC_MESSAGES",
15 "-D_FORTIFY_SOURCE=1",
16 "-Wall",
17 "-Werror",
Hal Canarya1c41412019-02-06 15:42:27 -050018 "-Wextra",
19 "-Winit-self",
20 "-Wno-bad-function-cast",
21 "-Wno-cast-align",
22 "-Wno-cast-qual",
23 "-Wno-conversion",
24 "-Wno-covered-switch-default",
25 "-Wno-deprecated",
26 "-Wno-deprecated-declarations",
27 "-Wno-disabled-macro-expansion",
28 "-Wno-documentation",
29 "-Wno-documentation-unknown-command",
30 "-Wno-double-promotion",
31 "-Wno-exit-time-destructors",
32 "-Wno-float-equal",
33 "-Wno-format-nonliteral",
34 "-Wno-global-constructors",
35 "-Wno-implicit-fallthrough",
36 "-Wno-maybe-uninitialized",
37 "-Wno-missing-field-initializers",
38 "-Wno-missing-noreturn",
39 "-Wno-missing-prototypes",
40 "-Wno-missing-variable-declarations",
41 "-Wno-newline-eof",
42 "-Wno-nonportable-include-path",
43 "-Wno-nonportable-system-include-path",
44 "-Wno-old-style-cast",
45 "-Wno-padded",
46 "-Wno-pedantic",
47 "-Wno-reserved-id-macro",
48 "-Wno-shadow",
49 "-Wno-shift-sign-overflow",
50 "-Wno-signed-enum-bitfield",
51 "-Wno-switch-enum",
52 "-Wno-thread-safety-analysis",
53 "-Wno-undef",
54 "-Wno-unknown-warning-option",
55 "-Wno-unreachable-code",
56 "-Wno-unreachable-code-break",
57 "-Wno-unreachable-code-return",
58 "-Wno-unused-macros",
59 "-Wno-unused-member-function",
60 "-Wno-unused-parameter",
61 "-Wno-unused-template",
62 "-Wno-unused-variable",
63 "-Wno-zero-as-null-pointer-constant",
64 "-Wpointer-arith",
65 "-Wsign-compare",
66 "-Wvla",
67 "-fvisibility=hidden",
68 "-Wno-unused-parameter",
69 "-Wno-unused-variable",
70 ],
71
72 cppflags:[
73 "-Wno-abstract-vbase-init",
74 "-Wno-c++98-compat",
75 "-Wno-c++98-compat-pedantic",
76 "-Wno-extra-semi-stmt",
77 "-Wno-noexcept-type",
78 "-Wno-undefined-func-template",
79 "-Wno-weak-vtables",
80 "-Wnon-virtual-dtor",
81 "-fexceptions",
82 ],
83
84 local_include_dirs: [
Hal Canary648ed102019-03-04 17:28:22 -050085 "experimental/svg/model/",
Hal Canarya1c41412019-02-06 15:42:27 -050086 "gm/",
87 "include/android/",
88 "include/atlastext/",
89 "include/c/",
90 "include/codec/",
91 "include/config/",
92 "include/core/",
93 "include/docs/",
94 "include/effects/",
95 "include/encode/",
96 "include/gpu/",
97 "include/pathops/",
98 "include/ports/",
99 "include/private/",
100 "include/svg/",
101 "include/third_party/vulkan/",
102 "include/utils/",
103 "include/utils/mac/",
104 "modules/sksg/include/",
105 "platform_tools/android/vulkan",
106 "src/c/",
107 "src/codec/",
108 "src/core/",
109 "src/effects/",
110 "src/fonts/",
111 "src/gpu/",
112 "src/image/",
113 "src/images/",
114 "src/lazy/",
115 "src/opts/",
116 "src/pathops/",
117 "src/pdf/",
118 "src/ports/",
119 "src/sfnt/",
120 "src/shaders/",
121 "src/shaders/gradients/",
122 "src/sksl/",
123 "src/utils/",
124 "src/utils/win/",
125 "src/xml/",
126 "tests/",
127 "third_party/etc1/",
128 "third_party/gif/",
129 "third_party/vulkanmemoryallocator/",
130 "tools/",
131 "tools/debugger/",
132 "tools/flags/",
133 "tools/fonts/",
134 "tools/gpu/",
135 "tools/gpu/vk/",
136 "tools/skqp/src/",
137 "tools/timer/",
138 "tools/trace/",
139 ],
140
141 srcs: [
142 "third_party/vulkanmemoryallocator/GrVulkanMemoryAllocator.cpp",
143 "dm/DMGpuTestProcs.cpp",
Hal Canary648ed102019-03-04 17:28:22 -0500144 "experimental/svg/model/SkSVGAttribute.cpp",
145 "experimental/svg/model/SkSVGAttributeParser.cpp",
146 "experimental/svg/model/SkSVGCircle.cpp",
147 "experimental/svg/model/SkSVGClipPath.cpp",
148 "experimental/svg/model/SkSVGContainer.cpp",
149 "experimental/svg/model/SkSVGDOM.cpp",
150 "experimental/svg/model/SkSVGEllipse.cpp",
151 "experimental/svg/model/SkSVGGradient.cpp",
152 "experimental/svg/model/SkSVGLine.cpp",
153 "experimental/svg/model/SkSVGLinearGradient.cpp",
154 "experimental/svg/model/SkSVGNode.cpp",
155 "experimental/svg/model/SkSVGPath.cpp",
156 "experimental/svg/model/SkSVGPattern.cpp",
157 "experimental/svg/model/SkSVGPoly.cpp",
158 "experimental/svg/model/SkSVGRadialGradient.cpp",
159 "experimental/svg/model/SkSVGRect.cpp",
160 "experimental/svg/model/SkSVGRenderContext.cpp",
161 "experimental/svg/model/SkSVGSVG.cpp",
162 "experimental/svg/model/SkSVGShape.cpp",
163 "experimental/svg/model/SkSVGStop.cpp",
164 "experimental/svg/model/SkSVGTransformableNode.cpp",
165 "experimental/svg/model/SkSVGUse.cpp",
166 "experimental/svg/model/SkSVGValue.cpp",
Hal Canarya1c41412019-02-06 15:42:27 -0500167 "gm/3dgm.cpp",
168 "gm/OverStroke.cpp",
169 "gm/aaa.cpp",
170 "gm/aaclip.cpp",
171 "gm/aarectmodes.cpp",
172 "gm/aaxfermodes.cpp",
173 "gm/addarc.cpp",
174 "gm/all_bitmap_configs.cpp",
175 "gm/alpha_image.cpp",
176 "gm/alphagradients.cpp",
177 "gm/analytic_gradients.cpp",
178 "gm/androidblendmodes.cpp",
179 "gm/animatedGif.cpp",
180 "gm/animatedimageblurs.cpp",
181 "gm/anisotropic.cpp",
182 "gm/annotated_text.cpp",
183 "gm/arcofzorro.cpp",
184 "gm/arcto.cpp",
185 "gm/arithmode.cpp",
186 "gm/atlastext.cpp",
187 "gm/b_119394958.cpp",
188 "gm/badpaint.cpp",
189 "gm/beziereffects.cpp",
190 "gm/beziers.cpp",
191 "gm/bigblurs.cpp",
192 "gm/bigmatrix.cpp",
193 "gm/bigrect.cpp",
194 "gm/bigrrectaaeffect.cpp",
195 "gm/bigtext.cpp",
196 "gm/bigtileimagefilter.cpp",
197 "gm/bitmapcopy.cpp",
198 "gm/bitmapfilters.cpp",
199 "gm/bitmapimage.cpp",
200 "gm/bitmappremul.cpp",
201 "gm/bitmaprect.cpp",
202 "gm/bitmaprecttest.cpp",
203 "gm/bitmapshader.cpp",
204 "gm/bitmaptiled.cpp",
205 "gm/bleed.cpp",
206 "gm/blend.cpp",
207 "gm/blurcircles.cpp",
208 "gm/blurcircles2.cpp",
209 "gm/blurignorexform.cpp",
210 "gm/blurimagevmask.cpp",
211 "gm/blurpositioning.cpp",
212 "gm/blurquickreject.cpp",
213 "gm/blurrect.cpp",
214 "gm/blurredclippedcircle.cpp",
215 "gm/blurroundrect.cpp",
216 "gm/blurs.cpp",
217 "gm/blurtextsmallradii.cpp",
218 "gm/bmpfilterqualityrepeat.cpp",
219 "gm/bug5252.cpp",
220 "gm/bug530095.cpp",
221 "gm/bug615686.cpp",
222 "gm/bug6643.cpp",
223 "gm/bug6783.cpp",
224 "gm/cgm.c",
225 "gm/cgms.cpp",
226 "gm/circle_sizes.cpp",
227 "gm/circles.cpp",
228 "gm/circulararcs.cpp",
229 "gm/circularclips.cpp",
230 "gm/clip_error.cpp",
231 "gm/clip_strokerect.cpp",
232 "gm/clipdrawdraw.cpp",
233 "gm/clippedbitmapshaders.cpp",
234 "gm/clockwise.cpp",
235 "gm/color4f.cpp",
236 "gm/coloremoji.cpp",
237 "gm/coloremoji_blendmodes.cpp",
238 "gm/colorfilteralpha8.cpp",
239 "gm/colorfilterimagefilter.cpp",
240 "gm/colorfilters.cpp",
241 "gm/colormatrix.cpp",
242 "gm/colorwheel.cpp",
243 "gm/complexclip.cpp",
244 "gm/complexclip2.cpp",
245 "gm/complexclip3.cpp",
246 "gm/complexclip4.cpp",
247 "gm/complexclip_blur_tiled.cpp",
248 "gm/composeshader.cpp",
249 "gm/concavepaths.cpp",
250 "gm/conicpaths.cpp",
251 "gm/constcolorprocessor.cpp",
252 "gm/convex_all_line_paths.cpp",
253 "gm/convexpaths.cpp",
254 "gm/convexpolyclip.cpp",
255 "gm/convexpolyeffect.cpp",
256 "gm/copyTo4444.cpp",
257 "gm/crbug_691386.cpp",
258 "gm/crbug_788500.cpp",
259 "gm/crbug_847759.cpp",
260 "gm/crbug_884166.cpp",
261 "gm/crbug_887103.cpp",
262 "gm/crbug_892988.cpp",
263 "gm/crbug_899512.cpp",
264 "gm/crbug_905548.cpp",
265 "gm/crbug_918512.cpp",
266 "gm/croppedrects.cpp",
267 "gm/crosscontextimage.cpp",
268 "gm/cubicpaths.cpp",
269 "gm/daa.cpp",
270 "gm/dashcircle.cpp",
271 "gm/dashcubics.cpp",
272 "gm/dashing.cpp",
273 "gm/degeneratesegments.cpp",
274 "gm/dftext.cpp",
275 "gm/dftext_blob_persp.cpp",
276 "gm/discard.cpp",
277 "gm/displacement.cpp",
278 "gm/distantclip.cpp",
279 "gm/downsamplebitmap.cpp",
280 "gm/draw_bitmap_rect_skbug4374.cpp",
281 "gm/drawable.cpp",
282 "gm/drawatlas.cpp",
283 "gm/drawatlascolor.cpp",
284 "gm/drawbitmaprect.cpp",
285 "gm/drawimageset.cpp",
286 "gm/drawlooper.cpp",
287 "gm/drawminibitmaprect.cpp",
288 "gm/drawquadset.cpp",
289 "gm/drawregion.cpp",
290 "gm/drawregionmodes.cpp",
291 "gm/dropshadowimagefilter.cpp",
292 "gm/drrect.cpp",
293 "gm/drrect_small_inner.cpp",
294 "gm/dstreadshuffle.cpp",
295 "gm/emboss.cpp",
296 "gm/emptypath.cpp",
297 "gm/encode-alpha-jpeg.cpp",
298 "gm/encode-platform.cpp",
299 "gm/encode-srgb.cpp",
300 "gm/encode.cpp",
301 "gm/etc1.cpp",
302 "gm/extractbitmap.cpp",
303 "gm/fadefilter.cpp",
304 "gm/fatpathfill.cpp",
305 "gm/filltypes.cpp",
306 "gm/filltypespersp.cpp",
307 "gm/filterbitmap.cpp",
308 "gm/filterbug.cpp",
309 "gm/filterfastbounds.cpp",
310 "gm/filterindiabox.cpp",
311 "gm/flippity.cpp",
312 "gm/fontcache.cpp",
313 "gm/fontmgr.cpp",
314 "gm/fontregen.cpp",
315 "gm/fontscaler.cpp",
316 "gm/fontscalerdistortable.cpp",
317 "gm/fwidth_squircle.cpp",
318 "gm/gamma.cpp",
319 "gm/gammatext.cpp",
320 "gm/getpostextpath.cpp",
321 "gm/giantbitmap.cpp",
322 "gm/glyph_pos.cpp",
323 "gm/gm.cpp",
324 "gm/gradientDirtyLaundry.cpp",
325 "gm/gradient_matrix.cpp",
326 "gm/gradients.cpp",
327 "gm/gradients_2pt_conical.cpp",
328 "gm/gradients_degenerate.cpp",
329 "gm/gradients_no_texture.cpp",
330 "gm/gradtext.cpp",
331 "gm/grayscalejpg.cpp",
332 "gm/hairlines.cpp",
333 "gm/hairmodes.cpp",
334 "gm/hardstop_gradients.cpp",
335 "gm/highcontrastfilter.cpp",
336 "gm/hittestpath.cpp",
337 "gm/hsl.cpp",
338 "gm/hugepath.cpp",
339 "gm/image.cpp",
340 "gm/image_pict.cpp",
341 "gm/image_shader.cpp",
342 "gm/imagealphathreshold.cpp",
343 "gm/imageblur.cpp",
344 "gm/imageblur2.cpp",
345 "gm/imageblurclampmode.cpp",
346 "gm/imageblurrepeatmode.cpp",
347 "gm/imageblurtiled.cpp",
348 "gm/imagefilters.cpp",
349 "gm/imagefiltersbase.cpp",
350 "gm/imagefiltersclipped.cpp",
351 "gm/imagefilterscropexpand.cpp",
352 "gm/imagefilterscropped.cpp",
353 "gm/imagefiltersgraph.cpp",
354 "gm/imagefiltersscaled.cpp",
355 "gm/imagefiltersstroked.cpp",
356 "gm/imagefilterstransformed.cpp",
357 "gm/imagefromyuvtextures.cpp",
358 "gm/imagemagnifier.cpp",
359 "gm/imagemakewithfilter.cpp",
360 "gm/imagemasksubset.cpp",
361 "gm/imageresizetiled.cpp",
362 "gm/imagescalealigned.cpp",
363 "gm/imagesource.cpp",
364 "gm/imagesource2.cpp",
365 "gm/internal_links.cpp",
366 "gm/inversepaths.cpp",
367 "gm/jpg_color_cube.cpp",
368 "gm/largeglyphblur.cpp",
369 "gm/lattice.cpp",
370 "gm/lcdblendmodes.cpp",
371 "gm/lcdoverlap.cpp",
372 "gm/lcdtext.cpp",
373 "gm/lighting.cpp",
374 "gm/lightingshader.cpp",
375 "gm/lightingshader2.cpp",
376 "gm/linepaths.cpp",
377 "gm/localmatriximagefilter.cpp",
378 "gm/localmatriximageshader.cpp",
379 "gm/localmatrixshader.cpp",
380 "gm/lumafilter.cpp",
381 "gm/makeRasterImage.cpp",
382 "gm/makecolorspace.cpp",
383 "gm/mandoline.cpp",
384 "gm/manypaths.cpp",
385 "gm/matrixconvolution.cpp",
386 "gm/matriximagefilter.cpp",
387 "gm/megalooper.cpp",
388 "gm/mipmap.cpp",
389 "gm/mixedtextblobs.cpp",
390 "gm/modecolorfilters.cpp",
391 "gm/morphology.cpp",
392 "gm/multipicturedraw.cpp",
393 "gm/nested.cpp",
394 "gm/ninepatchstretch.cpp",
395 "gm/nonclosedpaths.cpp",
396 "gm/offsetimagefilter.cpp",
397 "gm/orientation.cpp",
398 "gm/ovals.cpp",
399 "gm/overdrawcolorfilter.cpp",
400 "gm/p3.cpp",
401 "gm/patch.cpp",
402 "gm/path_stroke_with_zero_length.cpp",
403 "gm/pathcontourstart.cpp",
404 "gm/patheffects.cpp",
405 "gm/pathfill.cpp",
406 "gm/pathinterior.cpp",
407 "gm/pathmaskcache.cpp",
408 "gm/pathmeasure.cpp",
409 "gm/pathopsinverse.cpp",
410 "gm/pathopsskpclip.cpp",
411 "gm/pathreverse.cpp",
412 "gm/pdf_never_embed.cpp",
413 "gm/perlinnoise.cpp",
414 "gm/perspimages.cpp",
415 "gm/perspshaders.cpp",
416 "gm/picture.cpp",
417 "gm/pictureimagefilter.cpp",
418 "gm/pictureimagegenerator.cpp",
419 "gm/pictureshader.cpp",
420 "gm/pictureshadercache.cpp",
421 "gm/pictureshadertile.cpp",
422 "gm/pixelsnap.cpp",
423 "gm/plus.cpp",
424 "gm/points.cpp",
425 "gm/poly2poly.cpp",
426 "gm/polygonoffset.cpp",
427 "gm/polygons.cpp",
428 "gm/quadpaths.cpp",
429 "gm/radial_gradient_precision.cpp",
430 "gm/readpixels.cpp",
431 "gm/recordopts.cpp",
432 "gm/rectangletexture.cpp",
433 "gm/rects.cpp",
434 "gm/repeated_bitmap.cpp",
435 "gm/resizeimagefilter.cpp",
436 "gm/roundrects.cpp",
437 "gm/rrect.cpp",
438 "gm/rrectclipdrawpaint.cpp",
439 "gm/rrects.cpp",
440 "gm/samplerstress.cpp",
441 "gm/savelayer.cpp",
442 "gm/scaledemoji.cpp",
443 "gm/scaledemoji_rendering.cpp",
444 "gm/scaledstrokes.cpp",
445 "gm/shadermaskfilter.cpp",
446 "gm/shadertext3.cpp",
447 "gm/shadows.cpp",
448 "gm/shadowutils.cpp",
449 "gm/shallowgradient.cpp",
450 "gm/shapes.cpp",
451 "gm/shapes_as_paths.cpp",
452 "gm/sharedcorners.cpp",
453 "gm/showmiplevels.cpp",
454 "gm/simple_magnification.cpp",
455 "gm/simpleaaclip.cpp",
456 "gm/simplerect.cpp",
457 "gm/skbug1719.cpp",
458 "gm/skbug_257.cpp",
459 "gm/skbug_4868.cpp",
460 "gm/skbug_5321.cpp",
461 "gm/skbug_8664.cpp",
462 "gm/skinning.cpp",
463 "gm/smallarc.cpp",
464 "gm/smallpaths.cpp",
465 "gm/spritebitmap.cpp",
466 "gm/srcmode.cpp",
467 "gm/srgb.cpp",
468 "gm/stlouisarch.cpp",
469 "gm/stringart.cpp",
470 "gm/stroke_rect_shader.cpp",
471 "gm/strokedlines.cpp",
472 "gm/strokefill.cpp",
473 "gm/strokerect.cpp",
474 "gm/strokerects.cpp",
475 "gm/strokes.cpp",
476 "gm/stroketext.cpp",
477 "gm/subsetshader.cpp",
478 "gm/surface.cpp",
479 "gm/tablecolorfilter.cpp",
480 "gm/tallstretchedbitmaps.cpp",
481 "gm/testgradient.cpp",
482 "gm/text_scale_skew.cpp",
483 "gm/textblob.cpp",
484 "gm/textblobblockreordering.cpp",
485 "gm/textblobcolortrans.cpp",
486 "gm/textblobgeometrychange.cpp",
487 "gm/textbloblooper.cpp",
488 "gm/textblobmixedsizes.cpp",
489 "gm/textblobrandomfont.cpp",
490 "gm/textblobshader.cpp",
491 "gm/textblobtransforms.cpp",
492 "gm/textblobuseaftergpufree.cpp",
493 "gm/texteffects.cpp",
494 "gm/texturedomaineffect.cpp",
495 "gm/thinconcavepaths.cpp",
496 "gm/thinrects.cpp",
497 "gm/thinstrokedrects.cpp",
498 "gm/tiledscaledbitmap.cpp",
499 "gm/tileimagefilter.cpp",
500 "gm/tilemodes.cpp",
501 "gm/tilemodes_scaled.cpp",
502 "gm/tinybitmap.cpp",
503 "gm/tosrgb_colorfilter.cpp",
504 "gm/transparency.cpp",
505 "gm/trickycubicstrokes.cpp",
506 "gm/typeface.cpp",
507 "gm/unpremul.cpp",
508 "gm/variedtext.cpp",
509 "gm/vertices.cpp",
510 "gm/verylargebitmap.cpp",
511 "gm/wacky_yuv_formats.cpp",
512 "gm/windowrectangles.cpp",
513 "gm/xfermodeimagefilter.cpp",
514 "gm/xfermodes.cpp",
515 "gm/xfermodes2.cpp",
516 "gm/xfermodes3.cpp",
517 "gm/yuvtorgbeffect.cpp",
518 "src/android/SkAndroidFrameworkUtils.cpp",
519 "src/android/SkAnimatedImage.cpp",
520 "src/android/SkBitmapRegionCodec.cpp",
521 "src/android/SkBitmapRegionDecoder.cpp",
522 "src/atlastext/SkAtlasTextContext.cpp",
523 "src/atlastext/SkAtlasTextTarget.cpp",
524 "src/atlastext/SkInternalAtlasTextContext.cpp",
525 "src/c/sk_effects.cpp",
526 "src/c/sk_imageinfo.cpp",
527 "src/c/sk_paint.cpp",
528 "src/c/sk_surface.cpp",
529 "src/codec/SkAndroidCodec.cpp",
530 "src/codec/SkAndroidCodecAdapter.cpp",
531 "src/codec/SkBmpBaseCodec.cpp",
532 "src/codec/SkBmpCodec.cpp",
533 "src/codec/SkBmpMaskCodec.cpp",
534 "src/codec/SkBmpRLECodec.cpp",
535 "src/codec/SkBmpStandardCodec.cpp",
536 "src/codec/SkCodec.cpp",
537 "src/codec/SkCodecImageGenerator.cpp",
538 "src/codec/SkColorTable.cpp",
539 "src/codec/SkEncodedInfo.cpp",
540 "src/codec/SkGifCodec.cpp",
Hal Canarya1c41412019-02-06 15:42:27 -0500541 "src/codec/SkIcoCodec.cpp",
542 "src/codec/SkJpegCodec.cpp",
543 "src/codec/SkJpegDecoderMgr.cpp",
544 "src/codec/SkJpegUtility.cpp",
545 "src/codec/SkMaskSwizzler.cpp",
546 "src/codec/SkMasks.cpp",
547 "src/codec/SkPngCodec.cpp",
548 "src/codec/SkSampledCodec.cpp",
549 "src/codec/SkSampler.cpp",
550 "src/codec/SkStreamBuffer.cpp",
551 "src/codec/SkSwizzler.cpp",
552 "src/codec/SkWbmpCodec.cpp",
553 "src/codec/SkWebpCodec.cpp",
554 "src/core/SkAAClip.cpp",
555 "src/core/SkATrace.cpp",
556 "src/core/SkAlphaRuns.cpp",
557 "src/core/SkAnalyticEdge.cpp",
558 "src/core/SkAnnotation.cpp",
559 "src/core/SkArenaAlloc.cpp",
560 "src/core/SkAutoPixmapStorage.cpp",
561 "src/core/SkBBHFactory.cpp",
562 "src/core/SkBigPicture.cpp",
563 "src/core/SkBitmap.cpp",
564 "src/core/SkBitmapCache.cpp",
565 "src/core/SkBitmapController.cpp",
566 "src/core/SkBitmapDevice.cpp",
567 "src/core/SkBitmapProcState.cpp",
568 "src/core/SkBitmapProcState_matrixProcs.cpp",
569 "src/core/SkBitmapProvider.cpp",
570 "src/core/SkBlendMode.cpp",
571 "src/core/SkBlitRow_D32.cpp",
572 "src/core/SkBlitter.cpp",
573 "src/core/SkBlitter_A8.cpp",
574 "src/core/SkBlitter_ARGB32.cpp",
575 "src/core/SkBlitter_RGB565.cpp",
576 "src/core/SkBlitter_Sprite.cpp",
577 "src/core/SkBlurMF.cpp",
578 "src/core/SkBlurMask.cpp",
579 "src/core/SkBuffer.cpp",
580 "src/core/SkCachedData.cpp",
581 "src/core/SkCanvas.cpp",
582 "src/core/SkCanvasPriv.cpp",
583 "src/core/SkClipStack.cpp",
584 "src/core/SkClipStackDevice.cpp",
585 "src/core/SkColor.cpp",
586 "src/core/SkColorFilter.cpp",
587 "src/core/SkColorMatrixFilterRowMajor255.cpp",
588 "src/core/SkColorSpace.cpp",
589 "src/core/SkColorSpaceXformCanvas.cpp",
590 "src/core/SkColorSpaceXformSteps.cpp",
591 "src/core/SkColorSpaceXformer.cpp",
592 "src/core/SkConvertPixels.cpp",
593 "src/core/SkCoverageDelta.cpp",
594 "src/core/SkCpu.cpp",
595 "src/core/SkCubicClipper.cpp",
596 "src/core/SkCubicMap.cpp",
597 "src/core/SkData.cpp",
598 "src/core/SkDataTable.cpp",
599 "src/core/SkDebug.cpp",
600 "src/core/SkDeferredDisplayList.cpp",
601 "src/core/SkDeferredDisplayListRecorder.cpp",
602 "src/core/SkDeque.cpp",
603 "src/core/SkDescriptor.cpp",
604 "src/core/SkDevice.cpp",
605 "src/core/SkDistanceFieldGen.cpp",
606 "src/core/SkDocument.cpp",
607 "src/core/SkDraw.cpp",
608 "src/core/SkDrawLooper.cpp",
609 "src/core/SkDrawShadowInfo.cpp",
610 "src/core/SkDraw_text.cpp",
611 "src/core/SkDraw_vertices.cpp",
612 "src/core/SkDrawable.cpp",
613 "src/core/SkEdge.cpp",
614 "src/core/SkEdgeBuilder.cpp",
615 "src/core/SkEdgeClipper.cpp",
616 "src/core/SkExecutor.cpp",
617 "src/core/SkFlattenable.cpp",
618 "src/core/SkFont.cpp",
619 "src/core/SkFontDescriptor.cpp",
620 "src/core/SkFontLCDConfig.cpp",
621 "src/core/SkFontMgr.cpp",
622 "src/core/SkFontPriv.cpp",
623 "src/core/SkFontStream.cpp",
624 "src/core/SkGaussFilter.cpp",
625 "src/core/SkGeometry.cpp",
626 "src/core/SkGlobalInitialization_core.cpp",
627 "src/core/SkGlyph.cpp",
628 "src/core/SkGlyphRun.cpp",
629 "src/core/SkGlyphRunPainter.cpp",
630 "src/core/SkGpuBlurUtils.cpp",
631 "src/core/SkGraphics.cpp",
632 "src/core/SkHalf.cpp",
633 "src/core/SkICC.cpp",
634 "src/core/SkImageFilter.cpp",
635 "src/core/SkImageFilterCache.cpp",
636 "src/core/SkImageGenerator.cpp",
637 "src/core/SkImageInfo.cpp",
638 "src/core/SkLatticeIter.cpp",
639 "src/core/SkLineClipper.cpp",
640 "src/core/SkLiteDL.cpp",
641 "src/core/SkLiteRecorder.cpp",
642 "src/core/SkLocalMatrixImageFilter.cpp",
643 "src/core/SkMD5.cpp",
644 "src/core/SkMallocPixelRef.cpp",
645 "src/core/SkMask.cpp",
646 "src/core/SkMaskBlurFilter.cpp",
647 "src/core/SkMaskCache.cpp",
648 "src/core/SkMaskFilter.cpp",
649 "src/core/SkMaskGamma.cpp",
650 "src/core/SkMath.cpp",
651 "src/core/SkMatrix.cpp",
652 "src/core/SkMatrix44.cpp",
653 "src/core/SkMatrixImageFilter.cpp",
654 "src/core/SkMetaData.cpp",
655 "src/core/SkMiniRecorder.cpp",
656 "src/core/SkMipMap.cpp",
657 "src/core/SkModeColorFilter.cpp",
658 "src/core/SkMultiPictureDraw.cpp",
659 "src/core/SkNormalFlatSource.cpp",
660 "src/core/SkNormalMapSource.cpp",
661 "src/core/SkNormalSource.cpp",
662 "src/core/SkOpts.cpp",
663 "src/core/SkOverdrawCanvas.cpp",
664 "src/core/SkPaint.cpp",
665 "src/core/SkPaintPriv.cpp",
666 "src/core/SkPath.cpp",
667 "src/core/SkPathEffect.cpp",
668 "src/core/SkPathMeasure.cpp",
669 "src/core/SkPathRef.cpp",
670 "src/core/SkPath_serial.cpp",
671 "src/core/SkPicture.cpp",
672 "src/core/SkPictureData.cpp",
673 "src/core/SkPictureFlat.cpp",
674 "src/core/SkPictureImageGenerator.cpp",
675 "src/core/SkPicturePlayback.cpp",
676 "src/core/SkPictureRecord.cpp",
677 "src/core/SkPictureRecorder.cpp",
678 "src/core/SkPixelRef.cpp",
679 "src/core/SkPixmap.cpp",
680 "src/core/SkPoint.cpp",
681 "src/core/SkPoint3.cpp",
682 "src/core/SkPromiseImageTexture.cpp",
683 "src/core/SkPtrRecorder.cpp",
684 "src/core/SkQuadClipper.cpp",
685 "src/core/SkRRect.cpp",
686 "src/core/SkRTree.cpp",
687 "src/core/SkRWBuffer.cpp",
688 "src/core/SkRasterClip.cpp",
689 "src/core/SkRasterPipeline.cpp",
690 "src/core/SkRasterPipelineBlitter.cpp",
691 "src/core/SkReadBuffer.cpp",
692 "src/core/SkRecord.cpp",
693 "src/core/SkRecordDraw.cpp",
694 "src/core/SkRecordOpts.cpp",
695 "src/core/SkRecordedDrawable.cpp",
696 "src/core/SkRecorder.cpp",
697 "src/core/SkRecords.cpp",
698 "src/core/SkRect.cpp",
699 "src/core/SkRegion.cpp",
700 "src/core/SkRegion_path.cpp",
701 "src/core/SkRemoteGlyphCache.cpp",
702 "src/core/SkResourceCache.cpp",
703 "src/core/SkScalar.cpp",
704 "src/core/SkScalerContext.cpp",
705 "src/core/SkScan.cpp",
706 "src/core/SkScan_AAAPath.cpp",
707 "src/core/SkScan_AntiPath.cpp",
708 "src/core/SkScan_Antihair.cpp",
709 "src/core/SkScan_DAAPath.cpp",
710 "src/core/SkScan_Hairline.cpp",
711 "src/core/SkScan_Path.cpp",
712 "src/core/SkSemaphore.cpp",
713 "src/core/SkSharedMutex.cpp",
714 "src/core/SkSpecialImage.cpp",
715 "src/core/SkSpecialSurface.cpp",
716 "src/core/SkSpinlock.cpp",
717 "src/core/SkSpriteBlitter_ARGB32.cpp",
718 "src/core/SkSpriteBlitter_RGB565.cpp",
719 "src/core/SkStream.cpp",
720 "src/core/SkStrike.cpp",
721 "src/core/SkStrikeCache.cpp",
722 "src/core/SkString.cpp",
723 "src/core/SkStringUtils.cpp",
724 "src/core/SkStroke.cpp",
725 "src/core/SkStrokeRec.cpp",
726 "src/core/SkStrokerPriv.cpp",
727 "src/core/SkSurfaceCharacterization.cpp",
728 "src/core/SkSwizzle.cpp",
729 "src/core/SkTLS.cpp",
730 "src/core/SkTSearch.cpp",
731 "src/core/SkTaskGroup.cpp",
732 "src/core/SkTextBlob.cpp",
733 "src/core/SkThreadID.cpp",
734 "src/core/SkTime.cpp",
735 "src/core/SkTypeface.cpp",
736 "src/core/SkTypefaceCache.cpp",
737 "src/core/SkTypeface_remote.cpp",
738 "src/core/SkUnPreMultiply.cpp",
739 "src/core/SkUtils.cpp",
740 "src/core/SkVertState.cpp",
741 "src/core/SkVertices.cpp",
742 "src/core/SkWriteBuffer.cpp",
743 "src/core/SkWriter32.cpp",
744 "src/core/SkXfermode.cpp",
745 "src/core/SkXfermodeInterpretation.cpp",
746 "src/core/SkYUVASizeInfo.cpp",
747 "src/core/SkYUVPlanesCache.cpp",
748 "src/effects/Sk1DPathEffect.cpp",
749 "src/effects/Sk2DPathEffect.cpp",
750 "src/effects/SkColorMatrix.cpp",
751 "src/effects/SkColorMatrixFilter.cpp",
752 "src/effects/SkCornerPathEffect.cpp",
753 "src/effects/SkDashPathEffect.cpp",
754 "src/effects/SkDiscretePathEffect.cpp",
755 "src/effects/SkEmbossMask.cpp",
756 "src/effects/SkEmbossMaskFilter.cpp",
757 "src/effects/SkHighContrastFilter.cpp",
758 "src/effects/SkLayerDrawLooper.cpp",
759 "src/effects/SkLumaColorFilter.cpp",
760 "src/effects/SkOpPathEffect.cpp",
761 "src/effects/SkOverdrawColorFilter.cpp",
762 "src/effects/SkPackBits.cpp",
763 "src/effects/SkShaderMaskFilter.cpp",
764 "src/effects/SkTableColorFilter.cpp",
765 "src/effects/SkTableMaskFilter.cpp",
766 "src/effects/SkToSRGBColorFilter.cpp",
767 "src/effects/SkTrimPathEffect.cpp",
768 "src/effects/imagefilters/SkAlphaThresholdFilter.cpp",
769 "src/effects/imagefilters/SkArithmeticImageFilter.cpp",
770 "src/effects/imagefilters/SkBlurImageFilter.cpp",
771 "src/effects/imagefilters/SkColorFilterImageFilter.cpp",
772 "src/effects/imagefilters/SkComposeImageFilter.cpp",
773 "src/effects/imagefilters/SkDisplacementMapEffect.cpp",
774 "src/effects/imagefilters/SkDropShadowImageFilter.cpp",
775 "src/effects/imagefilters/SkImageSource.cpp",
776 "src/effects/imagefilters/SkLightingImageFilter.cpp",
777 "src/effects/imagefilters/SkMagnifierImageFilter.cpp",
778 "src/effects/imagefilters/SkMatrixConvolutionImageFilter.cpp",
779 "src/effects/imagefilters/SkMergeImageFilter.cpp",
780 "src/effects/imagefilters/SkMorphologyImageFilter.cpp",
781 "src/effects/imagefilters/SkOffsetImageFilter.cpp",
782 "src/effects/imagefilters/SkPaintImageFilter.cpp",
783 "src/effects/imagefilters/SkPictureImageFilter.cpp",
784 "src/effects/imagefilters/SkTileImageFilter.cpp",
785 "src/effects/imagefilters/SkXfermodeImageFilter.cpp",
786 "src/gpu/GrAHardwareBufferImageGenerator.cpp",
787 "src/gpu/GrAuditTrail.cpp",
788 "src/gpu/GrBackendSurface.cpp",
789 "src/gpu/GrBackendTextureImageGenerator.cpp",
790 "src/gpu/GrBitmapTextureMaker.cpp",
791 "src/gpu/GrBlurUtils.cpp",
792 "src/gpu/GrBuffer.cpp",
793 "src/gpu/GrBufferAllocPool.cpp",
794 "src/gpu/GrCaps.cpp",
795 "src/gpu/GrClipStackClip.cpp",
796 "src/gpu/GrColorSpaceInfo.cpp",
797 "src/gpu/GrColorSpaceXform.cpp",
798 "src/gpu/GrContext.cpp",
799 "src/gpu/GrContextThreadSafeProxy.cpp",
800 "src/gpu/GrContext_Base.cpp",
801 "src/gpu/GrDDLContext.cpp",
802 "src/gpu/GrDefaultGeoProcFactory.cpp",
803 "src/gpu/GrDeinstantiateProxyTracker.cpp",
804 "src/gpu/GrDirectContext.cpp",
805 "src/gpu/GrDistanceFieldGenFromVector.cpp",
806 "src/gpu/GrDrawOpAtlas.cpp",
807 "src/gpu/GrDrawOpTest.cpp",
808 "src/gpu/GrDrawingManager.cpp",
809 "src/gpu/GrDriverBugWorkarounds.cpp",
810 "src/gpu/GrFixedClip.cpp",
811 "src/gpu/GrFragmentProcessor.cpp",
812 "src/gpu/GrGpu.cpp",
813 "src/gpu/GrGpuCommandBuffer.cpp",
814 "src/gpu/GrGpuResource.cpp",
815 "src/gpu/GrImageContext.cpp",
816 "src/gpu/GrImageTextureMaker.cpp",
817 "src/gpu/GrMemoryPool.cpp",
818 "src/gpu/GrOnFlushResourceProvider.cpp",
819 "src/gpu/GrOpFlushState.cpp",
820 "src/gpu/GrOpList.cpp",
821 "src/gpu/GrPaint.cpp",
822 "src/gpu/GrPath.cpp",
823 "src/gpu/GrPathProcessor.cpp",
824 "src/gpu/GrPathRenderer.cpp",
825 "src/gpu/GrPathRendererChain.cpp",
826 "src/gpu/GrPathRendering.cpp",
827 "src/gpu/GrPathUtils.cpp",
828 "src/gpu/GrPipeline.cpp",
829 "src/gpu/GrPrimitiveProcessor.cpp",
830 "src/gpu/GrProcessor.cpp",
831 "src/gpu/GrProcessorAnalysis.cpp",
832 "src/gpu/GrProcessorSet.cpp",
833 "src/gpu/GrProcessorUnitTest.cpp",
834 "src/gpu/GrProgramDesc.cpp",
835 "src/gpu/GrProxyProvider.cpp",
836 "src/gpu/GrQuad.cpp",
837 "src/gpu/GrRecordingContext.cpp",
838 "src/gpu/GrRectanizer_pow2.cpp",
839 "src/gpu/GrRectanizer_skyline.cpp",
840 "src/gpu/GrReducedClip.cpp",
841 "src/gpu/GrRenderTarget.cpp",
842 "src/gpu/GrRenderTargetContext.cpp",
843 "src/gpu/GrRenderTargetOpList.cpp",
844 "src/gpu/GrRenderTargetProxy.cpp",
845 "src/gpu/GrResourceAllocator.cpp",
846 "src/gpu/GrResourceCache.cpp",
847 "src/gpu/GrResourceProvider.cpp",
848 "src/gpu/GrSKSLPrettyPrint.cpp",
849 "src/gpu/GrSWMaskHelper.cpp",
850 "src/gpu/GrShaderCaps.cpp",
851 "src/gpu/GrShaderVar.cpp",
852 "src/gpu/GrShape.cpp",
853 "src/gpu/GrSoftwarePathRenderer.cpp",
854 "src/gpu/GrStencilAttachment.cpp",
855 "src/gpu/GrStencilSettings.cpp",
856 "src/gpu/GrStyle.cpp",
857 "src/gpu/GrSurface.cpp",
858 "src/gpu/GrSurfaceContext.cpp",
859 "src/gpu/GrSurfaceProxy.cpp",
860 "src/gpu/GrTessellator.cpp",
861 "src/gpu/GrTestUtils.cpp",
862 "src/gpu/GrTexture.cpp",
863 "src/gpu/GrTextureAdjuster.cpp",
864 "src/gpu/GrTextureContext.cpp",
865 "src/gpu/GrTextureMaker.cpp",
866 "src/gpu/GrTextureOpList.cpp",
867 "src/gpu/GrTextureProducer.cpp",
868 "src/gpu/GrTextureProxy.cpp",
869 "src/gpu/GrTextureRenderTargetProxy.cpp",
870 "src/gpu/GrXferProcessor.cpp",
871 "src/gpu/GrYUVProvider.cpp",
872 "src/gpu/SkGpuDevice.cpp",
873 "src/gpu/SkGpuDevice_drawTexture.cpp",
874 "src/gpu/SkGr.cpp",
875 "src/gpu/ccpr/GrCCAtlas.cpp",
876 "src/gpu/ccpr/GrCCClipPath.cpp",
877 "src/gpu/ccpr/GrCCClipProcessor.cpp",
878 "src/gpu/ccpr/GrCCConicShader.cpp",
879 "src/gpu/ccpr/GrCCCoverageProcessor.cpp",
880 "src/gpu/ccpr/GrCCCoverageProcessor_GSImpl.cpp",
881 "src/gpu/ccpr/GrCCCoverageProcessor_VSImpl.cpp",
882 "src/gpu/ccpr/GrCCCubicShader.cpp",
883 "src/gpu/ccpr/GrCCDrawPathsOp.cpp",
884 "src/gpu/ccpr/GrCCFillGeometry.cpp",
885 "src/gpu/ccpr/GrCCFiller.cpp",
886 "src/gpu/ccpr/GrCCPathCache.cpp",
887 "src/gpu/ccpr/GrCCPathProcessor.cpp",
888 "src/gpu/ccpr/GrCCPerFlushResources.cpp",
889 "src/gpu/ccpr/GrCCQuadraticShader.cpp",
890 "src/gpu/ccpr/GrCCStrokeGeometry.cpp",
891 "src/gpu/ccpr/GrCCStroker.cpp",
892 "src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp",
893 "src/gpu/effects/GrAARectEffect.cpp",
894 "src/gpu/effects/GrAlphaThresholdFragmentProcessor.cpp",
895 "src/gpu/effects/GrBezierEffect.cpp",
896 "src/gpu/effects/GrBicubicEffect.cpp",
897 "src/gpu/effects/GrBitmapTextGeoProc.cpp",
898 "src/gpu/effects/GrBlurredEdgeFragmentProcessor.cpp",
899 "src/gpu/effects/GrCircleBlurFragmentProcessor.cpp",
900 "src/gpu/effects/GrCircleEffect.cpp",
901 "src/gpu/effects/GrConfigConversionEffect.cpp",
902 "src/gpu/effects/GrConstColorProcessor.cpp",
903 "src/gpu/effects/GrConvexPolyEffect.cpp",
904 "src/gpu/effects/GrCoverageSetOpXP.cpp",
905 "src/gpu/effects/GrCustomXfermode.cpp",
906 "src/gpu/effects/GrDisableColorXP.cpp",
907 "src/gpu/effects/GrDistanceFieldGeoProc.cpp",
908 "src/gpu/effects/GrEllipseEffect.cpp",
909 "src/gpu/effects/GrGaussianConvolutionFragmentProcessor.cpp",
910 "src/gpu/effects/GrLumaColorFilterEffect.cpp",
911 "src/gpu/effects/GrMagnifierEffect.cpp",
912 "src/gpu/effects/GrMatrixConvolutionEffect.cpp",
913 "src/gpu/effects/GrOvalEffect.cpp",
914 "src/gpu/effects/GrPorterDuffXferProcessor.cpp",
915 "src/gpu/effects/GrPremulInputFragmentProcessor.cpp",
916 "src/gpu/effects/GrRRectBlurEffect.cpp",
917 "src/gpu/effects/GrRRectEffect.cpp",
918 "src/gpu/effects/GrRectBlurEffect.cpp",
919 "src/gpu/effects/GrSRGBEffect.cpp",
920 "src/gpu/effects/GrShadowGeoProc.cpp",
921 "src/gpu/effects/GrSimpleTextureEffect.cpp",
922 "src/gpu/effects/GrSkSLFP.cpp",
923 "src/gpu/effects/GrTextureDomain.cpp",
924 "src/gpu/effects/GrXfermodeFragmentProcessor.cpp",
925 "src/gpu/effects/GrYUVtoRGBEffect.cpp",
926 "src/gpu/gl/GrGLAssembleInterface.cpp",
927 "src/gpu/gl/GrGLBuffer.cpp",
928 "src/gpu/gl/GrGLCaps.cpp",
929 "src/gpu/gl/GrGLContext.cpp",
930 "src/gpu/gl/GrGLCreateNullInterface.cpp",
931 "src/gpu/gl/GrGLExtensions.cpp",
932 "src/gpu/gl/GrGLGLSL.cpp",
933 "src/gpu/gl/GrGLGpu.cpp",
934 "src/gpu/gl/GrGLGpuCommandBuffer.cpp",
935 "src/gpu/gl/GrGLGpuProgramCache.cpp",
936 "src/gpu/gl/GrGLInterface.cpp",
937 "src/gpu/gl/GrGLPath.cpp",
938 "src/gpu/gl/GrGLPathRendering.cpp",
939 "src/gpu/gl/GrGLProgram.cpp",
940 "src/gpu/gl/GrGLProgramDataManager.cpp",
941 "src/gpu/gl/GrGLRenderTarget.cpp",
942 "src/gpu/gl/GrGLSemaphore.cpp",
943 "src/gpu/gl/GrGLStencilAttachment.cpp",
944 "src/gpu/gl/GrGLTestInterface.cpp",
945 "src/gpu/gl/GrGLTexture.cpp",
946 "src/gpu/gl/GrGLTextureRenderTarget.cpp",
947 "src/gpu/gl/GrGLUniformHandler.cpp",
948 "src/gpu/gl/GrGLUtil.cpp",
949 "src/gpu/gl/GrGLVaryingHandler.cpp",
950 "src/gpu/gl/GrGLVertexArray.cpp",
951 "src/gpu/gl/builders/GrGLProgramBuilder.cpp",
952 "src/gpu/gl/builders/GrGLShaderStringBuilder.cpp",
953 "src/gpu/gl/egl/GrGLMakeNativeInterface_egl.cpp",
954 "src/gpu/glsl/GrGLSL.cpp",
955 "src/gpu/glsl/GrGLSLBlend.cpp",
956 "src/gpu/glsl/GrGLSLFragmentProcessor.cpp",
957 "src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp",
958 "src/gpu/glsl/GrGLSLGeometryProcessor.cpp",
959 "src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp",
960 "src/gpu/glsl/GrGLSLProgramBuilder.cpp",
961 "src/gpu/glsl/GrGLSLProgramDataManager.cpp",
962 "src/gpu/glsl/GrGLSLShaderBuilder.cpp",
963 "src/gpu/glsl/GrGLSLUtil.cpp",
964 "src/gpu/glsl/GrGLSLVarying.cpp",
965 "src/gpu/glsl/GrGLSLVertexGeoBuilder.cpp",
966 "src/gpu/glsl/GrGLSLXferProcessor.cpp",
967 "src/gpu/gradients/GrClampedGradientEffect.cpp",
968 "src/gpu/gradients/GrDualIntervalGradientColorizer.cpp",
969 "src/gpu/gradients/GrGradientBitmapCache.cpp",
970 "src/gpu/gradients/GrGradientShader.cpp",
971 "src/gpu/gradients/GrLinearGradientLayout.cpp",
972 "src/gpu/gradients/GrRadialGradientLayout.cpp",
973 "src/gpu/gradients/GrSingleIntervalGradientColorizer.cpp",
974 "src/gpu/gradients/GrSweepGradientLayout.cpp",
975 "src/gpu/gradients/GrTextureGradientColorizer.cpp",
976 "src/gpu/gradients/GrTiledGradientEffect.cpp",
977 "src/gpu/gradients/GrTwoPointConicalGradientLayout.cpp",
978 "src/gpu/gradients/GrUnrolledBinaryGradientColorizer.cpp",
979 "src/gpu/mock/GrMockGpu.cpp",
980 "src/gpu/ops/GrAAConvexPathRenderer.cpp",
981 "src/gpu/ops/GrAAConvexTessellator.cpp",
982 "src/gpu/ops/GrAAFillRRectOp.cpp",
983 "src/gpu/ops/GrAAHairLinePathRenderer.cpp",
984 "src/gpu/ops/GrAALinearizingConvexPathRenderer.cpp",
985 "src/gpu/ops/GrAtlasTextOp.cpp",
986 "src/gpu/ops/GrClearOp.cpp",
987 "src/gpu/ops/GrClearStencilClipOp.cpp",
988 "src/gpu/ops/GrCopySurfaceOp.cpp",
989 "src/gpu/ops/GrDashLinePathRenderer.cpp",
990 "src/gpu/ops/GrDashOp.cpp",
991 "src/gpu/ops/GrDebugMarkerOp.cpp",
992 "src/gpu/ops/GrDefaultPathRenderer.cpp",
993 "src/gpu/ops/GrDrawAtlasOp.cpp",
994 "src/gpu/ops/GrDrawPathOp.cpp",
995 "src/gpu/ops/GrDrawVerticesOp.cpp",
996 "src/gpu/ops/GrDrawableOp.cpp",
997 "src/gpu/ops/GrFillRectOp.cpp",
998 "src/gpu/ops/GrLatticeOp.cpp",
999 "src/gpu/ops/GrMeshDrawOp.cpp",
1000 "src/gpu/ops/GrOp.cpp",
1001 "src/gpu/ops/GrOvalOpFactory.cpp",
1002 "src/gpu/ops/GrQuadPerEdgeAA.cpp",
1003 "src/gpu/ops/GrRegionOp.cpp",
1004 "src/gpu/ops/GrSemaphoreOp.cpp",
1005 "src/gpu/ops/GrShadowRRectOp.cpp",
1006 "src/gpu/ops/GrSimpleMeshDrawOpHelper.cpp",
1007 "src/gpu/ops/GrSmallPathRenderer.cpp",
1008 "src/gpu/ops/GrStencilAndCoverPathRenderer.cpp",
1009 "src/gpu/ops/GrStencilPathOp.cpp",
1010 "src/gpu/ops/GrStrokeRectOp.cpp",
1011 "src/gpu/ops/GrTessellatingPathRenderer.cpp",
1012 "src/gpu/ops/GrTextureOp.cpp",
1013 "src/gpu/text/GrAtlasManager.cpp",
1014 "src/gpu/text/GrDistanceFieldAdjustTable.cpp",
1015 "src/gpu/text/GrSDFMaskFilter.cpp",
1016 "src/gpu/text/GrStrikeCache.cpp",
1017 "src/gpu/text/GrTextBlob.cpp",
1018 "src/gpu/text/GrTextBlobCache.cpp",
1019 "src/gpu/text/GrTextBlobVertexRegenerator.cpp",
1020 "src/gpu/text/GrTextContext.cpp",
1021 "src/gpu/vk/GrVkAMDMemoryAllocator.cpp",
1022 "src/gpu/vk/GrVkBuffer.cpp",
1023 "src/gpu/vk/GrVkBufferView.cpp",
1024 "src/gpu/vk/GrVkCaps.cpp",
1025 "src/gpu/vk/GrVkCommandBuffer.cpp",
1026 "src/gpu/vk/GrVkCommandPool.cpp",
1027 "src/gpu/vk/GrVkCopyManager.cpp",
1028 "src/gpu/vk/GrVkCopyPipeline.cpp",
1029 "src/gpu/vk/GrVkDescriptorPool.cpp",
1030 "src/gpu/vk/GrVkDescriptorSet.cpp",
1031 "src/gpu/vk/GrVkDescriptorSetManager.cpp",
1032 "src/gpu/vk/GrVkExtensions.cpp",
1033 "src/gpu/vk/GrVkFramebuffer.cpp",
1034 "src/gpu/vk/GrVkGpu.cpp",
1035 "src/gpu/vk/GrVkGpuCommandBuffer.cpp",
1036 "src/gpu/vk/GrVkImage.cpp",
1037 "src/gpu/vk/GrVkImageView.cpp",
1038 "src/gpu/vk/GrVkIndexBuffer.cpp",
1039 "src/gpu/vk/GrVkInterface.cpp",
1040 "src/gpu/vk/GrVkMemory.cpp",
1041 "src/gpu/vk/GrVkPipeline.cpp",
1042 "src/gpu/vk/GrVkPipelineLayout.cpp",
1043 "src/gpu/vk/GrVkPipelineState.cpp",
1044 "src/gpu/vk/GrVkPipelineStateBuilder.cpp",
1045 "src/gpu/vk/GrVkPipelineStateCache.cpp",
1046 "src/gpu/vk/GrVkPipelineStateDataManager.cpp",
1047 "src/gpu/vk/GrVkRenderPass.cpp",
1048 "src/gpu/vk/GrVkRenderTarget.cpp",
1049 "src/gpu/vk/GrVkResourceProvider.cpp",
1050 "src/gpu/vk/GrVkSampler.cpp",
1051 "src/gpu/vk/GrVkSamplerYcbcrConversion.cpp",
1052 "src/gpu/vk/GrVkSecondaryCBDrawContext.cpp",
1053 "src/gpu/vk/GrVkSemaphore.cpp",
1054 "src/gpu/vk/GrVkStencilAttachment.cpp",
1055 "src/gpu/vk/GrVkTexture.cpp",
1056 "src/gpu/vk/GrVkTextureRenderTarget.cpp",
1057 "src/gpu/vk/GrVkTransferBuffer.cpp",
1058 "src/gpu/vk/GrVkTypesPriv.cpp",
1059 "src/gpu/vk/GrVkUniformBuffer.cpp",
1060 "src/gpu/vk/GrVkUniformHandler.cpp",
1061 "src/gpu/vk/GrVkUtil.cpp",
1062 "src/gpu/vk/GrVkVaryingHandler.cpp",
1063 "src/gpu/vk/GrVkVertexBuffer.cpp",
1064 "src/image/SkImage.cpp",
1065 "src/image/SkImage_Gpu.cpp",
1066 "src/image/SkImage_GpuBase.cpp",
1067 "src/image/SkImage_GpuYUVA.cpp",
1068 "src/image/SkImage_Lazy.cpp",
1069 "src/image/SkImage_Raster.cpp",
1070 "src/image/SkSurface.cpp",
1071 "src/image/SkSurface_Gpu.cpp",
1072 "src/image/SkSurface_Raster.cpp",
1073 "src/images/SkImageEncoder.cpp",
1074 "src/images/SkJPEGWriteUtility.cpp",
1075 "src/images/SkJpegEncoder.cpp",
1076 "src/images/SkPngEncoder.cpp",
1077 "src/images/SkWebpEncoder.cpp",
1078 "src/lazy/SkDiscardableMemoryPool.cpp",
1079 "src/pathops/SkAddIntersections.cpp",
1080 "src/pathops/SkDConicLineIntersection.cpp",
1081 "src/pathops/SkDCubicLineIntersection.cpp",
1082 "src/pathops/SkDCubicToQuads.cpp",
1083 "src/pathops/SkDLineIntersection.cpp",
1084 "src/pathops/SkDQuadLineIntersection.cpp",
1085 "src/pathops/SkIntersections.cpp",
1086 "src/pathops/SkOpAngle.cpp",
1087 "src/pathops/SkOpBuilder.cpp",
1088 "src/pathops/SkOpCoincidence.cpp",
1089 "src/pathops/SkOpContour.cpp",
1090 "src/pathops/SkOpCubicHull.cpp",
1091 "src/pathops/SkOpEdgeBuilder.cpp",
1092 "src/pathops/SkOpSegment.cpp",
1093 "src/pathops/SkOpSpan.cpp",
1094 "src/pathops/SkPathOpsAsWinding.cpp",
1095 "src/pathops/SkPathOpsCommon.cpp",
1096 "src/pathops/SkPathOpsConic.cpp",
1097 "src/pathops/SkPathOpsCubic.cpp",
1098 "src/pathops/SkPathOpsCurve.cpp",
1099 "src/pathops/SkPathOpsDebug.cpp",
1100 "src/pathops/SkPathOpsLine.cpp",
1101 "src/pathops/SkPathOpsOp.cpp",
1102 "src/pathops/SkPathOpsQuad.cpp",
1103 "src/pathops/SkPathOpsRect.cpp",
1104 "src/pathops/SkPathOpsSimplify.cpp",
1105 "src/pathops/SkPathOpsTSect.cpp",
1106 "src/pathops/SkPathOpsTightBounds.cpp",
1107 "src/pathops/SkPathOpsTypes.cpp",
1108 "src/pathops/SkPathOpsWinding.cpp",
1109 "src/pathops/SkPathWriter.cpp",
1110 "src/pathops/SkReduceOrder.cpp",
1111 "src/pdf/SkDocument_PDF_None.cpp",
1112 "src/ports/SkDebug_android.cpp",
1113 "src/ports/SkDiscardableMemory_none.cpp",
1114 "src/ports/SkFontMgr_empty_factory.cpp",
1115 "src/ports/SkGlobalInitialization_default.cpp",
1116 "src/ports/SkImageGenerator_skia.cpp",
1117 "src/ports/SkMemory_malloc.cpp",
1118 "src/ports/SkOSFile_posix.cpp",
1119 "src/ports/SkOSFile_stdio.cpp",
1120 "src/ports/SkOSLibrary_posix.cpp",
1121 "src/ports/SkTLS_pthread.cpp",
1122 "src/sfnt/SkOTTable_name.cpp",
1123 "src/sfnt/SkOTUtils.cpp",
1124 "src/shaders/SkBitmapProcShader.cpp",
1125 "src/shaders/SkColorFilterShader.cpp",
1126 "src/shaders/SkColorShader.cpp",
1127 "src/shaders/SkComposeShader.cpp",
1128 "src/shaders/SkImageShader.cpp",
1129 "src/shaders/SkLightingShader.cpp",
1130 "src/shaders/SkLights.cpp",
1131 "src/shaders/SkLocalMatrixShader.cpp",
1132 "src/shaders/SkPerlinNoiseShader.cpp",
1133 "src/shaders/SkPictureShader.cpp",
1134 "src/shaders/SkShader.cpp",
1135 "src/shaders/gradients/Sk4fGradientBase.cpp",
1136 "src/shaders/gradients/Sk4fLinearGradient.cpp",
1137 "src/shaders/gradients/SkGradientShader.cpp",
1138 "src/shaders/gradients/SkLinearGradient.cpp",
1139 "src/shaders/gradients/SkRadialGradient.cpp",
1140 "src/shaders/gradients/SkSweepGradient.cpp",
1141 "src/shaders/gradients/SkTwoPointConicalGradient.cpp",
1142 "src/sksl/SkSLCFGGenerator.cpp",
1143 "src/sksl/SkSLCPPCodeGenerator.cpp",
1144 "src/sksl/SkSLCPPUniformCTypes.cpp",
1145 "src/sksl/SkSLCompiler.cpp",
1146 "src/sksl/SkSLGLSLCodeGenerator.cpp",
1147 "src/sksl/SkSLHCodeGenerator.cpp",
1148 "src/sksl/SkSLIRGenerator.cpp",
1149 "src/sksl/SkSLInterpreter.cpp",
1150 "src/sksl/SkSLJIT.cpp",
1151 "src/sksl/SkSLLexer.cpp",
1152 "src/sksl/SkSLMetalCodeGenerator.cpp",
1153 "src/sksl/SkSLOutputStream.cpp",
1154 "src/sksl/SkSLParser.cpp",
1155 "src/sksl/SkSLPipelineStageCodeGenerator.cpp",
1156 "src/sksl/SkSLSPIRVCodeGenerator.cpp",
1157 "src/sksl/SkSLString.cpp",
1158 "src/sksl/SkSLUtil.cpp",
1159 "src/sksl/ir/SkSLSetting.cpp",
1160 "src/sksl/ir/SkSLSymbolTable.cpp",
1161 "src/sksl/ir/SkSLType.cpp",
1162 "src/sksl/ir/SkSLVariableReference.cpp",
Hal Canary648ed102019-03-04 17:28:22 -05001163 "src/svg/SkSVGCanvas.cpp",
1164 "src/svg/SkSVGDevice.cpp",
Hal Canarya1c41412019-02-06 15:42:27 -05001165 "src/utils/Sk3D.cpp",
1166 "src/utils/SkAnimCodecPlayer.cpp",
1167 "src/utils/SkBase64.cpp",
1168 "src/utils/SkCamera.cpp",
1169 "src/utils/SkCanvasStack.cpp",
1170 "src/utils/SkCanvasStateUtils.cpp",
1171 "src/utils/SkDashPath.cpp",
1172 "src/utils/SkEventTracer.cpp",
1173 "src/utils/SkFloatToDecimal.cpp",
1174 "src/utils/SkFrontBufferedStream.cpp",
1175 "src/utils/SkInterpolator.cpp",
1176 "src/utils/SkJSON.cpp",
1177 "src/utils/SkJSONWriter.cpp",
1178 "src/utils/SkMatrix22.cpp",
1179 "src/utils/SkMultiPictureDocument.cpp",
1180 "src/utils/SkNWayCanvas.cpp",
1181 "src/utils/SkNullCanvas.cpp",
1182 "src/utils/SkOSPath.cpp",
1183 "src/utils/SkPaintFilterCanvas.cpp",
1184 "src/utils/SkParse.cpp",
1185 "src/utils/SkParseColor.cpp",
1186 "src/utils/SkParsePath.cpp",
1187 "src/utils/SkPatchUtils.cpp",
1188 "src/utils/SkPolyUtils.cpp",
1189 "src/utils/SkShadowTessellator.cpp",
1190 "src/utils/SkShadowUtils.cpp",
1191 "src/utils/SkTextUtils.cpp",
1192 "src/utils/SkThreadUtils_pthread.cpp",
1193 "src/utils/SkThreadUtils_win.cpp",
1194 "src/utils/SkUTF.cpp",
1195 "src/utils/SkWhitelistTypefaces.cpp",
1196 "src/utils/mac/SkCreateCGImageRef.cpp",
1197 "src/utils/mac/SkStream_mac.cpp",
1198 "src/utils/win/SkAutoCoInitialize.cpp",
1199 "src/utils/win/SkDWrite.cpp",
1200 "src/utils/win/SkDWriteFontFileStream.cpp",
1201 "src/utils/win/SkDWriteGeometrySink.cpp",
1202 "src/utils/win/SkHRESULT.cpp",
1203 "src/utils/win/SkIStream.cpp",
1204 "src/utils/win/SkWGL_win.cpp",
Hal Canary648ed102019-03-04 17:28:22 -05001205 "src/xml/SkDOM.cpp",
1206 "src/xml/SkXMLParser.cpp",
1207 "src/xml/SkXMLWriter.cpp",
Hal Canarya1c41412019-02-06 15:42:27 -05001208 "src/xps/SkXPSDevice.cpp",
1209 "src/xps/SkXPSDocument.cpp",
1210 "tests/AAClipTest.cpp",
1211 "tests/AdvancedBlendTest.cpp",
1212 "tests/AndroidCodecTest.cpp",
1213 "tests/AnimatedImageTest.cpp",
1214 "tests/AnnotationTest.cpp",
1215 "tests/ApplyGammaTest.cpp",
1216 "tests/ArenaAllocTest.cpp",
1217 "tests/AsADashTest.cpp",
1218 "tests/BadIcoTest.cpp",
1219 "tests/BitSetTest.cpp",
1220 "tests/BitmapCopyTest.cpp",
1221 "tests/BitmapGetColorTest.cpp",
1222 "tests/BitmapTest.cpp",
1223 "tests/BlendTest.cpp",
1224 "tests/BlitMaskClip.cpp",
1225 "tests/BlurTest.cpp",
1226 "tests/CTest.cpp",
1227 "tests/CachedDataTest.cpp",
1228 "tests/CachedDecodingPixelRefTest.cpp",
1229 "tests/CanvasStateHelpers.cpp",
1230 "tests/CanvasStateTest.cpp",
1231 "tests/CanvasTest.cpp",
1232 "tests/ChecksumTest.cpp",
1233 "tests/ClearTest.cpp",
1234 "tests/ClipBoundsTest.cpp",
1235 "tests/ClipCubicTest.cpp",
1236 "tests/ClipStackTest.cpp",
1237 "tests/ClipperTest.cpp",
1238 "tests/CodecAnimTest.cpp",
1239 "tests/CodecExactReadTest.cpp",
1240 "tests/CodecPartialTest.cpp",
1241 "tests/CodecRecommendedTypeTest.cpp",
1242 "tests/CodecTest.cpp",
1243 "tests/ColorFilterTest.cpp",
1244 "tests/ColorMatrixTest.cpp",
1245 "tests/ColorPrivTest.cpp",
1246 "tests/ColorSpaceTest.cpp",
1247 "tests/ColorTest.cpp",
1248 "tests/CopySurfaceTest.cpp",
1249 "tests/CubicMapTest.cpp",
1250 "tests/DashPathEffectTest.cpp",
1251 "tests/DataRefTest.cpp",
1252 "tests/DefaultPathRendererTest.cpp",
1253 "tests/DeferredDisplayListTest.cpp",
1254 "tests/DequeTest.cpp",
1255 "tests/DetermineDomainModeTest.cpp",
1256 "tests/DeviceTest.cpp",
1257 "tests/DiscardableMemoryPoolTest.cpp",
1258 "tests/DiscardableMemoryTest.cpp",
1259 "tests/DrawBitmapRectTest.cpp",
1260 "tests/DrawOpAtlasTest.cpp",
1261 "tests/DrawPathTest.cpp",
1262 "tests/DrawTextTest.cpp",
1263 "tests/DynamicHashTest.cpp",
1264 "tests/EGLImageTest.cpp",
1265 "tests/EmptyPathTest.cpp",
1266 "tests/EncodeTest.cpp",
1267 "tests/EncodedInfoTest.cpp",
1268 "tests/ExifTest.cpp",
1269 "tests/F16StagesTest.cpp",
1270 "tests/FillPathTest.cpp",
1271 "tests/FitsInTest.cpp",
1272 "tests/FlattenDrawableTest.cpp",
1273 "tests/FlattenableFactoryToName.cpp",
1274 "tests/FlattenableNameToFactory.cpp",
1275 "tests/Float16Test.cpp",
1276 "tests/FloatingPointTextureTest.cpp",
1277 "tests/FontHostStreamTest.cpp",
1278 "tests/FontHostTest.cpp",
1279 "tests/FontMgrTest.cpp",
1280 "tests/FontNamesTest.cpp",
1281 "tests/FrontBufferedStreamTest.cpp",
1282 "tests/GLProgramsTest.cpp",
1283 "tests/GeometryTest.cpp",
1284 "tests/GifTest.cpp",
1285 "tests/GlyphRunTest.cpp",
1286 "tests/GpuDrawPathTest.cpp",
1287 "tests/GpuLayerCacheTest.cpp",
1288 "tests/GpuRectanizerTest.cpp",
1289 "tests/GrAHardwareBufferTest.cpp",
1290 "tests/GrAllocatorTest.cpp",
1291 "tests/GrCCPRTest.cpp",
1292 "tests/GrContextAbandonTest.cpp",
1293 "tests/GrContextFactoryTest.cpp",
1294 "tests/GrGLExtensionsTest.cpp",
1295 "tests/GrMemoryPoolTest.cpp",
1296 "tests/GrMeshTest.cpp",
1297 "tests/GrMipMappedTest.cpp",
1298 "tests/GrOpListFlushTest.cpp",
1299 "tests/GrPipelineDynamicStateTest.cpp",
1300 "tests/GrPorterDuffTest.cpp",
1301 "tests/GrQuadListTest.cpp",
1302 "tests/GrSKSLPrettyPrintTest.cpp",
1303 "tests/GrShapeTest.cpp",
1304 "tests/GrSurfaceTest.cpp",
1305 "tests/GrTRecorderTest.cpp",
1306 "tests/GrTestingBackendTextureUploadTest.cpp",
1307 "tests/GrTextureMipMapInvalidationTest.cpp",
1308 "tests/GrUploadPixelsTests.cpp",
1309 "tests/GradientTest.cpp",
1310 "tests/HSVRoundTripTest.cpp",
1311 "tests/HashTest.cpp",
1312 "tests/HighContrastFilterTest.cpp",
1313 "tests/ICCTest.cpp",
1314 "tests/ImageCacheTest.cpp",
1315 "tests/ImageFilterCacheTest.cpp",
1316 "tests/ImageFilterTest.cpp",
1317 "tests/ImageFrom565Bitmap.cpp",
1318 "tests/ImageGeneratorTest.cpp",
1319 "tests/ImageIsOpaqueTest.cpp",
1320 "tests/ImageNewShaderTest.cpp",
1321 "tests/ImageTest.cpp",
1322 "tests/IncrTopoSortTest.cpp",
1323 "tests/IndexedPngOverflowTest.cpp",
1324 "tests/InfRectTest.cpp",
1325 "tests/InsetConvexPolyTest.cpp",
1326 "tests/InterpolatorTest.cpp",
1327 "tests/InvalidIndexedPngTest.cpp",
1328 "tests/IsClosedSingleContourTest.cpp",
1329 "tests/JSONTest.cpp",
1330 "tests/LListTest.cpp",
1331 "tests/LRUCacheTest.cpp",
1332 "tests/LayerDrawLooperTest.cpp",
1333 "tests/LazyProxyTest.cpp",
1334 "tests/MD5Test.cpp",
1335 "tests/MallocPixelRefTest.cpp",
1336 "tests/MaskCacheTest.cpp",
1337 "tests/MathTest.cpp",
1338 "tests/Matrix44Test.cpp",
1339 "tests/MatrixClipCollapseTest.cpp",
1340 "tests/MatrixTest.cpp",
1341 "tests/MemoryTest.cpp",
1342 "tests/MemsetTest.cpp",
1343 "tests/MessageBusTest.cpp",
1344 "tests/MetaDataTest.cpp",
1345 "tests/MipMapTest.cpp",
1346 "tests/NonlinearBlendingTest.cpp",
1347 "tests/OSPathTest.cpp",
1348 "tests/OffsetSimplePolyTest.cpp",
1349 "tests/OnFlushCallbackTest.cpp",
1350 "tests/OnceTest.cpp",
1351 "tests/OpChainTest.cpp",
1352 "tests/OverAlignedTest.cpp",
1353 "tests/PDFDeflateWStreamTest.cpp",
1354 "tests/PDFDocumentTest.cpp",
1355 "tests/PDFGlyphsToUnicodeTest.cpp",
1356 "tests/PDFJpegEmbedTest.cpp",
1357 "tests/PDFMetadataAttributeTest.cpp",
1358 "tests/PDFOpaqueSrcModeToSrcOverTest.cpp",
1359 "tests/PDFPrimitivesTest.cpp",
1360 "tests/PDFTaggedTest.cpp",
1361 "tests/PackBitsTest.cpp",
1362 "tests/PackedConfigsTextureTest.cpp",
1363 "tests/PaintImageFilterTest.cpp",
1364 "tests/PaintTest.cpp",
1365 "tests/ParametricStageTest.cpp",
1366 "tests/ParsePathTest.cpp",
1367 "tests/PathCoverageTest.cpp",
1368 "tests/PathMeasureTest.cpp",
1369 "tests/PathOpsAngleIdeas.cpp",
1370 "tests/PathOpsAngleTest.cpp",
1371 "tests/PathOpsAsWindingTest.cpp",
1372 "tests/PathOpsBattles.cpp",
1373 "tests/PathOpsBoundsTest.cpp",
1374 "tests/PathOpsBuildUseTest.cpp",
1375 "tests/PathOpsBuilderConicTest.cpp",
1376 "tests/PathOpsBuilderTest.cpp",
1377 "tests/PathOpsChalkboardTest.cpp",
1378 "tests/PathOpsConicIntersectionTest.cpp",
1379 "tests/PathOpsConicLineIntersectionTest.cpp",
1380 "tests/PathOpsConicQuadIntersectionTest.cpp",
1381 "tests/PathOpsCubicConicIntersectionTest.cpp",
1382 "tests/PathOpsCubicIntersectionTest.cpp",
1383 "tests/PathOpsCubicIntersectionTestData.cpp",
1384 "tests/PathOpsCubicLineIntersectionIdeas.cpp",
1385 "tests/PathOpsCubicLineIntersectionTest.cpp",
1386 "tests/PathOpsCubicQuadIntersectionTest.cpp",
1387 "tests/PathOpsCubicReduceOrderTest.cpp",
1388 "tests/PathOpsDCubicTest.cpp",
1389 "tests/PathOpsDLineTest.cpp",
1390 "tests/PathOpsDPointTest.cpp",
1391 "tests/PathOpsDRectTest.cpp",
1392 "tests/PathOpsDVectorTest.cpp",
1393 "tests/PathOpsDebug.cpp",
1394 "tests/PathOpsExtendedTest.cpp",
1395 "tests/PathOpsFuzz763Test.cpp",
1396 "tests/PathOpsInverseTest.cpp",
1397 "tests/PathOpsIssue3651.cpp",
1398 "tests/PathOpsLineIntersectionTest.cpp",
1399 "tests/PathOpsLineParametetersTest.cpp",
1400 "tests/PathOpsOpCircleThreadedTest.cpp",
1401 "tests/PathOpsOpCubicThreadedTest.cpp",
1402 "tests/PathOpsOpLoopThreadedTest.cpp",
1403 "tests/PathOpsOpRectThreadedTest.cpp",
1404 "tests/PathOpsOpTest.cpp",
1405 "tests/PathOpsQuadIntersectionTest.cpp",
1406 "tests/PathOpsQuadIntersectionTestData.cpp",
1407 "tests/PathOpsQuadLineIntersectionTest.cpp",
1408 "tests/PathOpsQuadLineIntersectionThreadedTest.cpp",
1409 "tests/PathOpsQuadReduceOrderTest.cpp",
1410 "tests/PathOpsSimplifyDegenerateThreadedTest.cpp",
1411 "tests/PathOpsSimplifyFailTest.cpp",
1412 "tests/PathOpsSimplifyQuadThreadedTest.cpp",
1413 "tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp",
1414 "tests/PathOpsSimplifyRectThreadedTest.cpp",
1415 "tests/PathOpsSimplifyTest.cpp",
1416 "tests/PathOpsSimplifyTrianglesThreadedTest.cpp",
1417 "tests/PathOpsSkpTest.cpp",
1418 "tests/PathOpsTestCommon.cpp",
1419 "tests/PathOpsThreadedCommon.cpp",
1420 "tests/PathOpsThreeWayTest.cpp",
1421 "tests/PathOpsTigerTest.cpp",
1422 "tests/PathOpsTightBoundsTest.cpp",
1423 "tests/PathOpsTypesTest.cpp",
1424 "tests/PathRendererCacheTests.cpp",
1425 "tests/PathTest.cpp",
1426 "tests/PictureBBHTest.cpp",
1427 "tests/PictureShaderTest.cpp",
1428 "tests/PictureTest.cpp",
1429 "tests/PinnedImageTest.cpp",
1430 "tests/PixelRefTest.cpp",
1431 "tests/Point3Test.cpp",
1432 "tests/PointTest.cpp",
1433 "tests/PolyUtilsTest.cpp",
1434 "tests/PremulAlphaRoundTripTest.cpp",
1435 "tests/PrimitiveProcessorTest.cpp",
1436 "tests/ProcessorTest.cpp",
1437 "tests/PromiseImageTest.cpp",
1438 "tests/ProxyConversionTest.cpp",
1439 "tests/ProxyRefTest.cpp",
1440 "tests/ProxyTest.cpp",
1441 "tests/QuickRejectTest.cpp",
1442 "tests/RRectInPathTest.cpp",
1443 "tests/RTreeTest.cpp",
1444 "tests/RandomTest.cpp",
1445 "tests/ReadPixelsTest.cpp",
1446 "tests/ReadWriteAlphaTest.cpp",
1447 "tests/Reader32Test.cpp",
1448 "tests/RecordDrawTest.cpp",
1449 "tests/RecordOptsTest.cpp",
1450 "tests/RecordPatternTest.cpp",
1451 "tests/RecordTest.cpp",
1452 "tests/RecorderTest.cpp",
1453 "tests/RecordingXfermodeTest.cpp",
1454 "tests/RectTest.cpp",
1455 "tests/RectangleTextureTest.cpp",
1456 "tests/RefCntTest.cpp",
1457 "tests/RegionTest.cpp",
1458 "tests/RenderTargetContextTest.cpp",
1459 "tests/ResourceAllocatorTest.cpp",
1460 "tests/ResourceCacheTest.cpp",
1461 "tests/RoundRectTest.cpp",
1462 "tests/SRGBReadWritePixelsTest.cpp",
1463 "tests/SRGBTest.cpp",
1464 "tests/SVGDeviceTest.cpp",
1465 "tests/SafeMathTest.cpp",
1466 "tests/ScalarTest.cpp",
1467 "tests/ScaleToSidesTest.cpp",
1468 "tests/SerialProcsTest.cpp",
1469 "tests/SerializationTest.cpp",
1470 "tests/ShaderOpacityTest.cpp",
1471 "tests/ShaderTest.cpp",
1472 "tests/ShadowTest.cpp",
1473 "tests/SizeTest.cpp",
1474 "tests/SkBase64Test.cpp",
1475 "tests/SkColor4fTest.cpp",
1476 "tests/SkColorSpaceXformStepsTest.cpp",
1477 "tests/SkDOMTest.cpp",
1478 "tests/SkFixed15Test.cpp",
1479 "tests/SkGaussFilterTest.cpp",
1480 "tests/SkImageTest.cpp",
1481 "tests/SkLiteDLTest.cpp",
1482 "tests/SkNxTest.cpp",
1483 "tests/SkPEGTest.cpp",
1484 "tests/SkRasterPipelineTest.cpp",
1485 "tests/SkRemoteGlyphCacheTest.cpp",
1486 "tests/SkResourceCacheTest.cpp",
1487 "tests/SkSLErrorTest.cpp",
1488 "tests/SkSLFPTest.cpp",
1489 "tests/SkSLGLSLTest.cpp",
1490 "tests/SkSLJITTest.cpp",
1491 "tests/SkSLMemoryLayoutTest.cpp",
1492 "tests/SkSLMetalTest.cpp",
1493 "tests/SkSLSPIRVTest.cpp",
1494 "tests/SkSharedMutexTest.cpp",
1495 "tests/SkUTFTest.cpp",
1496 "tests/SortTest.cpp",
1497 "tests/SpecialImageTest.cpp",
1498 "tests/SpecialSurfaceTest.cpp",
1499 "tests/SrcOverTest.cpp",
1500 "tests/StreamBufferTest.cpp",
1501 "tests/StreamTest.cpp",
1502 "tests/StringTest.cpp",
1503 "tests/StrokeTest.cpp",
1504 "tests/StrokerTest.cpp",
1505 "tests/SubsetPath.cpp",
1506 "tests/SurfaceSemaphoreTest.cpp",
1507 "tests/SurfaceTest.cpp",
1508 "tests/SwizzlerTest.cpp",
1509 "tests/TArrayTest.cpp",
1510 "tests/TDPQueueTest.cpp",
1511 "tests/TLazyTest.cpp",
1512 "tests/TableColorFilterTest.cpp",
1513 "tests/TemplatesTest.cpp",
1514 "tests/TessellatingPathRendererTests.cpp",
1515 "tests/Test.cpp",
1516 "tests/TestTest.cpp",
1517 "tests/TestUtils.cpp",
1518 "tests/TextBlobCacheTest.cpp",
1519 "tests/TextBlobTest.cpp",
1520 "tests/TextureProxyTest.cpp",
1521 "tests/TextureStripAtlasManagerTest.cpp",
1522 "tests/Time.cpp",
1523 "tests/ToSRGBColorFilter.cpp",
1524 "tests/TopoSortTest.cpp",
1525 "tests/TraceMemoryDumpTest.cpp",
1526 "tests/TracingTest.cpp",
1527 "tests/TransferPixelsTest.cpp",
1528 "tests/TypefaceTest.cpp",
1529 "tests/UnicodeTest.cpp",
1530 "tests/UtilsTest.cpp",
1531 "tests/VerticesTest.cpp",
1532 "tests/VkBackendSurfaceTest.cpp",
1533 "tests/VkDrawableTest.cpp",
1534 "tests/VkHardwareBufferTest.cpp",
1535 "tests/VkMakeCopyPipelineTest.cpp",
Greg Daniel98cb96c2019-03-04 15:35:23 -05001536 "tests/VkPriorityExtensionTest.cpp",
Hal Canarya1c41412019-02-06 15:42:27 -05001537 "tests/VkWrapTests.cpp",
1538 "tests/VptrTest.cpp",
1539 "tests/WindowRectanglesTest.cpp",
1540 "tests/WritePixelsTest.cpp",
1541 "tests/Writer32Test.cpp",
1542 "tests/YUVCacheTest.cpp",
1543 "tests/YUVTest.cpp",
1544 "tests/image-bitmap.cpp",
1545 "tests/skbug5221.cpp",
1546 "tests/skbug6389.cpp",
1547 "tests/skbug6653.cpp",
1548 "third_party/etc1/etc1.cpp",
1549 "third_party/gif/SkGifImageReader.cpp",
1550 "third_party/skcms/skcms.cc",
1551 "tools/AndroidSkDebugToStdOut.cpp",
1552 "tools/CrashHandler.cpp",
1553 "tools/DDLPromiseImageHelper.cpp",
1554 "tools/DDLTileHelper.cpp",
1555 "tools/LsanSuppressions.cpp",
1556 "tools/ProcStats.cpp",
1557 "tools/Resources.cpp",
1558 "tools/UrlDataManager.cpp",
1559 "tools/debugger/SkDebugCanvas.cpp",
1560 "tools/debugger/SkDrawCommand.cpp",
1561 "tools/debugger/SkJsonWriteBuffer.cpp",
1562 "tools/flags/SkCommandLineFlags.cpp",
1563 "tools/flags/SkCommonFlags.cpp",
1564 "tools/flags/SkCommonFlagsConfig.cpp",
1565 "tools/fonts/SkRandomScalerContext.cpp",
1566 "tools/fonts/SkTestFontMgr.cpp",
1567 "tools/fonts/SkTestSVGTypeface.cpp",
1568 "tools/fonts/SkTestTypeface.cpp",
1569 "tools/fonts/sk_tool_utils_font.cpp",
1570 "tools/gpu/GrContextFactory.cpp",
1571 "tools/gpu/GrTest.cpp",
1572 "tools/gpu/MemoryCache.cpp",
1573 "tools/gpu/ProxyUtils.cpp",
1574 "tools/gpu/TestContext.cpp",
1575 "tools/gpu/atlastext/GLTestAtlasTextRenderer.cpp",
1576 "tools/gpu/gl/GLTestContext.cpp",
1577 "tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp",
1578 "tools/gpu/gl/egl/CreatePlatformGLTestContext_egl.cpp",
1579 "tools/gpu/gl/null/NullGLTestContext.cpp",
1580 "tools/gpu/mock/MockTestContext.cpp",
1581 "tools/gpu/vk/VkTestContext.cpp",
1582 "tools/gpu/vk/VkTestUtils.cpp",
1583 "tools/random_parse_path.cpp",
1584 "tools/sk_tool_utils.cpp",
1585 "tools/skqp/src/jni_skqp.cpp",
1586 "tools/skqp/src/skqp.cpp",
1587 "tools/skqp/src/skqp_model.cpp",
1588 "tools/timer/Timer.cpp",
1589 "tools/trace/SkChromeTracingTracer.cpp",
1590 "tools/trace/SkDebugfTracer.cpp",
1591 "tools/trace/SkEventTracingPriv.cpp",
1592 ],
1593
1594 arch: {
1595 arm: {
1596 srcs: [
1597
1598 ],
1599
1600 neon: {
1601 srcs: [
1602
1603 ],
1604 },
1605 },
1606
1607 arm64: {
1608 srcs: [
1609 "src/opts/SkOpts_crc32.cpp",
1610 ],
1611 },
1612
1613 mips: {
1614 srcs: [
1615
1616 ],
1617 },
1618
1619 mips64: {
1620 srcs: [
1621
1622 ],
1623 },
1624
1625 x86: {
1626 srcs: [
1627 "src/opts/SkOpts_avx.cpp",
1628 "src/opts/SkOpts_hsw.cpp",
1629 "src/opts/SkOpts_sse41.cpp",
1630 "src/opts/SkOpts_sse42.cpp",
1631 "src/opts/SkOpts_ssse3.cpp",
1632 ],
1633 },
1634
1635 x86_64: {
1636 srcs: [
1637 "src/opts/SkOpts_avx.cpp",
1638 "src/opts/SkOpts_hsw.cpp",
1639 "src/opts/SkOpts_sse41.cpp",
1640 "src/opts/SkOpts_sse42.cpp",
1641 "src/opts/SkOpts_ssse3.cpp",
1642 ],
1643 },
1644 },
1645
1646 shared_libs: [
1647 "libandroid",
1648 "libEGL",
1649 "libGLESv2",
1650 "liblog",
1651 "libvulkan",
1652 "libz",
1653 ],
1654 static_libs: [
Hal Canary648ed102019-03-04 17:28:22 -05001655 "libexpat",
Hal Canarya1c41412019-02-06 15:42:27 -05001656 "libjpeg_static_ndk",
1657 "libjsoncpp_ndk",
1658 "libpng_ndk",
1659 "libwebp-decode",
1660 "libwebp-encode",
1661 ]
1662}