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