• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is autogenerated by gn_to_bp.py.
2
3cc_library {
4    name: "libskia",
5    cflags: [
6        "-fexceptions",
7        "-Wno-unused-parameter",
8        "-U_FORTIFY_SOURCE",
9        "-D_FORTIFY_SOURCE=1",
10        "-DSKIA_IMPLEMENTATION=1",
11        "-DATRACE_TAG=ATRACE_TAG_VIEW",
12    ],
13
14    export_include_dirs: [
15        "include/android/",
16        "include/c/",
17        "include/codec/",
18        "include/config/",
19        "include/core/",
20        "include/effects/",
21        "include/gpu/",
22        "include/gpu/gl/",
23        "include/pathops/",
24        "include/ports/",
25        "include/svg/",
26        "include/utils/",
27        "include/utils/mac/",
28    ],
29
30    local_include_dirs: [
31        "include/android/",
32        "include/c/",
33        "include/codec/",
34        "include/config/",
35        "include/core/",
36        "include/effects/",
37        "include/gpu/",
38        "include/gpu/gl/",
39        "include/pathops/",
40        "include/ports/",
41        "include/private/",
42        "include/svg/",
43        "include/utils/",
44        "include/utils/mac/",
45        "src/c/",
46        "src/codec/",
47        "src/core/",
48        "src/effects/",
49        "src/effects/gradients/",
50        "src/fonts/",
51        "src/gpu/",
52        "src/image/",
53        "src/images/",
54        "src/lazy/",
55        "src/opts/",
56        "src/pathops/",
57        "src/pdf/",
58        "src/ports/",
59        "src/sfnt/",
60        "src/sksl/",
61        "src/utils/",
62        "src/utils/win/",
63        "src/xml/",
64        "third_party/etc1/",
65        "third_party/gif/",
66    ],
67
68    srcs: [
69        "src/android/SkBitmapRegionCodec.cpp",
70        "src/android/SkBitmapRegionDecoder.cpp",
71        "src/c/sk_effects.cpp",
72        "src/c/sk_paint.cpp",
73        "src/c/sk_surface.cpp",
74        "src/codec/SkAndroidCodec.cpp",
75        "src/codec/SkBmpCodec.cpp",
76        "src/codec/SkBmpMaskCodec.cpp",
77        "src/codec/SkBmpRLECodec.cpp",
78        "src/codec/SkBmpStandardCodec.cpp",
79        "src/codec/SkCodec.cpp",
80        "src/codec/SkCodecImageGenerator.cpp",
81        "src/codec/SkGifCodec.cpp",
82        "src/codec/SkIcoCodec.cpp",
83        "src/codec/SkJpegCodec.cpp",
84        "src/codec/SkJpegDecoderMgr.cpp",
85        "src/codec/SkJpegUtility.cpp",
86        "src/codec/SkMaskSwizzler.cpp",
87        "src/codec/SkMasks.cpp",
88        "src/codec/SkPngCodec.cpp",
89        "src/codec/SkRawAdapterCodec.cpp",
90        "src/codec/SkRawCodec.cpp",
91        "src/codec/SkSampledCodec.cpp",
92        "src/codec/SkSampler.cpp",
93        "src/codec/SkStreamBuffer.cpp",
94        "src/codec/SkSwizzler.cpp",
95        "src/codec/SkWbmpCodec.cpp",
96        "src/codec/SkWebpAdapterCodec.cpp",
97        "src/codec/SkWebpCodec.cpp",
98        "src/core/SkAAClip.cpp",
99        "src/core/SkATrace.cpp",
100        "src/core/SkAlphaRuns.cpp",
101        "src/core/SkAnalyticEdge.cpp",
102        "src/core/SkAnnotation.cpp",
103        "src/core/SkArenaAlloc.cpp",
104        "src/core/SkAutoPixmapStorage.cpp",
105        "src/core/SkBBHFactory.cpp",
106        "src/core/SkBigPicture.cpp",
107        "src/core/SkBitmap.cpp",
108        "src/core/SkBitmapCache.cpp",
109        "src/core/SkBitmapController.cpp",
110        "src/core/SkBitmapDevice.cpp",
111        "src/core/SkBitmapProcShader.cpp",
112        "src/core/SkBitmapProcState.cpp",
113        "src/core/SkBitmapProcState_matrixProcs.cpp",
114        "src/core/SkBitmapProvider.cpp",
115        "src/core/SkBitmapScaler.cpp",
116        "src/core/SkBlitMask_D32.cpp",
117        "src/core/SkBlitRow_D16.cpp",
118        "src/core/SkBlitRow_D32.cpp",
119        "src/core/SkBlitter.cpp",
120        "src/core/SkBlitter_A8.cpp",
121        "src/core/SkBlitter_ARGB32.cpp",
122        "src/core/SkBlitter_PM4f.cpp",
123        "src/core/SkBlitter_RGB16.cpp",
124        "src/core/SkBlitter_Sprite.cpp",
125        "src/core/SkBlurImageFilter.cpp",
126        "src/core/SkBuffer.cpp",
127        "src/core/SkCachedData.cpp",
128        "src/core/SkCanvas.cpp",
129        "src/core/SkClipStack.cpp",
130        "src/core/SkClipStackDevice.cpp",
131        "src/core/SkColor.cpp",
132        "src/core/SkColorFilter.cpp",
133        "src/core/SkColorFilterShader.cpp",
134        "src/core/SkColorLookUpTable.cpp",
135        "src/core/SkColorMatrixFilterRowMajor255.cpp",
136        "src/core/SkColorShader.cpp",
137        "src/core/SkColorSpace.cpp",
138        "src/core/SkColorSpaceXform.cpp",
139        "src/core/SkColorSpaceXformCanvas.cpp",
140        "src/core/SkColorSpaceXform_A2B.cpp",
141        "src/core/SkColorSpaceXformer.cpp",
142        "src/core/SkColorSpace_A2B.cpp",
143        "src/core/SkColorSpace_ICC.cpp",
144        "src/core/SkColorSpace_XYZ.cpp",
145        "src/core/SkColorTable.cpp",
146        "src/core/SkComposeShader.cpp",
147        "src/core/SkConvertPixels.cpp",
148        "src/core/SkConvolver.cpp",
149        "src/core/SkCpu.cpp",
150        "src/core/SkCubicClipper.cpp",
151        "src/core/SkData.cpp",
152        "src/core/SkDataTable.cpp",
153        "src/core/SkDebug.cpp",
154        "src/core/SkDeque.cpp",
155        "src/core/SkDevice.cpp",
156        "src/core/SkDeviceLooper.cpp",
157        "src/core/SkDeviceProfile.cpp",
158        "src/core/SkDistanceFieldGen.cpp",
159        "src/core/SkDither.cpp",
160        "src/core/SkDocument.cpp",
161        "src/core/SkDraw.cpp",
162        "src/core/SkDrawLooper.cpp",
163        "src/core/SkDrawable.cpp",
164        "src/core/SkEdge.cpp",
165        "src/core/SkEdgeBuilder.cpp",
166        "src/core/SkEdgeClipper.cpp",
167        "src/core/SkExecutor.cpp",
168        "src/core/SkFilterProc.cpp",
169        "src/core/SkFlattenable.cpp",
170        "src/core/SkFlattenableSerialization.cpp",
171        "src/core/SkFont.cpp",
172        "src/core/SkFontDescriptor.cpp",
173        "src/core/SkFontLCDConfig.cpp",
174        "src/core/SkFontMgr.cpp",
175        "src/core/SkFontStream.cpp",
176        "src/core/SkFontStyle.cpp",
177        "src/core/SkGeometry.cpp",
178        "src/core/SkGlobalInitialization_core.cpp",
179        "src/core/SkGlyphCache.cpp",
180        "src/core/SkGpuBlurUtils.cpp",
181        "src/core/SkGraphics.cpp",
182        "src/core/SkHalf.cpp",
183        "src/core/SkICC.cpp",
184        "src/core/SkImageCacherator.cpp",
185        "src/core/SkImageFilter.cpp",
186        "src/core/SkImageFilterCache.cpp",
187        "src/core/SkImageGenerator.cpp",
188        "src/core/SkImageInfo.cpp",
189        "src/core/SkLatticeIter.cpp",
190        "src/core/SkLightingShader.cpp",
191        "src/core/SkLights.cpp",
192        "src/core/SkLineClipper.cpp",
193        "src/core/SkLinearBitmapPipeline.cpp",
194        "src/core/SkLiteDL.cpp",
195        "src/core/SkLiteRecorder.cpp",
196        "src/core/SkLocalMatrixImageFilter.cpp",
197        "src/core/SkLocalMatrixShader.cpp",
198        "src/core/SkMD5.cpp",
199        "src/core/SkMallocPixelRef.cpp",
200        "src/core/SkMask.cpp",
201        "src/core/SkMaskCache.cpp",
202        "src/core/SkMaskFilter.cpp",
203        "src/core/SkMaskGamma.cpp",
204        "src/core/SkMath.cpp",
205        "src/core/SkMatrix.cpp",
206        "src/core/SkMatrix44.cpp",
207        "src/core/SkMatrixImageFilter.cpp",
208        "src/core/SkMetaData.cpp",
209        "src/core/SkMiniRecorder.cpp",
210        "src/core/SkMipMap.cpp",
211        "src/core/SkModeColorFilter.cpp",
212        "src/core/SkMultiPictureDraw.cpp",
213        "src/core/SkNormalBevelSource.cpp",
214        "src/core/SkNormalFlatSource.cpp",
215        "src/core/SkNormalMapSource.cpp",
216        "src/core/SkNormalSource.cpp",
217        "src/core/SkOpts.cpp",
218        "src/core/SkOverdrawCanvas.cpp",
219        "src/core/SkPaint.cpp",
220        "src/core/SkPaintPriv.cpp",
221        "src/core/SkPath.cpp",
222        "src/core/SkPathEffect.cpp",
223        "src/core/SkPathMeasure.cpp",
224        "src/core/SkPathRef.cpp",
225        "src/core/SkPicture.cpp",
226        "src/core/SkPictureAnalyzer.cpp",
227        "src/core/SkPictureContentInfo.cpp",
228        "src/core/SkPictureData.cpp",
229        "src/core/SkPictureFlat.cpp",
230        "src/core/SkPictureImageGenerator.cpp",
231        "src/core/SkPicturePlayback.cpp",
232        "src/core/SkPictureRecord.cpp",
233        "src/core/SkPictureRecorder.cpp",
234        "src/core/SkPictureShader.cpp",
235        "src/core/SkPixelRef.cpp",
236        "src/core/SkPixmap.cpp",
237        "src/core/SkPoint.cpp",
238        "src/core/SkPoint3.cpp",
239        "src/core/SkPtrRecorder.cpp",
240        "src/core/SkQuadClipper.cpp",
241        "src/core/SkRRect.cpp",
242        "src/core/SkRTree.cpp",
243        "src/core/SkRWBuffer.cpp",
244        "src/core/SkRadialShadowMapShader.cpp",
245        "src/core/SkRasterClip.cpp",
246        "src/core/SkRasterPipeline.cpp",
247        "src/core/SkRasterPipelineBlitter.cpp",
248        "src/core/SkRasterizer.cpp",
249        "src/core/SkReadBuffer.cpp",
250        "src/core/SkRecord.cpp",
251        "src/core/SkRecordDraw.cpp",
252        "src/core/SkRecordOpts.cpp",
253        "src/core/SkRecordedDrawable.cpp",
254        "src/core/SkRecorder.cpp",
255        "src/core/SkRecords.cpp",
256        "src/core/SkRect.cpp",
257        "src/core/SkRefDict.cpp",
258        "src/core/SkRegion.cpp",
259        "src/core/SkRegion_path.cpp",
260        "src/core/SkResourceCache.cpp",
261        "src/core/SkSRGB.cpp",
262        "src/core/SkScalar.cpp",
263        "src/core/SkScalerContext.cpp",
264        "src/core/SkScan.cpp",
265        "src/core/SkScan_AAAPath.cpp",
266        "src/core/SkScan_AntiPath.cpp",
267        "src/core/SkScan_Antihair.cpp",
268        "src/core/SkScan_Hairline.cpp",
269        "src/core/SkScan_Path.cpp",
270        "src/core/SkSemaphore.cpp",
271        "src/core/SkShader.cpp",
272        "src/core/SkShadowShader.cpp",
273        "src/core/SkSharedMutex.cpp",
274        "src/core/SkSpanProcs.cpp",
275        "src/core/SkSpecialImage.cpp",
276        "src/core/SkSpecialSurface.cpp",
277        "src/core/SkSpinlock.cpp",
278        "src/core/SkSpriteBlitter4f.cpp",
279        "src/core/SkSpriteBlitter_ARGB32.cpp",
280        "src/core/SkSpriteBlitter_RGB16.cpp",
281        "src/core/SkStream.cpp",
282        "src/core/SkString.cpp",
283        "src/core/SkStringUtils.cpp",
284        "src/core/SkStroke.cpp",
285        "src/core/SkStrokeRec.cpp",
286        "src/core/SkStrokerPriv.cpp",
287        "src/core/SkSwizzle.cpp",
288        "src/core/SkTLS.cpp",
289        "src/core/SkTSearch.cpp",
290        "src/core/SkTaskGroup.cpp",
291        "src/core/SkTextBlob.cpp",
292        "src/core/SkThreadID.cpp",
293        "src/core/SkTime.cpp",
294        "src/core/SkTypeface.cpp",
295        "src/core/SkTypefaceCache.cpp",
296        "src/core/SkUnPreMultiply.cpp",
297        "src/core/SkUtils.cpp",
298        "src/core/SkValidatingReadBuffer.cpp",
299        "src/core/SkVarAlloc.cpp",
300        "src/core/SkVertState.cpp",
301        "src/core/SkVertices.cpp",
302        "src/core/SkWriteBuffer.cpp",
303        "src/core/SkWriter32.cpp",
304        "src/core/SkXfermode.cpp",
305        "src/core/SkXfermode4f.cpp",
306        "src/core/SkXfermodeF16.cpp",
307        "src/core/SkXfermodeInterpretation.cpp",
308        "src/core/SkYUVPlanesCache.cpp",
309        "src/effects/GrAlphaThresholdFragmentProcessor.cpp",
310        "src/effects/GrCircleBlurFragmentProcessor.cpp",
311        "src/effects/Sk1DPathEffect.cpp",
312        "src/effects/Sk2DPathEffect.cpp",
313        "src/effects/SkAlphaThresholdFilter.cpp",
314        "src/effects/SkArcToPathEffect.cpp",
315        "src/effects/SkArithmeticImageFilter.cpp",
316        "src/effects/SkArithmeticMode.cpp",
317        "src/effects/SkBlurMask.cpp",
318        "src/effects/SkBlurMaskFilter.cpp",
319        "src/effects/SkColorFilterImageFilter.cpp",
320        "src/effects/SkColorMatrix.cpp",
321        "src/effects/SkColorMatrixFilter.cpp",
322        "src/effects/SkComposeImageFilter.cpp",
323        "src/effects/SkCornerPathEffect.cpp",
324        "src/effects/SkDashPathEffect.cpp",
325        "src/effects/SkDiscretePathEffect.cpp",
326        "src/effects/SkDisplacementMapEffect.cpp",
327        "src/effects/SkDropShadowImageFilter.cpp",
328        "src/effects/SkEmbossMask.cpp",
329        "src/effects/SkEmbossMaskFilter.cpp",
330        "src/effects/SkGaussianEdgeShader.cpp",
331        "src/effects/SkHighContrastFilter.cpp",
332        "src/effects/SkImageSource.cpp",
333        "src/effects/SkLayerDrawLooper.cpp",
334        "src/effects/SkLayerRasterizer.cpp",
335        "src/effects/SkLightingImageFilter.cpp",
336        "src/effects/SkLumaColorFilter.cpp",
337        "src/effects/SkMagnifierImageFilter.cpp",
338        "src/effects/SkMatrixConvolutionImageFilter.cpp",
339        "src/effects/SkMergeImageFilter.cpp",
340        "src/effects/SkMorphologyImageFilter.cpp",
341        "src/effects/SkOffsetImageFilter.cpp",
342        "src/effects/SkOverdrawColorFilter.cpp",
343        "src/effects/SkPackBits.cpp",
344        "src/effects/SkPaintFlagsDrawFilter.cpp",
345        "src/effects/SkPaintImageFilter.cpp",
346        "src/effects/SkPerlinNoiseShader.cpp",
347        "src/effects/SkPictureImageFilter.cpp",
348        "src/effects/SkRRectsGaussianEdgeMaskFilter.cpp",
349        "src/effects/SkTableColorFilter.cpp",
350        "src/effects/SkTableMaskFilter.cpp",
351        "src/effects/SkTileImageFilter.cpp",
352        "src/effects/SkXfermodeImageFilter.cpp",
353        "src/effects/gradients/Sk4fGradientBase.cpp",
354        "src/effects/gradients/Sk4fLinearGradient.cpp",
355        "src/effects/gradients/SkClampRange.cpp",
356        "src/effects/gradients/SkGradientBitmapCache.cpp",
357        "src/effects/gradients/SkGradientShader.cpp",
358        "src/effects/gradients/SkLinearGradient.cpp",
359        "src/effects/gradients/SkRadialGradient.cpp",
360        "src/effects/gradients/SkSweepGradient.cpp",
361        "src/effects/gradients/SkTwoPointConicalGradient.cpp",
362        "src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp",
363        "src/effects/shadows/SkAmbientShadowMaskFilter.cpp",
364        "src/effects/shadows/SkSpotShadowMaskFilter.cpp",
365        "src/fonts/SkGScalerContext.cpp",
366        "src/fonts/SkRandomScalerContext.cpp",
367        "src/fonts/SkTestScalerContext.cpp",
368        "src/gpu/GrAuditTrail.cpp",
369        "src/gpu/GrBitmapTextureMaker.cpp",
370        "src/gpu/GrBlend.cpp",
371        "src/gpu/GrBlurUtils.cpp",
372        "src/gpu/GrBuffer.cpp",
373        "src/gpu/GrBufferAllocPool.cpp",
374        "src/gpu/GrCaps.cpp",
375        "src/gpu/GrClipStackClip.cpp",
376        "src/gpu/GrColorSpaceXform.cpp",
377        "src/gpu/GrContext.cpp",
378        "src/gpu/GrCoordTransform.cpp",
379        "src/gpu/GrDefaultGeoProcFactory.cpp",
380        "src/gpu/GrDistanceFieldGenFromVector.cpp",
381        "src/gpu/GrDrawOpAtlas.cpp",
382        "src/gpu/GrDrawOpTest.cpp",
383        "src/gpu/GrDrawingManager.cpp",
384        "src/gpu/GrFixedClip.cpp",
385        "src/gpu/GrFragmentProcessor.cpp",
386        "src/gpu/GrGpu.cpp",
387        "src/gpu/GrGpuCommandBuffer.cpp",
388        "src/gpu/GrGpuFactory.cpp",
389        "src/gpu/GrGpuResource.cpp",
390        "src/gpu/GrGpuResourceRef.cpp",
391        "src/gpu/GrImageTextureMaker.cpp",
392        "src/gpu/GrMemoryPool.cpp",
393        "src/gpu/GrOpFlushState.cpp",
394        "src/gpu/GrOpList.cpp",
395        "src/gpu/GrPaint.cpp",
396        "src/gpu/GrPath.cpp",
397        "src/gpu/GrPathProcessor.cpp",
398        "src/gpu/GrPathRange.cpp",
399        "src/gpu/GrPathRenderer.cpp",
400        "src/gpu/GrPathRendererChain.cpp",
401        "src/gpu/GrPathRendering.cpp",
402        "src/gpu/GrPathRenderingRenderTargetContext.cpp",
403        "src/gpu/GrPathUtils.cpp",
404        "src/gpu/GrPipeline.cpp",
405        "src/gpu/GrPipelineAnalysis.cpp",
406        "src/gpu/GrPreFlushResourceProvider.cpp",
407        "src/gpu/GrPrimitiveProcessor.cpp",
408        "src/gpu/GrProcessor.cpp",
409        "src/gpu/GrProcessorSet.cpp",
410        "src/gpu/GrProcessorUnitTest.cpp",
411        "src/gpu/GrProgramDesc.cpp",
412        "src/gpu/GrRectanizer_pow2.cpp",
413        "src/gpu/GrRectanizer_skyline.cpp",
414        "src/gpu/GrReducedClip.cpp",
415        "src/gpu/GrRenderTarget.cpp",
416        "src/gpu/GrRenderTargetContext.cpp",
417        "src/gpu/GrRenderTargetOpList.cpp",
418        "src/gpu/GrRenderTargetProxy.cpp",
419        "src/gpu/GrResourceCache.cpp",
420        "src/gpu/GrResourceProvider.cpp",
421        "src/gpu/GrSWMaskHelper.cpp",
422        "src/gpu/GrShaderCaps.cpp",
423        "src/gpu/GrShaderVar.cpp",
424        "src/gpu/GrShape.cpp",
425        "src/gpu/GrSoftwarePathRenderer.cpp",
426        "src/gpu/GrStencilAttachment.cpp",
427        "src/gpu/GrStencilSettings.cpp",
428        "src/gpu/GrStyle.cpp",
429        "src/gpu/GrSurface.cpp",
430        "src/gpu/GrSurfaceContext.cpp",
431        "src/gpu/GrSurfaceProxy.cpp",
432        "src/gpu/GrTessellator.cpp",
433        "src/gpu/GrTestUtils.cpp",
434        "src/gpu/GrTexture.cpp",
435        "src/gpu/GrTextureAdjuster.cpp",
436        "src/gpu/GrTextureContext.cpp",
437        "src/gpu/GrTextureMaker.cpp",
438        "src/gpu/GrTextureOpList.cpp",
439        "src/gpu/GrTextureProducer.cpp",
440        "src/gpu/GrTextureProxy.cpp",
441        "src/gpu/GrTextureRenderTargetProxy.cpp",
442        "src/gpu/GrTextureToYUVPlanes.cpp",
443        "src/gpu/GrTraceMarker.cpp",
444        "src/gpu/GrXferProcessor.cpp",
445        "src/gpu/GrYUVProvider.cpp",
446        "src/gpu/SkGpuDevice.cpp",
447        "src/gpu/SkGpuDevice_drawTexture.cpp",
448        "src/gpu/SkGr.cpp",
449        "src/gpu/effects/GrBezierEffect.cpp",
450        "src/gpu/effects/GrBicubicEffect.cpp",
451        "src/gpu/effects/GrBitmapTextGeoProc.cpp",
452        "src/gpu/effects/GrBlurredEdgeFragmentProcessor.cpp",
453        "src/gpu/effects/GrConfigConversionEffect.cpp",
454        "src/gpu/effects/GrConstColorProcessor.cpp",
455        "src/gpu/effects/GrConvexPolyEffect.cpp",
456        "src/gpu/effects/GrCoverageSetOpXP.cpp",
457        "src/gpu/effects/GrCustomXfermode.cpp",
458        "src/gpu/effects/GrDisableColorXP.cpp",
459        "src/gpu/effects/GrDistanceFieldGeoProc.cpp",
460        "src/gpu/effects/GrDitherEffect.cpp",
461        "src/gpu/effects/GrGaussianConvolutionFragmentProcessor.cpp",
462        "src/gpu/effects/GrMatrixConvolutionEffect.cpp",
463        "src/gpu/effects/GrNonlinearColorSpaceXformEffect.cpp",
464        "src/gpu/effects/GrOvalEffect.cpp",
465        "src/gpu/effects/GrPorterDuffXferProcessor.cpp",
466        "src/gpu/effects/GrRRectEffect.cpp",
467        "src/gpu/effects/GrSRGBEffect.cpp",
468        "src/gpu/effects/GrShadowGeoProc.cpp",
469        "src/gpu/effects/GrSimpleTextureEffect.cpp",
470        "src/gpu/effects/GrSingleTextureEffect.cpp",
471        "src/gpu/effects/GrTextureDomain.cpp",
472        "src/gpu/effects/GrTextureStripAtlas.cpp",
473        "src/gpu/effects/GrXfermodeFragmentProcessor.cpp",
474        "src/gpu/effects/GrYUVEffect.cpp",
475        "src/gpu/gl/GrGLAssembleInterface.cpp",
476        "src/gpu/gl/GrGLBuffer.cpp",
477        "src/gpu/gl/GrGLCaps.cpp",
478        "src/gpu/gl/GrGLContext.cpp",
479        "src/gpu/gl/GrGLCreateNullInterface.cpp",
480        "src/gpu/gl/GrGLDefaultInterface_native.cpp",
481        "src/gpu/gl/GrGLExtensions.cpp",
482        "src/gpu/gl/GrGLExternalTextureData.cpp",
483        "src/gpu/gl/GrGLGLSL.cpp",
484        "src/gpu/gl/GrGLGpu.cpp",
485        "src/gpu/gl/GrGLGpuProgramCache.cpp",
486        "src/gpu/gl/GrGLInterface.cpp",
487        "src/gpu/gl/GrGLPath.cpp",
488        "src/gpu/gl/GrGLPathRange.cpp",
489        "src/gpu/gl/GrGLPathRendering.cpp",
490        "src/gpu/gl/GrGLProgram.cpp",
491        "src/gpu/gl/GrGLProgramDataManager.cpp",
492        "src/gpu/gl/GrGLRenderTarget.cpp",
493        "src/gpu/gl/GrGLStencilAttachment.cpp",
494        "src/gpu/gl/GrGLTestInterface.cpp",
495        "src/gpu/gl/GrGLTexture.cpp",
496        "src/gpu/gl/GrGLTextureRenderTarget.cpp",
497        "src/gpu/gl/GrGLUniformHandler.cpp",
498        "src/gpu/gl/GrGLUtil.cpp",
499        "src/gpu/gl/GrGLVaryingHandler.cpp",
500        "src/gpu/gl/GrGLVertexArray.cpp",
501        "src/gpu/gl/android/GrGLCreateNativeInterface_android.cpp",
502        "src/gpu/gl/builders/GrGLProgramBuilder.cpp",
503        "src/gpu/gl/builders/GrGLSLPrettyPrint.cpp",
504        "src/gpu/gl/builders/GrGLShaderStringBuilder.cpp",
505        "src/gpu/glsl/GrGLSL.cpp",
506        "src/gpu/glsl/GrGLSLBlend.cpp",
507        "src/gpu/glsl/GrGLSLFragmentProcessor.cpp",
508        "src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp",
509        "src/gpu/glsl/GrGLSLGeometryProcessor.cpp",
510        "src/gpu/glsl/GrGLSLGeometryShaderBuilder.cpp",
511        "src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp",
512        "src/gpu/glsl/GrGLSLProgramBuilder.cpp",
513        "src/gpu/glsl/GrGLSLProgramDataManager.cpp",
514        "src/gpu/glsl/GrGLSLShaderBuilder.cpp",
515        "src/gpu/glsl/GrGLSLUtil.cpp",
516        "src/gpu/glsl/GrGLSLVarying.cpp",
517        "src/gpu/glsl/GrGLSLVertexShaderBuilder.cpp",
518        "src/gpu/glsl/GrGLSLXferProcessor.cpp",
519        "src/gpu/instanced/GLInstancedRendering.cpp",
520        "src/gpu/instanced/InstanceProcessor.cpp",
521        "src/gpu/instanced/InstancedRendering.cpp",
522        "src/gpu/ops/GrAAConvexPathRenderer.cpp",
523        "src/gpu/ops/GrAAConvexTessellator.cpp",
524        "src/gpu/ops/GrAAFillRectOp.cpp",
525        "src/gpu/ops/GrAAHairLinePathRenderer.cpp",
526        "src/gpu/ops/GrAALinearizingConvexPathRenderer.cpp",
527        "src/gpu/ops/GrAAStrokeRectOp.cpp",
528        "src/gpu/ops/GrAnalyticRectOp.cpp",
529        "src/gpu/ops/GrAtlasTextOp.cpp",
530        "src/gpu/ops/GrCopySurfaceOp.cpp",
531        "src/gpu/ops/GrDashLinePathRenderer.cpp",
532        "src/gpu/ops/GrDashOp.cpp",
533        "src/gpu/ops/GrDefaultPathRenderer.cpp",
534        "src/gpu/ops/GrDrawAtlasOp.cpp",
535        "src/gpu/ops/GrDrawPathOp.cpp",
536        "src/gpu/ops/GrDrawVerticesOp.cpp",
537        "src/gpu/ops/GrLatticeOp.cpp",
538        "src/gpu/ops/GrMSAAPathRenderer.cpp",
539        "src/gpu/ops/GrMeshDrawOp.cpp",
540        "src/gpu/ops/GrNonAAFillRectOp.cpp",
541        "src/gpu/ops/GrNonAAFillRectPerspectiveOp.cpp",
542        "src/gpu/ops/GrNonAAStrokeRectOp.cpp",
543        "src/gpu/ops/GrOp.cpp",
544        "src/gpu/ops/GrOvalOpFactory.cpp",
545        "src/gpu/ops/GrRectOpFactory.cpp",
546        "src/gpu/ops/GrRegionOp.cpp",
547        "src/gpu/ops/GrSemaphoreOp.cpp",
548        "src/gpu/ops/GrShadowRRectOp.cpp",
549        "src/gpu/ops/GrSmallPathRenderer.cpp",
550        "src/gpu/ops/GrStencilAndCoverPathRenderer.cpp",
551        "src/gpu/ops/GrTessellatingPathRenderer.cpp",
552        "src/gpu/text/GrAtlasGlyphCache.cpp",
553        "src/gpu/text/GrAtlasTextBlob.cpp",
554        "src/gpu/text/GrAtlasTextBlob_regenInOp.cpp",
555        "src/gpu/text/GrAtlasTextContext.cpp",
556        "src/gpu/text/GrDistanceFieldAdjustTable.cpp",
557        "src/gpu/text/GrStencilAndCoverTextContext.cpp",
558        "src/gpu/text/GrTextBlobCache.cpp",
559        "src/gpu/text/GrTextUtils.cpp",
560        "src/gpu/vk/GrVkBackendContext.cpp",
561        "src/gpu/vk/GrVkBuffer.cpp",
562        "src/gpu/vk/GrVkCaps.cpp",
563        "src/gpu/vk/GrVkCommandBuffer.cpp",
564        "src/gpu/vk/GrVkCopyManager.cpp",
565        "src/gpu/vk/GrVkCopyPipeline.cpp",
566        "src/gpu/vk/GrVkDescriptorPool.cpp",
567        "src/gpu/vk/GrVkDescriptorSet.cpp",
568        "src/gpu/vk/GrVkDescriptorSetManager.cpp",
569        "src/gpu/vk/GrVkExtensions.cpp",
570        "src/gpu/vk/GrVkFramebuffer.cpp",
571        "src/gpu/vk/GrVkGpu.cpp",
572        "src/gpu/vk/GrVkGpuCommandBuffer.cpp",
573        "src/gpu/vk/GrVkImage.cpp",
574        "src/gpu/vk/GrVkImageView.cpp",
575        "src/gpu/vk/GrVkIndexBuffer.cpp",
576        "src/gpu/vk/GrVkInterface.cpp",
577        "src/gpu/vk/GrVkMemory.cpp",
578        "src/gpu/vk/GrVkPipeline.cpp",
579        "src/gpu/vk/GrVkPipelineState.cpp",
580        "src/gpu/vk/GrVkPipelineStateBuilder.cpp",
581        "src/gpu/vk/GrVkPipelineStateCache.cpp",
582        "src/gpu/vk/GrVkPipelineStateDataManager.cpp",
583        "src/gpu/vk/GrVkRenderPass.cpp",
584        "src/gpu/vk/GrVkRenderTarget.cpp",
585        "src/gpu/vk/GrVkResourceProvider.cpp",
586        "src/gpu/vk/GrVkSampler.cpp",
587        "src/gpu/vk/GrVkSemaphore.cpp",
588        "src/gpu/vk/GrVkStencilAttachment.cpp",
589        "src/gpu/vk/GrVkTexture.cpp",
590        "src/gpu/vk/GrVkTextureRenderTarget.cpp",
591        "src/gpu/vk/GrVkTransferBuffer.cpp",
592        "src/gpu/vk/GrVkUniformBuffer.cpp",
593        "src/gpu/vk/GrVkUniformHandler.cpp",
594        "src/gpu/vk/GrVkUtil.cpp",
595        "src/gpu/vk/GrVkVaryingHandler.cpp",
596        "src/gpu/vk/GrVkVertexBuffer.cpp",
597        "src/image/SkImage.cpp",
598        "src/image/SkImageShader.cpp",
599        "src/image/SkImage_Generator.cpp",
600        "src/image/SkImage_Gpu.cpp",
601        "src/image/SkImage_Raster.cpp",
602        "src/image/SkSurface.cpp",
603        "src/image/SkSurface_Gpu.cpp",
604        "src/image/SkSurface_Raster.cpp",
605        "src/images/SkImageEncoder.cpp",
606        "src/images/SkJPEGImageEncoder.cpp",
607        "src/images/SkJPEGWriteUtility.cpp",
608        "src/images/SkPNGImageEncoder.cpp",
609        "src/images/SkWEBPImageEncoder.cpp",
610        "src/jumper/SkJumper.cpp",
611        "src/jumper/SkJumper_generated.cpp",
612        "src/jumper/SkJumper_stages.cpp",
613        "src/lazy/SkDiscardableMemoryPool.cpp",
614        "src/pathops/SkAddIntersections.cpp",
615        "src/pathops/SkDConicLineIntersection.cpp",
616        "src/pathops/SkDCubicLineIntersection.cpp",
617        "src/pathops/SkDCubicToQuads.cpp",
618        "src/pathops/SkDLineIntersection.cpp",
619        "src/pathops/SkDQuadLineIntersection.cpp",
620        "src/pathops/SkIntersections.cpp",
621        "src/pathops/SkOpAngle.cpp",
622        "src/pathops/SkOpBuilder.cpp",
623        "src/pathops/SkOpCoincidence.cpp",
624        "src/pathops/SkOpContour.cpp",
625        "src/pathops/SkOpCubicHull.cpp",
626        "src/pathops/SkOpEdgeBuilder.cpp",
627        "src/pathops/SkOpSegment.cpp",
628        "src/pathops/SkOpSpan.cpp",
629        "src/pathops/SkPathOpsCommon.cpp",
630        "src/pathops/SkPathOpsConic.cpp",
631        "src/pathops/SkPathOpsCubic.cpp",
632        "src/pathops/SkPathOpsCurve.cpp",
633        "src/pathops/SkPathOpsDebug.cpp",
634        "src/pathops/SkPathOpsLine.cpp",
635        "src/pathops/SkPathOpsOp.cpp",
636        "src/pathops/SkPathOpsPoint.cpp",
637        "src/pathops/SkPathOpsQuad.cpp",
638        "src/pathops/SkPathOpsRect.cpp",
639        "src/pathops/SkPathOpsSimplify.cpp",
640        "src/pathops/SkPathOpsTSect.cpp",
641        "src/pathops/SkPathOpsTightBounds.cpp",
642        "src/pathops/SkPathOpsTypes.cpp",
643        "src/pathops/SkPathOpsWinding.cpp",
644        "src/pathops/SkPathWriter.cpp",
645        "src/pathops/SkReduceOrder.cpp",
646        "src/pdf/SkDeflate.cpp",
647        "src/pdf/SkJpegInfo.cpp",
648        "src/pdf/SkPDFBitmap.cpp",
649        "src/pdf/SkPDFCanon.cpp",
650        "src/pdf/SkPDFCanvas.cpp",
651        "src/pdf/SkPDFConvertType1FontStream.cpp",
652        "src/pdf/SkPDFDevice.cpp",
653        "src/pdf/SkPDFDocument.cpp",
654        "src/pdf/SkPDFFont.cpp",
655        "src/pdf/SkPDFFormXObject.cpp",
656        "src/pdf/SkPDFGraphicState.cpp",
657        "src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp",
658        "src/pdf/SkPDFMakeToUnicodeCmap.cpp",
659        "src/pdf/SkPDFMetadata.cpp",
660        "src/pdf/SkPDFResourceDict.cpp",
661        "src/pdf/SkPDFShader.cpp",
662        "src/pdf/SkPDFTypes.cpp",
663        "src/pdf/SkPDFUtils.cpp",
664        "src/pipe/SkPipeCanvas.cpp",
665        "src/pipe/SkPipeReader.cpp",
666        "src/ports/SkDebug_android.cpp",
667        "src/ports/SkDiscardableMemory_none.cpp",
668        "src/ports/SkFontHost_FreeType.cpp",
669        "src/ports/SkFontHost_FreeType_common.cpp",
670        "src/ports/SkFontMgr_android.cpp",
671        "src/ports/SkFontMgr_android_factory.cpp",
672        "src/ports/SkFontMgr_android_parser.cpp",
673        "src/ports/SkGlobalInitialization_default.cpp",
674        "src/ports/SkImageGenerator_skia.cpp",
675        "src/ports/SkMemory_malloc.cpp",
676        "src/ports/SkOSFile_posix.cpp",
677        "src/ports/SkOSFile_stdio.cpp",
678        "src/ports/SkOSLibrary_posix.cpp",
679        "src/ports/SkTLS_pthread.cpp",
680        "src/sfnt/SkOTTable_name.cpp",
681        "src/sfnt/SkOTUtils.cpp",
682        "src/sksl/SkSLCFGGenerator.cpp",
683        "src/sksl/SkSLCompiler.cpp",
684        "src/sksl/SkSLGLSLCodeGenerator.cpp",
685        "src/sksl/SkSLIRGenerator.cpp",
686        "src/sksl/SkSLParser.cpp",
687        "src/sksl/SkSLSPIRVCodeGenerator.cpp",
688        "src/sksl/SkSLUtil.cpp",
689        "src/sksl/ir/SkSLSymbolTable.cpp",
690        "src/sksl/ir/SkSLType.cpp",
691        "src/sksl/lex.layout.cpp",
692        "src/svg/SkSVGCanvas.cpp",
693        "src/svg/SkSVGDevice.cpp",
694        "src/utils/SkBase64.cpp",
695        "src/utils/SkBitmapSourceDeserializer.cpp",
696        "src/utils/SkCamera.cpp",
697        "src/utils/SkCanvasStack.cpp",
698        "src/utils/SkCanvasStateUtils.cpp",
699        "src/utils/SkCurveMeasure.cpp",
700        "src/utils/SkDashPath.cpp",
701        "src/utils/SkDeferredCanvas.cpp",
702        "src/utils/SkDumpCanvas.cpp",
703        "src/utils/SkEventTracer.cpp",
704        "src/utils/SkFrontBufferedStream.cpp",
705        "src/utils/SkInsetConvexPolygon.cpp",
706        "src/utils/SkInterpolator.cpp",
707        "src/utils/SkMatrix22.cpp",
708        "src/utils/SkMultiPictureDocument.cpp",
709        "src/utils/SkNWayCanvas.cpp",
710        "src/utils/SkNullCanvas.cpp",
711        "src/utils/SkOSPath.cpp",
712        "src/utils/SkPaintFilterCanvas.cpp",
713        "src/utils/SkParse.cpp",
714        "src/utils/SkParseColor.cpp",
715        "src/utils/SkParsePath.cpp",
716        "src/utils/SkPatchUtils.cpp",
717        "src/utils/SkRGBAToYUV.cpp",
718        "src/utils/SkShadowPaintFilterCanvas.cpp",
719        "src/utils/SkShadowTessellator.cpp",
720        "src/utils/SkShadowUtils.cpp",
721        "src/utils/SkTextBox.cpp",
722        "src/utils/SkThreadUtils_pthread.cpp",
723        "src/utils/SkThreadUtils_win.cpp",
724        "src/utils/SkWhitelistTypefaces.cpp",
725        "src/utils/mac/SkCreateCGImageRef.cpp",
726        "src/utils/mac/SkStream_mac.cpp",
727        "src/utils/win/SkAutoCoInitialize.cpp",
728        "src/utils/win/SkDWrite.cpp",
729        "src/utils/win/SkDWriteFontFileStream.cpp",
730        "src/utils/win/SkDWriteGeometrySink.cpp",
731        "src/utils/win/SkHRESULT.cpp",
732        "src/utils/win/SkIStream.cpp",
733        "src/utils/win/SkWGL_win.cpp",
734        "src/xml/SkDOM.cpp",
735        "src/xml/SkXMLParser.cpp",
736        "src/xml/SkXMLWriter.cpp",
737        "src/xps/SkXPSDevice.cpp",
738        "src/xps/SkXPSDocument.cpp",
739        "third_party/etc1/etc1.cpp",
740        "third_party/gif/SkGifImageReader.cpp",
741    ],
742
743    arch: {
744        arm: {
745            srcs: [
746                "src/opts/SkBitmapProcState_opts_none.cpp",
747                "src/opts/SkBlitMask_opts_arm.cpp",
748                "src/opts/SkBlitRow_opts_arm.cpp",
749            ],
750
751            armv7_a_neon: {
752                srcs: [
753                    "src/opts/SkBitmapProcState_arm_neon.cpp",
754                    "src/opts/SkBitmapProcState_matrixProcs_neon.cpp",
755                    "src/opts/SkBlitMask_opts_arm_neon.cpp",
756                    "src/opts/SkBlitRow_opts_arm_neon.cpp",
757                ],
758            },
759        },
760
761        arm64: {
762            srcs: [
763                "src/opts/SkBitmapProcState_arm_neon.cpp",
764                "src/opts/SkBitmapProcState_matrixProcs_neon.cpp",
765                "src/opts/SkBitmapProcState_opts_none.cpp",
766                "src/opts/SkBlitMask_opts_arm.cpp",
767                "src/opts/SkBlitMask_opts_arm_neon.cpp",
768                "src/opts/SkBlitRow_opts_arm.cpp",
769                "src/opts/SkBlitRow_opts_arm_neon.cpp",
770                "src/opts/SkOpts_crc32.cpp",
771            ],
772        },
773
774        mips: {
775            srcs: [
776                "src/opts/SkBitmapProcState_opts_none.cpp",
777                "src/opts/SkBlitMask_opts_none.cpp",
778                "src/opts/SkBlitRow_opts_none.cpp",
779            ],
780        },
781
782        mips64: {
783            srcs: [
784                "src/opts/SkBitmapProcState_opts_none.cpp",
785                "src/opts/SkBlitMask_opts_none.cpp",
786                "src/opts/SkBlitRow_opts_none.cpp",
787            ],
788        },
789
790        x86: {
791            srcs: [
792                "src/opts/SkBitmapProcState_opts_SSE2.cpp",
793                "src/opts/SkBitmapProcState_opts_SSSE3.cpp",
794                "src/opts/SkBlitRow_opts_SSE2.cpp",
795                "src/opts/SkOpts_avx.cpp",
796                "src/opts/SkOpts_hsw.cpp",
797                "src/opts/SkOpts_sse41.cpp",
798                "src/opts/SkOpts_sse42.cpp",
799                "src/opts/SkOpts_ssse3.cpp",
800                "src/opts/opts_check_x86.cpp",
801            ],
802        },
803
804        x86_64: {
805            srcs: [
806                "src/opts/SkBitmapProcState_opts_SSE2.cpp",
807                "src/opts/SkBitmapProcState_opts_SSSE3.cpp",
808                "src/opts/SkBlitRow_opts_SSE2.cpp",
809                "src/opts/SkOpts_avx.cpp",
810                "src/opts/SkOpts_hsw.cpp",
811                "src/opts/SkOpts_sse41.cpp",
812                "src/opts/SkOpts_sse42.cpp",
813                "src/opts/SkOpts_ssse3.cpp",
814                "src/opts/opts_check_x86.cpp",
815            ],
816        },
817    },
818
819    shared_libs: [
820        "libEGL",
821        "libGLESv2",
822        "libdng_sdk",
823        "libexpat",
824        "libft2",
825        "libicui18n",
826        "libicuuc",
827        "libjpeg",
828        "liblog",
829        "libpiex",
830        "libpng",
831        "libvulkan",
832        "libz",
833        "libcutils",
834    ],
835    static_libs: [
836        "libarect",
837        "libsfntly",
838        "libwebp-decode",
839        "libwebp-encode",
840    ],
841}
842
843cc_test {
844    name: "skia_dm",
845
846    cflags: [
847        "-Wno-unused-parameter",
848    ],
849
850    local_include_dirs: [
851        "experimental/svg/model/",
852        "gm/",
853        "include/android/",
854        "include/c/",
855        "include/codec/",
856        "include/config/",
857        "include/core/",
858        "include/effects/",
859        "include/gpu/",
860        "include/gpu/gl/",
861        "include/pathops/",
862        "include/ports/",
863        "include/private/",
864        "include/svg/",
865        "include/utils/",
866        "include/utils/mac/",
867        "src/c/",
868        "src/codec/",
869        "src/core/",
870        "src/effects/",
871        "src/effects/gradients/",
872        "src/fonts/",
873        "src/gpu/",
874        "src/image/",
875        "src/images/",
876        "src/lazy/",
877        "src/opts/",
878        "src/pathops/",
879        "src/pdf/",
880        "src/ports/",
881        "src/sfnt/",
882        "src/sksl/",
883        "src/utils/",
884        "src/utils/win/",
885        "src/xml/",
886        "tests/",
887        "third_party/etc1/",
888        "third_party/gif/",
889        "tools/",
890        "tools/debugger/",
891        "tools/flags/",
892        "tools/gpu/",
893        "tools/timer/",
894    ],
895
896    srcs: [
897        "dm/DM.cpp",
898        "dm/DMJsonWriter.cpp",
899        "dm/DMSrcSink.cpp",
900        "experimental/svg/model/SkSVGAttribute.cpp",
901        "experimental/svg/model/SkSVGAttributeParser.cpp",
902        "experimental/svg/model/SkSVGCircle.cpp",
903        "experimental/svg/model/SkSVGClipPath.cpp",
904        "experimental/svg/model/SkSVGContainer.cpp",
905        "experimental/svg/model/SkSVGDOM.cpp",
906        "experimental/svg/model/SkSVGEllipse.cpp",
907        "experimental/svg/model/SkSVGLine.cpp",
908        "experimental/svg/model/SkSVGLinearGradient.cpp",
909        "experimental/svg/model/SkSVGNode.cpp",
910        "experimental/svg/model/SkSVGPath.cpp",
911        "experimental/svg/model/SkSVGPoly.cpp",
912        "experimental/svg/model/SkSVGRect.cpp",
913        "experimental/svg/model/SkSVGRenderContext.cpp",
914        "experimental/svg/model/SkSVGSVG.cpp",
915        "experimental/svg/model/SkSVGShape.cpp",
916        "experimental/svg/model/SkSVGStop.cpp",
917        "experimental/svg/model/SkSVGTransformableNode.cpp",
918        "experimental/svg/model/SkSVGValue.cpp",
919        "gm/OverStroke.cpp",
920        "gm/SkLinearBitmapPipelineGM.cpp",
921        "gm/aaa.cpp",
922        "gm/aaclip.cpp",
923        "gm/aarectmodes.cpp",
924        "gm/aaxfermodes.cpp",
925        "gm/addarc.cpp",
926        "gm/all_bitmap_configs.cpp",
927        "gm/alphagradients.cpp",
928        "gm/animatedGif.cpp",
929        "gm/animatedimageblurs.cpp",
930        "gm/anisotropic.cpp",
931        "gm/annotated_text.cpp",
932        "gm/arcofzorro.cpp",
933        "gm/arcto.cpp",
934        "gm/arithmode.cpp",
935        "gm/badpaint.cpp",
936        "gm/beziereffects.cpp",
937        "gm/beziers.cpp",
938        "gm/bigblurs.cpp",
939        "gm/bigmatrix.cpp",
940        "gm/bigrrectaaeffect.cpp",
941        "gm/bigtext.cpp",
942        "gm/bigtileimagefilter.cpp",
943        "gm/bitmapcopy.cpp",
944        "gm/bitmapfilters.cpp",
945        "gm/bitmapimage.cpp",
946        "gm/bitmappremul.cpp",
947        "gm/bitmaprect.cpp",
948        "gm/bitmaprecttest.cpp",
949        "gm/bitmapshader.cpp",
950        "gm/bitmaptiled.cpp",
951        "gm/bleed.cpp",
952        "gm/blend.cpp",
953        "gm/blurcircles.cpp",
954        "gm/blurcircles2.cpp",
955        "gm/blurquickreject.cpp",
956        "gm/blurrect.cpp",
957        "gm/blurredclippedcircle.cpp",
958        "gm/blurroundrect.cpp",
959        "gm/blurs.cpp",
960        "gm/bmpfilterqualityrepeat.cpp",
961        "gm/bug5252.cpp",
962        "gm/bug530095.cpp",
963        "gm/bug615686.cpp",
964        "gm/cgm.c",
965        "gm/cgms.cpp",
966        "gm/circles.cpp",
967        "gm/circulararcs.cpp",
968        "gm/circularclips.cpp",
969        "gm/clip_error.cpp",
970        "gm/clip_strokerect.cpp",
971        "gm/clipdrawdraw.cpp",
972        "gm/clippedbitmapshaders.cpp",
973        "gm/color4f.cpp",
974        "gm/coloremoji.cpp",
975        "gm/colorfilteralpha8.cpp",
976        "gm/colorfilterimagefilter.cpp",
977        "gm/colorfilters.cpp",
978        "gm/colormatrix.cpp",
979        "gm/colorspacexform.cpp",
980        "gm/colortype.cpp",
981        "gm/colortypexfermode.cpp",
982        "gm/colorwheel.cpp",
983        "gm/complexclip.cpp",
984        "gm/complexclip2.cpp",
985        "gm/complexclip3.cpp",
986        "gm/complexclip4.cpp",
987        "gm/complexclip_blur_tiled.cpp",
988        "gm/composeshader.cpp",
989        "gm/concavepaths.cpp",
990        "gm/conicpaths.cpp",
991        "gm/constcolorprocessor.cpp",
992        "gm/convex_all_line_paths.cpp",
993        "gm/convexpaths.cpp",
994        "gm/convexpolyclip.cpp",
995        "gm/convexpolyeffect.cpp",
996        "gm/copyTo4444.cpp",
997        "gm/crbug_691386.cpp",
998        "gm/croppedrects.cpp",
999        "gm/cubicpaths.cpp",
1000        "gm/dashcircle.cpp",
1001        "gm/dashcubics.cpp",
1002        "gm/dashing.cpp",
1003        "gm/deferredtextureimage.cpp",
1004        "gm/degeneratesegments.cpp",
1005        "gm/dftext.cpp",
1006        "gm/discard.cpp",
1007        "gm/displacement.cpp",
1008        "gm/distantclip.cpp",
1009        "gm/downsamplebitmap.cpp",
1010        "gm/draw_bitmap_rect_skbug4374.cpp",
1011        "gm/drawable.cpp",
1012        "gm/drawatlas.cpp",
1013        "gm/drawatlascolor.cpp",
1014        "gm/drawbitmaprect.cpp",
1015        "gm/drawfilter.cpp",
1016        "gm/drawlooper.cpp",
1017        "gm/drawminibitmaprect.cpp",
1018        "gm/drawregion.cpp",
1019        "gm/drawregionmodes.cpp",
1020        "gm/dropshadowimagefilter.cpp",
1021        "gm/drrect.cpp",
1022        "gm/dstreadshuffle.cpp",
1023        "gm/emboss.cpp",
1024        "gm/emptypath.cpp",
1025        "gm/encode-platform.cpp",
1026        "gm/encode-srgb.cpp",
1027        "gm/encode.cpp",
1028        "gm/etc1.cpp",
1029        "gm/extractbitmap.cpp",
1030        "gm/fadefilter.cpp",
1031        "gm/fatpathfill.cpp",
1032        "gm/filltypes.cpp",
1033        "gm/filltypespersp.cpp",
1034        "gm/filterbitmap.cpp",
1035        "gm/filterbug.cpp",
1036        "gm/filterfastbounds.cpp",
1037        "gm/filterindiabox.cpp",
1038        "gm/fontcache.cpp",
1039        "gm/fontmgr.cpp",
1040        "gm/fontscaler.cpp",
1041        "gm/fontscalerdistortable.cpp",
1042        "gm/gamma.cpp",
1043        "gm/gammaencodedpremul.cpp",
1044        "gm/gammatext.cpp",
1045        "gm/gamut.cpp",
1046        "gm/gaussianedge.cpp",
1047        "gm/getpostextpath.cpp",
1048        "gm/giantbitmap.cpp",
1049        "gm/glyph_pos.cpp",
1050        "gm/glyph_pos_align.cpp",
1051        "gm/gm.cpp",
1052        "gm/gradientDirtyLaundry.cpp",
1053        "gm/gradient_matrix.cpp",
1054        "gm/gradients.cpp",
1055        "gm/gradients_2pt_conical.cpp",
1056        "gm/gradients_no_texture.cpp",
1057        "gm/gradtext.cpp",
1058        "gm/grayscalejpg.cpp",
1059        "gm/hairlines.cpp",
1060        "gm/hairmodes.cpp",
1061        "gm/hardstop_gradients.cpp",
1062        "gm/highcontrastfilter.cpp",
1063        "gm/hittestpath.cpp",
1064        "gm/image.cpp",
1065        "gm/image_pict.cpp",
1066        "gm/image_shader.cpp",
1067        "gm/imagealphathreshold.cpp",
1068        "gm/imageblur.cpp",
1069        "gm/imageblur2.cpp",
1070        "gm/imageblurtiled.cpp",
1071        "gm/imagefilters.cpp",
1072        "gm/imagefiltersbase.cpp",
1073        "gm/imagefiltersclipped.cpp",
1074        "gm/imagefilterscropexpand.cpp",
1075        "gm/imagefilterscropped.cpp",
1076        "gm/imagefiltersgraph.cpp",
1077        "gm/imagefiltersscaled.cpp",
1078        "gm/imagefiltersstroked.cpp",
1079        "gm/imagefilterstransformed.cpp",
1080        "gm/imagefromyuvtextures.cpp",
1081        "gm/imagemagnifier.cpp",
1082        "gm/imagemakewithfilter.cpp",
1083        "gm/imagemasksubset.cpp",
1084        "gm/imageresizetiled.cpp",
1085        "gm/imagescalealigned.cpp",
1086        "gm/imagesource.cpp",
1087        "gm/imagesource2.cpp",
1088        "gm/imagetoyuvplanes.cpp",
1089        "gm/internal_links.cpp",
1090        "gm/inversepaths.cpp",
1091        "gm/largeglyphblur.cpp",
1092        "gm/lattice.cpp",
1093        "gm/lcdblendmodes.cpp",
1094        "gm/lcdoverlap.cpp",
1095        "gm/lcdtext.cpp",
1096        "gm/lighting.cpp",
1097        "gm/lightingshader.cpp",
1098        "gm/lightingshader2.cpp",
1099        "gm/lightingshaderbevel.cpp",
1100        "gm/linepaths.cpp",
1101        "gm/localmatriximagefilter.cpp",
1102        "gm/localmatriximageshader.cpp",
1103        "gm/lumafilter.cpp",
1104        "gm/manypaths.cpp",
1105        "gm/matrixconvolution.cpp",
1106        "gm/matriximagefilter.cpp",
1107        "gm/megalooper.cpp",
1108        "gm/mipmap.cpp",
1109        "gm/mixedtextblobs.cpp",
1110        "gm/modecolorfilters.cpp",
1111        "gm/morphology.cpp",
1112        "gm/multipicturedraw.cpp",
1113        "gm/nested.cpp",
1114        "gm/ninepatchstretch.cpp",
1115        "gm/nonclosedpaths.cpp",
1116        "gm/occludedrrectblur.cpp",
1117        "gm/offsetimagefilter.cpp",
1118        "gm/ovals.cpp",
1119        "gm/overdrawcolorfilter.cpp",
1120        "gm/patch.cpp",
1121        "gm/path_stroke_with_zero_length.cpp",
1122        "gm/pathcontourstart.cpp",
1123        "gm/patheffects.cpp",
1124        "gm/pathfill.cpp",
1125        "gm/pathinterior.cpp",
1126        "gm/pathmaskcache.cpp",
1127        "gm/pathopsinverse.cpp",
1128        "gm/pathopsskpclip.cpp",
1129        "gm/pathreverse.cpp",
1130        "gm/pdf_never_embed.cpp",
1131        "gm/perlinnoise.cpp",
1132        "gm/perspshaders.cpp",
1133        "gm/picture.cpp",
1134        "gm/pictureimagefilter.cpp",
1135        "gm/pictureimagegenerator.cpp",
1136        "gm/pictureshader.cpp",
1137        "gm/pictureshadertile.cpp",
1138        "gm/pixelsnap.cpp",
1139        "gm/plus.cpp",
1140        "gm/points.cpp",
1141        "gm/poly2poly.cpp",
1142        "gm/polygons.cpp",
1143        "gm/quadpaths.cpp",
1144        "gm/readpixels.cpp",
1145        "gm/recordopts.cpp",
1146        "gm/rectangletexture.cpp",
1147        "gm/rects.cpp",
1148        "gm/repeated_bitmap.cpp",
1149        "gm/resizeimagefilter.cpp",
1150        "gm/reveal.cpp",
1151        "gm/roundrects.cpp",
1152        "gm/rrect.cpp",
1153        "gm/rrectclipdrawpaint.cpp",
1154        "gm/rrects.cpp",
1155        "gm/samplerstress.cpp",
1156        "gm/savelayer.cpp",
1157        "gm/scaledstrokes.cpp",
1158        "gm/shaderbounds.cpp",
1159        "gm/shadertext.cpp",
1160        "gm/shadertext2.cpp",
1161        "gm/shadertext3.cpp",
1162        "gm/shadowmaps.cpp",
1163        "gm/shadows.cpp",
1164        "gm/shadowutils.cpp",
1165        "gm/shallowgradient.cpp",
1166        "gm/shapes.cpp",
1167        "gm/showmiplevels.cpp",
1168        "gm/simple_magnification.cpp",
1169        "gm/simpleaaclip.cpp",
1170        "gm/simplerect.cpp",
1171        "gm/skbug1719.cpp",
1172        "gm/skbug_257.cpp",
1173        "gm/skbug_4868.cpp",
1174        "gm/skbug_5321.cpp",
1175        "gm/smallarc.cpp",
1176        "gm/smallimage.cpp",
1177        "gm/smallpaths.cpp",
1178        "gm/spritebitmap.cpp",
1179        "gm/srcmode.cpp",
1180        "gm/stlouisarch.cpp",
1181        "gm/stringart.cpp",
1182        "gm/stroke_rect_shader.cpp",
1183        "gm/strokedlines.cpp",
1184        "gm/strokefill.cpp",
1185        "gm/strokerect.cpp",
1186        "gm/strokerects.cpp",
1187        "gm/strokes.cpp",
1188        "gm/stroketext.cpp",
1189        "gm/subsetshader.cpp",
1190        "gm/surface.cpp",
1191        "gm/tablecolorfilter.cpp",
1192        "gm/tallstretchedbitmaps.cpp",
1193        "gm/testgradient.cpp",
1194        "gm/texdata.cpp",
1195        "gm/textblob.cpp",
1196        "gm/textblobblockreordering.cpp",
1197        "gm/textblobcolortrans.cpp",
1198        "gm/textblobgeometrychange.cpp",
1199        "gm/textbloblooper.cpp",
1200        "gm/textblobmixedsizes.cpp",
1201        "gm/textblobrandomfont.cpp",
1202        "gm/textblobshader.cpp",
1203        "gm/textblobtransforms.cpp",
1204        "gm/textblobuseaftergpufree.cpp",
1205        "gm/texteffects.cpp",
1206        "gm/texturedomaineffect.cpp",
1207        "gm/thinconcavepaths.cpp",
1208        "gm/thinrects.cpp",
1209        "gm/thinstrokedrects.cpp",
1210        "gm/tiledscaledbitmap.cpp",
1211        "gm/tileimagefilter.cpp",
1212        "gm/tilemodes.cpp",
1213        "gm/tilemodes_scaled.cpp",
1214        "gm/tinybitmap.cpp",
1215        "gm/transparency.cpp",
1216        "gm/typeface.cpp",
1217        "gm/variedtext.cpp",
1218        "gm/vertices.cpp",
1219        "gm/verttext.cpp",
1220        "gm/verttext2.cpp",
1221        "gm/verylargebitmap.cpp",
1222        "gm/windowrectangles.cpp",
1223        "gm/xfermodeimagefilter.cpp",
1224        "gm/xfermodes.cpp",
1225        "gm/xfermodes2.cpp",
1226        "gm/xfermodes3.cpp",
1227        "gm/yuvtorgbeffect.cpp",
1228        "src/utils/SkMultiPictureDocumentReader.cpp",
1229        "tests/AAClipTest.cpp",
1230        "tests/AnnotationTest.cpp",
1231        "tests/ApplyGammaTest.cpp",
1232        "tests/ArenaAllocTest.cpp",
1233        "tests/AsADashTest.cpp",
1234        "tests/BadIcoTest.cpp",
1235        "tests/BitSetTest.cpp",
1236        "tests/BitmapCopyTest.cpp",
1237        "tests/BitmapGetColorTest.cpp",
1238        "tests/BitmapTest.cpp",
1239        "tests/BlendTest.cpp",
1240        "tests/BlitMaskClip.cpp",
1241        "tests/BlitRowTest.cpp",
1242        "tests/BlurTest.cpp",
1243        "tests/CPlusPlusEleven.cpp",
1244        "tests/CTest.cpp",
1245        "tests/CachedDataTest.cpp",
1246        "tests/CachedDecodingPixelRefTest.cpp",
1247        "tests/CanvasStateHelpers.cpp",
1248        "tests/CanvasStateTest.cpp",
1249        "tests/CanvasTest.cpp",
1250        "tests/ChecksumTest.cpp",
1251        "tests/ClampRangeTest.cpp",
1252        "tests/ClearTest.cpp",
1253        "tests/ClipBoundsTest.cpp",
1254        "tests/ClipCubicTest.cpp",
1255        "tests/ClipStackTest.cpp",
1256        "tests/ClipperTest.cpp",
1257        "tests/CodecAnimTest.cpp",
1258        "tests/CodecExactReadTest.cpp",
1259        "tests/CodecPartialTest.cpp",
1260        "tests/CodecTest.cpp",
1261        "tests/ColorFilterTest.cpp",
1262        "tests/ColorMatrixTest.cpp",
1263        "tests/ColorPrivTest.cpp",
1264        "tests/ColorSpaceTest.cpp",
1265        "tests/ColorSpaceXformTest.cpp",
1266        "tests/ColorTest.cpp",
1267        "tests/CopySurfaceTest.cpp",
1268        "tests/CrossContextImageTest.cpp",
1269        "tests/DFPathRendererTest.cpp",
1270        "tests/DashPathEffectTest.cpp",
1271        "tests/DataRefTest.cpp",
1272        "tests/DequeTest.cpp",
1273        "tests/DetermineDomainModeTest.cpp",
1274        "tests/DeviceLooperTest.cpp",
1275        "tests/DeviceTest.cpp",
1276        "tests/DiscardableMemoryPoolTest.cpp",
1277        "tests/DiscardableMemoryTest.cpp",
1278        "tests/DrawBitmapRectTest.cpp",
1279        "tests/DrawFilterTest.cpp",
1280        "tests/DrawPathTest.cpp",
1281        "tests/DrawTextTest.cpp",
1282        "tests/DynamicHashTest.cpp",
1283        "tests/EGLImageTest.cpp",
1284        "tests/EmptyPathTest.cpp",
1285        "tests/ExifTest.cpp",
1286        "tests/FillPathTest.cpp",
1287        "tests/FitsInTest.cpp",
1288        "tests/FlattenDrawableTest.cpp",
1289        "tests/FlattenableCustomFactory.cpp",
1290        "tests/FlattenableFactoryToName.cpp",
1291        "tests/Float16Test.cpp",
1292        "tests/FloatingPointTextureTest.cpp",
1293        "tests/FontHostStreamTest.cpp",
1294        "tests/FontHostTest.cpp",
1295        "tests/FontMgrAndroidParserTest.cpp",
1296        "tests/FontMgrTest.cpp",
1297        "tests/FontNamesTest.cpp",
1298        "tests/FontObjTest.cpp",
1299        "tests/FrontBufferedStreamTest.cpp",
1300        "tests/GLProgramsTest.cpp",
1301        "tests/GeometryTest.cpp",
1302        "tests/GifTest.cpp",
1303        "tests/GpuDrawPathTest.cpp",
1304        "tests/GpuLayerCacheTest.cpp",
1305        "tests/GpuRectanizerTest.cpp",
1306        "tests/GpuSampleLocationsTest.cpp",
1307        "tests/GrAllocatorTest.cpp",
1308        "tests/GrContextAbandonTest.cpp",
1309        "tests/GrContextFactoryTest.cpp",
1310        "tests/GrDrawTargetTest.cpp",
1311        "tests/GrGLSLPrettyPrintTest.cpp",
1312        "tests/GrGetCoeffBlendKnownComponentsTest.cpp",
1313        "tests/GrMemoryPoolTest.cpp",
1314        "tests/GrPorterDuffTest.cpp",
1315        "tests/GrShapeTest.cpp",
1316        "tests/GrSurfaceTest.cpp",
1317        "tests/GrTRecorderTest.cpp",
1318        "tests/GrTextureMipMapInvalidationTest.cpp",
1319        "tests/GradientTest.cpp",
1320        "tests/HSVRoundTripTest.cpp",
1321        "tests/HashTest.cpp",
1322        "tests/HighContrastFilterTest.cpp",
1323        "tests/ICCTest.cpp",
1324        "tests/ImageCacheTest.cpp",
1325        "tests/ImageFilterCacheTest.cpp",
1326        "tests/ImageFilterTest.cpp",
1327        "tests/ImageFrom565Bitmap.cpp",
1328        "tests/ImageGeneratorTest.cpp",
1329        "tests/ImageIsOpaqueTest.cpp",
1330        "tests/ImageNewShaderTest.cpp",
1331        "tests/ImageStorageTest.cpp",
1332        "tests/ImageTest.cpp",
1333        "tests/IndexedPngOverflowTest.cpp",
1334        "tests/InfRectTest.cpp",
1335        "tests/InsetConvexPolyTest.cpp",
1336        "tests/IntTextureTest.cpp",
1337        "tests/InterpolatorTest.cpp",
1338        "tests/InvalidIndexedPngTest.cpp",
1339        "tests/IsClosedSingleContourTest.cpp",
1340        "tests/LListTest.cpp",
1341        "tests/LRUCacheTest.cpp",
1342        "tests/LayerDrawLooperTest.cpp",
1343        "tests/LayerRasterizerTest.cpp",
1344        "tests/MD5Test.cpp",
1345        "tests/MallocPixelRefTest.cpp",
1346        "tests/MaskCacheTest.cpp",
1347        "tests/MathTest.cpp",
1348        "tests/Matrix44Test.cpp",
1349        "tests/MatrixClipCollapseTest.cpp",
1350        "tests/MatrixTest.cpp",
1351        "tests/MemoryTest.cpp",
1352        "tests/MemsetTest.cpp",
1353        "tests/MessageBusTest.cpp",
1354        "tests/MetaDataTest.cpp",
1355        "tests/MipMapTest.cpp",
1356        "tests/OSPathTest.cpp",
1357        "tests/OnceTest.cpp",
1358        "tests/OverAlignedTest.cpp",
1359        "tests/PDFDeflateWStreamTest.cpp",
1360        "tests/PDFDocumentTest.cpp",
1361        "tests/PDFGlyphsToUnicodeTest.cpp",
1362        "tests/PDFInvalidBitmapTest.cpp",
1363        "tests/PDFJpegEmbedTest.cpp",
1364        "tests/PDFMetadataAttributeTest.cpp",
1365        "tests/PDFOpaqueSrcModeToSrcOverTest.cpp",
1366        "tests/PDFPrimitivesTest.cpp",
1367        "tests/PackBitsTest.cpp",
1368        "tests/PackedConfigsTextureTest.cpp",
1369        "tests/PaintBreakTextTest.cpp",
1370        "tests/PaintImageFilterTest.cpp",
1371        "tests/PaintTest.cpp",
1372        "tests/ParsePathTest.cpp",
1373        "tests/PathCoverageTest.cpp",
1374        "tests/PathMeasureTest.cpp",
1375        "tests/PathOpsAngleIdeas.cpp",
1376        "tests/PathOpsAngleTest.cpp",
1377        "tests/PathOpsBattles.cpp",
1378        "tests/PathOpsBoundsTest.cpp",
1379        "tests/PathOpsBuildUseTest.cpp",
1380        "tests/PathOpsBuilderConicTest.cpp",
1381        "tests/PathOpsBuilderTest.cpp",
1382        "tests/PathOpsChalkboardTest.cpp",
1383        "tests/PathOpsConicIntersectionTest.cpp",
1384        "tests/PathOpsConicLineIntersectionTest.cpp",
1385        "tests/PathOpsConicQuadIntersectionTest.cpp",
1386        "tests/PathOpsCubicConicIntersectionTest.cpp",
1387        "tests/PathOpsCubicIntersectionTest.cpp",
1388        "tests/PathOpsCubicIntersectionTestData.cpp",
1389        "tests/PathOpsCubicLineIntersectionIdeas.cpp",
1390        "tests/PathOpsCubicLineIntersectionTest.cpp",
1391        "tests/PathOpsCubicQuadIntersectionTest.cpp",
1392        "tests/PathOpsCubicReduceOrderTest.cpp",
1393        "tests/PathOpsDCubicTest.cpp",
1394        "tests/PathOpsDLineTest.cpp",
1395        "tests/PathOpsDPointTest.cpp",
1396        "tests/PathOpsDRectTest.cpp",
1397        "tests/PathOpsDVectorTest.cpp",
1398        "tests/PathOpsDebug.cpp",
1399        "tests/PathOpsExtendedTest.cpp",
1400        "tests/PathOpsFuzz763Test.cpp",
1401        "tests/PathOpsInverseTest.cpp",
1402        "tests/PathOpsIssue3651.cpp",
1403        "tests/PathOpsLineIntersectionTest.cpp",
1404        "tests/PathOpsLineParametetersTest.cpp",
1405        "tests/PathOpsOpCircleThreadedTest.cpp",
1406        "tests/PathOpsOpCubicThreadedTest.cpp",
1407        "tests/PathOpsOpLoopThreadedTest.cpp",
1408        "tests/PathOpsOpRectThreadedTest.cpp",
1409        "tests/PathOpsOpTest.cpp",
1410        "tests/PathOpsQuadIntersectionTest.cpp",
1411        "tests/PathOpsQuadIntersectionTestData.cpp",
1412        "tests/PathOpsQuadLineIntersectionTest.cpp",
1413        "tests/PathOpsQuadLineIntersectionThreadedTest.cpp",
1414        "tests/PathOpsQuadReduceOrderTest.cpp",
1415        "tests/PathOpsSimplifyDegenerateThreadedTest.cpp",
1416        "tests/PathOpsSimplifyFailTest.cpp",
1417        "tests/PathOpsSimplifyQuadThreadedTest.cpp",
1418        "tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp",
1419        "tests/PathOpsSimplifyRectThreadedTest.cpp",
1420        "tests/PathOpsSimplifyTest.cpp",
1421        "tests/PathOpsSimplifyTrianglesThreadedTest.cpp",
1422        "tests/PathOpsSkpTest.cpp",
1423        "tests/PathOpsTestCommon.cpp",
1424        "tests/PathOpsThreadedCommon.cpp",
1425        "tests/PathOpsThreeWayTest.cpp",
1426        "tests/PathOpsTigerTest.cpp",
1427        "tests/PathOpsTightBoundsTest.cpp",
1428        "tests/PathOpsTypesTest.cpp",
1429        "tests/PathTest.cpp",
1430        "tests/PictureBBHTest.cpp",
1431        "tests/PictureShaderTest.cpp",
1432        "tests/PictureTest.cpp",
1433        "tests/PipeTest.cpp",
1434        "tests/PixelRefTest.cpp",
1435        "tests/Point3Test.cpp",
1436        "tests/PointTest.cpp",
1437        "tests/PreFlushCallbackTest.cpp",
1438        "tests/PremulAlphaRoundTripTest.cpp",
1439        "tests/PrimitiveProcessorTest.cpp",
1440        "tests/ProcessorTest.cpp",
1441        "tests/ProxyConversionTest.cpp",
1442        "tests/ProxyRefTest.cpp",
1443        "tests/ProxyTest.cpp",
1444        "tests/QuickRejectTest.cpp",
1445        "tests/RRectInPathTest.cpp",
1446        "tests/RTreeTest.cpp",
1447        "tests/RandomTest.cpp",
1448        "tests/ReadPixelsTest.cpp",
1449        "tests/ReadWriteAlphaTest.cpp",
1450        "tests/Reader32Test.cpp",
1451        "tests/RecordDrawTest.cpp",
1452        "tests/RecordOptsTest.cpp",
1453        "tests/RecordPatternTest.cpp",
1454        "tests/RecordTest.cpp",
1455        "tests/RecorderTest.cpp",
1456        "tests/RecordingXfermodeTest.cpp",
1457        "tests/RectTest.cpp",
1458        "tests/RectangleTextureTest.cpp",
1459        "tests/RefCntTest.cpp",
1460        "tests/RefDictTest.cpp",
1461        "tests/RegionTest.cpp",
1462        "tests/RenderTargetContextTest.cpp",
1463        "tests/ResourceCacheTest.cpp",
1464        "tests/RoundRectTest.cpp",
1465        "tests/SRGBMipMapTest.cpp",
1466        "tests/SRGBReadWritePixelsTest.cpp",
1467        "tests/SRGBTest.cpp",
1468        "tests/SVGDeviceTest.cpp",
1469        "tests/ScalarTest.cpp",
1470        "tests/ScaleToSidesTest.cpp",
1471        "tests/SerializationTest.cpp",
1472        "tests/ShaderOpacityTest.cpp",
1473        "tests/ShaderTest.cpp",
1474        "tests/ShadowUtilsTest.cpp",
1475        "tests/SizeTest.cpp",
1476        "tests/Sk4x4fTest.cpp",
1477        "tests/SkBase64Test.cpp",
1478        "tests/SkBlend_optsTest.cpp",
1479        "tests/SkColor4fTest.cpp",
1480        "tests/SkDOMTest.cpp",
1481        "tests/SkFixed15Test.cpp",
1482        "tests/SkImageTest.cpp",
1483        "tests/SkLinearBitmapPipelineTest.cpp",
1484        "tests/SkLiteDLTest.cpp",
1485        "tests/SkNxTest.cpp",
1486        "tests/SkPEGTest.cpp",
1487        "tests/SkRasterPipelineTest.cpp",
1488        "tests/SkResourceCacheTest.cpp",
1489        "tests/SkSLErrorTest.cpp",
1490        "tests/SkSLGLSLTest.cpp",
1491        "tests/SkSLMemoryLayoutTest.cpp",
1492        "tests/SkSharedMutexTest.cpp",
1493        "tests/SortTest.cpp",
1494        "tests/SpecialImageTest.cpp",
1495        "tests/SpecialSurfaceTest.cpp",
1496        "tests/SrcOverTest.cpp",
1497        "tests/StreamBufferTest.cpp",
1498        "tests/StreamTest.cpp",
1499        "tests/StringTest.cpp",
1500        "tests/StrokeTest.cpp",
1501        "tests/StrokerTest.cpp",
1502        "tests/SubsetPath.cpp",
1503        "tests/SurfaceTest.cpp",
1504        "tests/SwizzlerTest.cpp",
1505        "tests/TArrayTest.cpp",
1506        "tests/TDPQueueTest.cpp",
1507        "tests/TLSTest.cpp",
1508        "tests/TemplatesTest.cpp",
1509        "tests/TessellatingPathRendererTests.cpp",
1510        "tests/Test.cpp",
1511        "tests/TestConfigParsing.cpp",
1512        "tests/TestTest.cpp",
1513        "tests/TestUtils.cpp",
1514        "tests/TextBlobCacheTest.cpp",
1515        "tests/TextBlobTest.cpp",
1516        "tests/Time.cpp",
1517        "tests/TopoSortTest.cpp",
1518        "tests/TraceMemoryDumpTest.cpp",
1519        "tests/TracingTest.cpp",
1520        "tests/TypefaceTest.cpp",
1521        "tests/UnicodeTest.cpp",
1522        "tests/UtilsTest.cpp",
1523        "tests/VarAllocTest.cpp",
1524        "tests/VerticesTest.cpp",
1525        "tests/VkClearTests.cpp",
1526        "tests/VkHeapTests.cpp",
1527        "tests/VkUploadPixelsTests.cpp",
1528        "tests/VkWrapTests.cpp",
1529        "tests/WindowRectanglesTest.cpp",
1530        "tests/WritePixelsTest.cpp",
1531        "tests/Writer32Test.cpp",
1532        "tests/YUVCacheTest.cpp",
1533        "tests/YUVTest.cpp",
1534        "tests/image-bitmap.cpp",
1535        "tests/skbug5221.cpp",
1536        "tests/skbug6389.cpp",
1537        "tools/AndroidSkDebugToStdOut.cpp",
1538        "tools/CrashHandler.cpp",
1539        "tools/LsanSuppressions.cpp",
1540        "tools/ProcStats.cpp",
1541        "tools/Resources.cpp",
1542        "tools/ThermalManager.cpp",
1543        "tools/UrlDataManager.cpp",
1544        "tools/debugger/SkDebugCanvas.cpp",
1545        "tools/debugger/SkDrawCommand.cpp",
1546        "tools/debugger/SkJsonWriteBuffer.cpp",
1547        "tools/debugger/SkObjectParser.cpp",
1548        "tools/flags/SkCommandLineFlags.cpp",
1549        "tools/flags/SkCommonFlags.cpp",
1550        "tools/flags/SkCommonFlagsConfig.cpp",
1551        "tools/gpu/GrContextFactory.cpp",
1552        "tools/gpu/GrTest.cpp",
1553        "tools/gpu/TestContext.cpp",
1554        "tools/gpu/gl/GLTestContext.cpp",
1555        "tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp",
1556        "tools/gpu/gl/debug/DebugGLTestContext.cpp",
1557        "tools/gpu/gl/debug/GrBufferObj.cpp",
1558        "tools/gpu/gl/debug/GrFrameBufferObj.cpp",
1559        "tools/gpu/gl/debug/GrProgramObj.cpp",
1560        "tools/gpu/gl/debug/GrShaderObj.cpp",
1561        "tools/gpu/gl/debug/GrTextureObj.cpp",
1562        "tools/gpu/gl/debug/GrTextureUnitObj.cpp",
1563        "tools/gpu/gl/egl/CreatePlatformGLTestContext_egl.cpp",
1564        "tools/gpu/gl/null/NullGLTestContext.cpp",
1565        "tools/gpu/vk/VkTestContext.cpp",
1566        "tools/picture_utils.cpp",
1567        "tools/random_parse_path.cpp",
1568        "tools/sk_tool_utils.cpp",
1569        "tools/sk_tool_utils_font.cpp",
1570        "tools/timer/Timer.cpp",
1571    ],
1572
1573    shared_libs: [
1574        "libEGL",
1575        "libGLESv2",
1576        "libcutils",
1577        "libdng_sdk",
1578        "libexpat",
1579        "libft2",
1580        "libicui18n",
1581        "libicuuc",
1582        "libjpeg",
1583        "liblog",
1584        "libpiex",
1585        "libpng",
1586        "libvulkan",
1587        "libz",
1588    ],
1589
1590    static_libs: [
1591        "libarect",
1592        "libjsoncpp",
1593        "libskia",
1594        "libsfntly",
1595        "libwebp-decode",
1596        "libwebp-encode",
1597    ],
1598}
1599
1600cc_test {
1601    name: "skia_nanobench",
1602
1603    cflags: [
1604        "-Wno-unused-parameter",
1605    ],
1606
1607    local_include_dirs: [
1608        "bench/",
1609        "experimental/svg/model/",
1610        "gm/",
1611        "include/android/",
1612        "include/c/",
1613        "include/codec/",
1614        "include/config/",
1615        "include/core/",
1616        "include/effects/",
1617        "include/gpu/",
1618        "include/gpu/gl/",
1619        "include/pathops/",
1620        "include/ports/",
1621        "include/private/",
1622        "include/svg/",
1623        "include/utils/",
1624        "include/utils/mac/",
1625        "src/c/",
1626        "src/codec/",
1627        "src/core/",
1628        "src/effects/",
1629        "src/effects/gradients/",
1630        "src/fonts/",
1631        "src/gpu/",
1632        "src/image/",
1633        "src/images/",
1634        "src/lazy/",
1635        "src/opts/",
1636        "src/pathops/",
1637        "src/pdf/",
1638        "src/ports/",
1639        "src/sfnt/",
1640        "src/sksl/",
1641        "src/utils/",
1642        "src/utils/win/",
1643        "src/xml/",
1644        "third_party/etc1/",
1645        "third_party/gif/",
1646        "tools/",
1647        "tools/debugger/",
1648        "tools/flags/",
1649        "tools/gpu/",
1650        "tools/timer/",
1651    ],
1652
1653    srcs: [
1654        "bench/AAClipBench.cpp",
1655        "bench/AlternatingColorPatternBench.cpp",
1656        "bench/AndroidCodecBench.cpp",
1657        "bench/BenchLogger.cpp",
1658        "bench/Benchmark.cpp",
1659        "bench/BezierBench.cpp",
1660        "bench/BigPathBench.cpp",
1661        "bench/BitmapBench.cpp",
1662        "bench/BitmapRectBench.cpp",
1663        "bench/BitmapRegionDecoderBench.cpp",
1664        "bench/BitmapScaleBench.cpp",
1665        "bench/BlurBench.cpp",
1666        "bench/BlurImageFilterBench.cpp",
1667        "bench/BlurOccludedRRectBench.cpp",
1668        "bench/BlurRectBench.cpp",
1669        "bench/BlurRectsBench.cpp",
1670        "bench/BlurRoundRectBench.cpp",
1671        "bench/ChartBench.cpp",
1672        "bench/ChecksumBench.cpp",
1673        "bench/ChromeBench.cpp",
1674        "bench/CmapBench.cpp",
1675        "bench/CodecBench.cpp",
1676        "bench/ColorCanvasDrawBitmapBench.cpp",
1677        "bench/ColorCodecBench.cpp",
1678        "bench/ColorFilterBench.cpp",
1679        "bench/ColorPrivBench.cpp",
1680        "bench/ControlBench.cpp",
1681        "bench/CoverageBench.cpp",
1682        "bench/CubicKLMBench.cpp",
1683        "bench/DashBench.cpp",
1684        "bench/DisplacementBench.cpp",
1685        "bench/DrawBitmapAABench.cpp",
1686        "bench/DrawLatticeBench.cpp",
1687        "bench/EncoderBench.cpp",
1688        "bench/FSRectBench.cpp",
1689        "bench/FontCacheBench.cpp",
1690        "bench/FontScalerBench.cpp",
1691        "bench/GLBench.cpp",
1692        "bench/GLInstancedArraysBench.cpp",
1693        "bench/GLVec4ScalarBench.cpp",
1694        "bench/GLVertexAttributesBench.cpp",
1695        "bench/GMBench.cpp",
1696        "bench/GameBench.cpp",
1697        "bench/GeometryBench.cpp",
1698        "bench/GrMemoryPoolBench.cpp",
1699        "bench/GrMipMapBench.cpp",
1700        "bench/GrResourceCacheBench.cpp",
1701        "bench/GradientBench.cpp",
1702        "bench/HairlinePathBench.cpp",
1703        "bench/HardStopGradientBench_ScaleNumColors.cpp",
1704        "bench/HardStopGradientBench_ScaleNumHardStops.cpp",
1705        "bench/HardStopGradientBench_SpecialHardStops.cpp",
1706        "bench/ImageBench.cpp",
1707        "bench/ImageCacheBench.cpp",
1708        "bench/ImageCacheBudgetBench.cpp",
1709        "bench/ImageFilterCollapse.cpp",
1710        "bench/ImageFilterDAGBench.cpp",
1711        "bench/InterpBench.cpp",
1712        "bench/LightingBench.cpp",
1713        "bench/LineBench.cpp",
1714        "bench/MagnifierBench.cpp",
1715        "bench/MathBench.cpp",
1716        "bench/Matrix44Bench.cpp",
1717        "bench/MatrixBench.cpp",
1718        "bench/MatrixConvolutionBench.cpp",
1719        "bench/MeasureBench.cpp",
1720        "bench/MemsetBench.cpp",
1721        "bench/MergeBench.cpp",
1722        "bench/MipMapBench.cpp",
1723        "bench/MorphologyBench.cpp",
1724        "bench/MutexBench.cpp",
1725        "bench/PDFBench.cpp",
1726        "bench/PatchBench.cpp",
1727        "bench/PathBench.cpp",
1728        "bench/PathIterBench.cpp",
1729        "bench/PerlinNoiseBench.cpp",
1730        "bench/PictureNestingBench.cpp",
1731        "bench/PictureOverheadBench.cpp",
1732        "bench/PicturePlaybackBench.cpp",
1733        "bench/PremulAndUnpremulAlphaOpsBench.cpp",
1734        "bench/QuickRejectBench.cpp",
1735        "bench/RTreeBench.cpp",
1736        "bench/ReadPixBench.cpp",
1737        "bench/RecordingBench.cpp",
1738        "bench/RectBench.cpp",
1739        "bench/RectanizerBench.cpp",
1740        "bench/RectoriBench.cpp",
1741        "bench/RefCntBench.cpp",
1742        "bench/RegionBench.cpp",
1743        "bench/RegionContainBench.cpp",
1744        "bench/RepeatTileBench.cpp",
1745        "bench/RotatedRectBench.cpp",
1746        "bench/SKPAnimationBench.cpp",
1747        "bench/SKPBench.cpp",
1748        "bench/ScalarBench.cpp",
1749        "bench/ShaderMaskBench.cpp",
1750        "bench/ShapesBench.cpp",
1751        "bench/Sk4fBench.cpp",
1752        "bench/SkBlend_optsBench.cpp",
1753        "bench/SkGlyphCacheBench.cpp",
1754        "bench/SkLinearBitmapPipelineBench.cpp",
1755        "bench/SkRasterPipelineBench.cpp",
1756        "bench/SortBench.cpp",
1757        "bench/StreamBench.cpp",
1758        "bench/StrokeBench.cpp",
1759        "bench/SwizzleBench.cpp",
1760        "bench/TableBench.cpp",
1761        "bench/TextBench.cpp",
1762        "bench/TextBlobBench.cpp",
1763        "bench/TileBench.cpp",
1764        "bench/TileImageFilterBench.cpp",
1765        "bench/TopoSortBench.cpp",
1766        "bench/VertBench.cpp",
1767        "bench/WritePixelsBench.cpp",
1768        "bench/WriterBench.cpp",
1769        "bench/Xfer4fBench.cpp",
1770        "bench/XferF16Bench.cpp",
1771        "bench/XfermodeBench.cpp",
1772        "bench/nanobench.cpp",
1773        "bench/pack_int_uint16_t_Bench.cpp",
1774        "experimental/svg/model/SkSVGAttribute.cpp",
1775        "experimental/svg/model/SkSVGAttributeParser.cpp",
1776        "experimental/svg/model/SkSVGCircle.cpp",
1777        "experimental/svg/model/SkSVGClipPath.cpp",
1778        "experimental/svg/model/SkSVGContainer.cpp",
1779        "experimental/svg/model/SkSVGDOM.cpp",
1780        "experimental/svg/model/SkSVGEllipse.cpp",
1781        "experimental/svg/model/SkSVGLine.cpp",
1782        "experimental/svg/model/SkSVGLinearGradient.cpp",
1783        "experimental/svg/model/SkSVGNode.cpp",
1784        "experimental/svg/model/SkSVGPath.cpp",
1785        "experimental/svg/model/SkSVGPoly.cpp",
1786        "experimental/svg/model/SkSVGRect.cpp",
1787        "experimental/svg/model/SkSVGRenderContext.cpp",
1788        "experimental/svg/model/SkSVGSVG.cpp",
1789        "experimental/svg/model/SkSVGShape.cpp",
1790        "experimental/svg/model/SkSVGStop.cpp",
1791        "experimental/svg/model/SkSVGTransformableNode.cpp",
1792        "experimental/svg/model/SkSVGValue.cpp",
1793        "gm/OverStroke.cpp",
1794        "gm/SkLinearBitmapPipelineGM.cpp",
1795        "gm/aaa.cpp",
1796        "gm/aaclip.cpp",
1797        "gm/aarectmodes.cpp",
1798        "gm/aaxfermodes.cpp",
1799        "gm/addarc.cpp",
1800        "gm/all_bitmap_configs.cpp",
1801        "gm/alphagradients.cpp",
1802        "gm/animatedGif.cpp",
1803        "gm/animatedimageblurs.cpp",
1804        "gm/anisotropic.cpp",
1805        "gm/annotated_text.cpp",
1806        "gm/arcofzorro.cpp",
1807        "gm/arcto.cpp",
1808        "gm/arithmode.cpp",
1809        "gm/badpaint.cpp",
1810        "gm/beziereffects.cpp",
1811        "gm/beziers.cpp",
1812        "gm/bigblurs.cpp",
1813        "gm/bigmatrix.cpp",
1814        "gm/bigrrectaaeffect.cpp",
1815        "gm/bigtext.cpp",
1816        "gm/bigtileimagefilter.cpp",
1817        "gm/bitmapcopy.cpp",
1818        "gm/bitmapfilters.cpp",
1819        "gm/bitmapimage.cpp",
1820        "gm/bitmappremul.cpp",
1821        "gm/bitmaprect.cpp",
1822        "gm/bitmaprecttest.cpp",
1823        "gm/bitmapshader.cpp",
1824        "gm/bitmaptiled.cpp",
1825        "gm/bleed.cpp",
1826        "gm/blend.cpp",
1827        "gm/blurcircles.cpp",
1828        "gm/blurcircles2.cpp",
1829        "gm/blurquickreject.cpp",
1830        "gm/blurrect.cpp",
1831        "gm/blurredclippedcircle.cpp",
1832        "gm/blurroundrect.cpp",
1833        "gm/blurs.cpp",
1834        "gm/bmpfilterqualityrepeat.cpp",
1835        "gm/bug5252.cpp",
1836        "gm/bug530095.cpp",
1837        "gm/bug615686.cpp",
1838        "gm/cgm.c",
1839        "gm/cgms.cpp",
1840        "gm/circles.cpp",
1841        "gm/circulararcs.cpp",
1842        "gm/circularclips.cpp",
1843        "gm/clip_error.cpp",
1844        "gm/clip_strokerect.cpp",
1845        "gm/clipdrawdraw.cpp",
1846        "gm/clippedbitmapshaders.cpp",
1847        "gm/color4f.cpp",
1848        "gm/coloremoji.cpp",
1849        "gm/colorfilteralpha8.cpp",
1850        "gm/colorfilterimagefilter.cpp",
1851        "gm/colorfilters.cpp",
1852        "gm/colormatrix.cpp",
1853        "gm/colorspacexform.cpp",
1854        "gm/colortype.cpp",
1855        "gm/colortypexfermode.cpp",
1856        "gm/colorwheel.cpp",
1857        "gm/complexclip.cpp",
1858        "gm/complexclip2.cpp",
1859        "gm/complexclip3.cpp",
1860        "gm/complexclip4.cpp",
1861        "gm/complexclip_blur_tiled.cpp",
1862        "gm/composeshader.cpp",
1863        "gm/concavepaths.cpp",
1864        "gm/conicpaths.cpp",
1865        "gm/constcolorprocessor.cpp",
1866        "gm/convex_all_line_paths.cpp",
1867        "gm/convexpaths.cpp",
1868        "gm/convexpolyclip.cpp",
1869        "gm/convexpolyeffect.cpp",
1870        "gm/copyTo4444.cpp",
1871        "gm/crbug_691386.cpp",
1872        "gm/croppedrects.cpp",
1873        "gm/cubicpaths.cpp",
1874        "gm/dashcircle.cpp",
1875        "gm/dashcubics.cpp",
1876        "gm/dashing.cpp",
1877        "gm/deferredtextureimage.cpp",
1878        "gm/degeneratesegments.cpp",
1879        "gm/dftext.cpp",
1880        "gm/discard.cpp",
1881        "gm/displacement.cpp",
1882        "gm/distantclip.cpp",
1883        "gm/downsamplebitmap.cpp",
1884        "gm/draw_bitmap_rect_skbug4374.cpp",
1885        "gm/drawable.cpp",
1886        "gm/drawatlas.cpp",
1887        "gm/drawatlascolor.cpp",
1888        "gm/drawbitmaprect.cpp",
1889        "gm/drawfilter.cpp",
1890        "gm/drawlooper.cpp",
1891        "gm/drawminibitmaprect.cpp",
1892        "gm/drawregion.cpp",
1893        "gm/drawregionmodes.cpp",
1894        "gm/dropshadowimagefilter.cpp",
1895        "gm/drrect.cpp",
1896        "gm/dstreadshuffle.cpp",
1897        "gm/emboss.cpp",
1898        "gm/emptypath.cpp",
1899        "gm/encode-platform.cpp",
1900        "gm/encode-srgb.cpp",
1901        "gm/encode.cpp",
1902        "gm/etc1.cpp",
1903        "gm/extractbitmap.cpp",
1904        "gm/fadefilter.cpp",
1905        "gm/fatpathfill.cpp",
1906        "gm/filltypes.cpp",
1907        "gm/filltypespersp.cpp",
1908        "gm/filterbitmap.cpp",
1909        "gm/filterbug.cpp",
1910        "gm/filterfastbounds.cpp",
1911        "gm/filterindiabox.cpp",
1912        "gm/fontcache.cpp",
1913        "gm/fontmgr.cpp",
1914        "gm/fontscaler.cpp",
1915        "gm/fontscalerdistortable.cpp",
1916        "gm/gamma.cpp",
1917        "gm/gammaencodedpremul.cpp",
1918        "gm/gammatext.cpp",
1919        "gm/gamut.cpp",
1920        "gm/gaussianedge.cpp",
1921        "gm/getpostextpath.cpp",
1922        "gm/giantbitmap.cpp",
1923        "gm/glyph_pos.cpp",
1924        "gm/glyph_pos_align.cpp",
1925        "gm/gm.cpp",
1926        "gm/gradientDirtyLaundry.cpp",
1927        "gm/gradient_matrix.cpp",
1928        "gm/gradients.cpp",
1929        "gm/gradients_2pt_conical.cpp",
1930        "gm/gradients_no_texture.cpp",
1931        "gm/gradtext.cpp",
1932        "gm/grayscalejpg.cpp",
1933        "gm/hairlines.cpp",
1934        "gm/hairmodes.cpp",
1935        "gm/hardstop_gradients.cpp",
1936        "gm/highcontrastfilter.cpp",
1937        "gm/hittestpath.cpp",
1938        "gm/image.cpp",
1939        "gm/image_pict.cpp",
1940        "gm/image_shader.cpp",
1941        "gm/imagealphathreshold.cpp",
1942        "gm/imageblur.cpp",
1943        "gm/imageblur2.cpp",
1944        "gm/imageblurtiled.cpp",
1945        "gm/imagefilters.cpp",
1946        "gm/imagefiltersbase.cpp",
1947        "gm/imagefiltersclipped.cpp",
1948        "gm/imagefilterscropexpand.cpp",
1949        "gm/imagefilterscropped.cpp",
1950        "gm/imagefiltersgraph.cpp",
1951        "gm/imagefiltersscaled.cpp",
1952        "gm/imagefiltersstroked.cpp",
1953        "gm/imagefilterstransformed.cpp",
1954        "gm/imagefromyuvtextures.cpp",
1955        "gm/imagemagnifier.cpp",
1956        "gm/imagemakewithfilter.cpp",
1957        "gm/imagemasksubset.cpp",
1958        "gm/imageresizetiled.cpp",
1959        "gm/imagescalealigned.cpp",
1960        "gm/imagesource.cpp",
1961        "gm/imagesource2.cpp",
1962        "gm/imagetoyuvplanes.cpp",
1963        "gm/internal_links.cpp",
1964        "gm/inversepaths.cpp",
1965        "gm/largeglyphblur.cpp",
1966        "gm/lattice.cpp",
1967        "gm/lcdblendmodes.cpp",
1968        "gm/lcdoverlap.cpp",
1969        "gm/lcdtext.cpp",
1970        "gm/lighting.cpp",
1971        "gm/lightingshader.cpp",
1972        "gm/lightingshader2.cpp",
1973        "gm/lightingshaderbevel.cpp",
1974        "gm/linepaths.cpp",
1975        "gm/localmatriximagefilter.cpp",
1976        "gm/localmatriximageshader.cpp",
1977        "gm/lumafilter.cpp",
1978        "gm/manypaths.cpp",
1979        "gm/matrixconvolution.cpp",
1980        "gm/matriximagefilter.cpp",
1981        "gm/megalooper.cpp",
1982        "gm/mipmap.cpp",
1983        "gm/mixedtextblobs.cpp",
1984        "gm/modecolorfilters.cpp",
1985        "gm/morphology.cpp",
1986        "gm/multipicturedraw.cpp",
1987        "gm/nested.cpp",
1988        "gm/ninepatchstretch.cpp",
1989        "gm/nonclosedpaths.cpp",
1990        "gm/occludedrrectblur.cpp",
1991        "gm/offsetimagefilter.cpp",
1992        "gm/ovals.cpp",
1993        "gm/overdrawcolorfilter.cpp",
1994        "gm/patch.cpp",
1995        "gm/path_stroke_with_zero_length.cpp",
1996        "gm/pathcontourstart.cpp",
1997        "gm/patheffects.cpp",
1998        "gm/pathfill.cpp",
1999        "gm/pathinterior.cpp",
2000        "gm/pathmaskcache.cpp",
2001        "gm/pathopsinverse.cpp",
2002        "gm/pathopsskpclip.cpp",
2003        "gm/pathreverse.cpp",
2004        "gm/pdf_never_embed.cpp",
2005        "gm/perlinnoise.cpp",
2006        "gm/perspshaders.cpp",
2007        "gm/picture.cpp",
2008        "gm/pictureimagefilter.cpp",
2009        "gm/pictureimagegenerator.cpp",
2010        "gm/pictureshader.cpp",
2011        "gm/pictureshadertile.cpp",
2012        "gm/pixelsnap.cpp",
2013        "gm/plus.cpp",
2014        "gm/points.cpp",
2015        "gm/poly2poly.cpp",
2016        "gm/polygons.cpp",
2017        "gm/quadpaths.cpp",
2018        "gm/readpixels.cpp",
2019        "gm/recordopts.cpp",
2020        "gm/rectangletexture.cpp",
2021        "gm/rects.cpp",
2022        "gm/repeated_bitmap.cpp",
2023        "gm/resizeimagefilter.cpp",
2024        "gm/reveal.cpp",
2025        "gm/roundrects.cpp",
2026        "gm/rrect.cpp",
2027        "gm/rrectclipdrawpaint.cpp",
2028        "gm/rrects.cpp",
2029        "gm/samplerstress.cpp",
2030        "gm/savelayer.cpp",
2031        "gm/scaledstrokes.cpp",
2032        "gm/shaderbounds.cpp",
2033        "gm/shadertext.cpp",
2034        "gm/shadertext2.cpp",
2035        "gm/shadertext3.cpp",
2036        "gm/shadowmaps.cpp",
2037        "gm/shadows.cpp",
2038        "gm/shadowutils.cpp",
2039        "gm/shallowgradient.cpp",
2040        "gm/shapes.cpp",
2041        "gm/showmiplevels.cpp",
2042        "gm/simple_magnification.cpp",
2043        "gm/simpleaaclip.cpp",
2044        "gm/simplerect.cpp",
2045        "gm/skbug1719.cpp",
2046        "gm/skbug_257.cpp",
2047        "gm/skbug_4868.cpp",
2048        "gm/skbug_5321.cpp",
2049        "gm/smallarc.cpp",
2050        "gm/smallimage.cpp",
2051        "gm/smallpaths.cpp",
2052        "gm/spritebitmap.cpp",
2053        "gm/srcmode.cpp",
2054        "gm/stlouisarch.cpp",
2055        "gm/stringart.cpp",
2056        "gm/stroke_rect_shader.cpp",
2057        "gm/strokedlines.cpp",
2058        "gm/strokefill.cpp",
2059        "gm/strokerect.cpp",
2060        "gm/strokerects.cpp",
2061        "gm/strokes.cpp",
2062        "gm/stroketext.cpp",
2063        "gm/subsetshader.cpp",
2064        "gm/surface.cpp",
2065        "gm/tablecolorfilter.cpp",
2066        "gm/tallstretchedbitmaps.cpp",
2067        "gm/testgradient.cpp",
2068        "gm/texdata.cpp",
2069        "gm/textblob.cpp",
2070        "gm/textblobblockreordering.cpp",
2071        "gm/textblobcolortrans.cpp",
2072        "gm/textblobgeometrychange.cpp",
2073        "gm/textbloblooper.cpp",
2074        "gm/textblobmixedsizes.cpp",
2075        "gm/textblobrandomfont.cpp",
2076        "gm/textblobshader.cpp",
2077        "gm/textblobtransforms.cpp",
2078        "gm/textblobuseaftergpufree.cpp",
2079        "gm/texteffects.cpp",
2080        "gm/texturedomaineffect.cpp",
2081        "gm/thinconcavepaths.cpp",
2082        "gm/thinrects.cpp",
2083        "gm/thinstrokedrects.cpp",
2084        "gm/tiledscaledbitmap.cpp",
2085        "gm/tileimagefilter.cpp",
2086        "gm/tilemodes.cpp",
2087        "gm/tilemodes_scaled.cpp",
2088        "gm/tinybitmap.cpp",
2089        "gm/transparency.cpp",
2090        "gm/typeface.cpp",
2091        "gm/variedtext.cpp",
2092        "gm/vertices.cpp",
2093        "gm/verttext.cpp",
2094        "gm/verttext2.cpp",
2095        "gm/verylargebitmap.cpp",
2096        "gm/windowrectangles.cpp",
2097        "gm/xfermodeimagefilter.cpp",
2098        "gm/xfermodes.cpp",
2099        "gm/xfermodes2.cpp",
2100        "gm/xfermodes3.cpp",
2101        "gm/yuvtorgbeffect.cpp",
2102        "src/utils/SkMultiPictureDocumentReader.cpp",
2103        "tools/AndroidSkDebugToStdOut.cpp",
2104        "tools/CrashHandler.cpp",
2105        "tools/LsanSuppressions.cpp",
2106        "tools/ProcStats.cpp",
2107        "tools/Resources.cpp",
2108        "tools/ThermalManager.cpp",
2109        "tools/UrlDataManager.cpp",
2110        "tools/debugger/SkDebugCanvas.cpp",
2111        "tools/debugger/SkDrawCommand.cpp",
2112        "tools/debugger/SkJsonWriteBuffer.cpp",
2113        "tools/debugger/SkObjectParser.cpp",
2114        "tools/flags/SkCommandLineFlags.cpp",
2115        "tools/flags/SkCommonFlags.cpp",
2116        "tools/flags/SkCommonFlagsConfig.cpp",
2117        "tools/gpu/GrContextFactory.cpp",
2118        "tools/gpu/GrTest.cpp",
2119        "tools/gpu/TestContext.cpp",
2120        "tools/gpu/gl/GLTestContext.cpp",
2121        "tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp",
2122        "tools/gpu/gl/debug/DebugGLTestContext.cpp",
2123        "tools/gpu/gl/debug/GrBufferObj.cpp",
2124        "tools/gpu/gl/debug/GrFrameBufferObj.cpp",
2125        "tools/gpu/gl/debug/GrProgramObj.cpp",
2126        "tools/gpu/gl/debug/GrShaderObj.cpp",
2127        "tools/gpu/gl/debug/GrTextureObj.cpp",
2128        "tools/gpu/gl/debug/GrTextureUnitObj.cpp",
2129        "tools/gpu/gl/egl/CreatePlatformGLTestContext_egl.cpp",
2130        "tools/gpu/gl/null/NullGLTestContext.cpp",
2131        "tools/gpu/vk/VkTestContext.cpp",
2132        "tools/picture_utils.cpp",
2133        "tools/random_parse_path.cpp",
2134        "tools/sk_tool_utils.cpp",
2135        "tools/sk_tool_utils_font.cpp",
2136        "tools/timer/Timer.cpp",
2137    ],
2138
2139    shared_libs: [
2140        "libEGL",
2141        "libGLESv2",
2142        "libcutils",
2143        "libdng_sdk",
2144        "libexpat",
2145        "libft2",
2146        "libicui18n",
2147        "libicuuc",
2148        "libjpeg",
2149        "liblog",
2150        "libpiex",
2151        "libpng",
2152        "libvulkan",
2153        "libz",
2154    ],
2155
2156    static_libs: [
2157        "libarect",
2158        "libjsoncpp",
2159        "libskia",
2160        "libsfntly",
2161        "libwebp-decode",
2162        "libwebp-encode",
2163    ],
2164}
2165