Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Side by Side Diff: tools/BUILD.public.expected

Issue 1401883005: Add dm target to BUILD and refactor BUILD file. Fix blaze compilation errors. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Rebase and fix new issues in SkJpegCodec.cpp. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This file is auto-generated by tools/BUILD_simulator.py. 1 This file is auto-generated by tools/BUILD_simulator.py.
2 It expands BUILD.public to make it easy to see changes. 2 It expands BUILD.public to make it easy to see changes.
3 COPTS = ['-Wno-deprecated-declarations', '-Wno-implicit-fallthrough'] 3 COPTS = ['-Wno-implicit-fallthrough']
4 DEFINES = ['SK_RELEASE', 4 DEFINES = ['SK_RELEASE',
5 'SK_USE_FLOATBITS', 5 'SK_USE_FLOATBITS',
6 'SK_USE_FREETYPE_EMBOLDEN', 6 'SK_USE_FREETYPE_EMBOLDEN',
7 'GOOGLE3', 7 'GOOGLE3',
8 'SK_BUILD_FOR_UNIX', 8 'SK_BUILD_FOR_UNIX',
9 'SK_SAMPLES_FOR_X'] 9 'SK_SAMPLES_FOR_X']
10 DM_INCLUDES = ['gm',
11 'src/codec',
12 'src/effects',
13 'src/fonts',
14 'src/pathops',
15 'src/pipe/utils',
16 'src/utils/debugger',
17 'tests',
18 'tools',
19 'tools/flags',
20 'tools/timer']
21 DM_SRCS = ['dm/DM.cpp',
22 'dm/DMGpuSupport.h',
23 'dm/DMJsonWriter.cpp',
24 'dm/DMJsonWriter.h',
25 'dm/DMSrcSink.cpp',
26 'dm/DMSrcSink.h',
27 'dm/DMSrcSinkAndroid.h',
28 'gm/SkAnimTimer.h',
29 'gm/aaclip.cpp',
30 'gm/aarectmodes.cpp',
31 'gm/aaxfermodes.cpp',
32 'gm/addarc.cpp',
33 'gm/all_bitmap_configs.cpp',
34 'gm/alphagradients.cpp',
35 'gm/anisotropic.cpp',
36 'gm/annotated_text.cpp',
37 'gm/arcofzorro.cpp',
38 'gm/arithmode.cpp',
39 'gm/astcbitmap.cpp',
40 'gm/badpaint.cpp',
41 'gm/beziereffects.cpp',
42 'gm/beziers.cpp',
43 'gm/bigblurs.cpp',
44 'gm/bigmatrix.cpp',
45 'gm/bigrrectaaeffect.cpp',
46 'gm/bigtext.cpp',
47 'gm/bigtileimagefilter.cpp',
48 'gm/bitmapcopy.cpp',
49 'gm/bitmapfilters.cpp',
50 'gm/bitmappremul.cpp',
51 'gm/bitmaprect.cpp',
52 'gm/bitmaprecttest.cpp',
53 'gm/bitmapshader.cpp',
54 'gm/bleed.cpp',
55 'gm/blend.cpp',
56 'gm/blurcircles.cpp',
57 'gm/blurquickreject.cpp',
58 'gm/blurrect.cpp',
59 'gm/blurroundrect.cpp',
60 'gm/blurs.cpp',
61 'gm/bmpfilterqualityrepeat.cpp',
62 'gm/cgm.c',
63 'gm/cgms.cpp',
64 'gm/circles.cpp',
65 'gm/circularclips.cpp',
66 'gm/clip_strokerect.cpp',
67 'gm/clipdrawdraw.cpp',
68 'gm/clippedbitmapshaders.cpp',
69 'gm/cmykjpeg.cpp',
70 'gm/colorcube.cpp',
71 'gm/coloremoji.cpp',
72 'gm/colorfilterimagefilter.cpp',
73 'gm/colorfilters.cpp',
74 'gm/colormatrix.cpp',
75 'gm/colortype.cpp',
76 'gm/colortypexfermode.cpp',
77 'gm/colorwheel.cpp',
78 'gm/complexclip.cpp',
79 'gm/complexclip2.cpp',
80 'gm/complexclip3.cpp',
81 'gm/composeshader.cpp',
82 'gm/concavepaths.cpp',
83 'gm/conicpaths.cpp',
84 'gm/constcolorprocessor.cpp',
85 'gm/convex_all_line_paths.cpp',
86 'gm/convexpaths.cpp',
87 'gm/convexpolyclip.cpp',
88 'gm/convexpolyeffect.cpp',
89 'gm/copyTo4444.cpp',
90 'gm/cubicpaths.cpp',
91 'gm/dashcubics.cpp',
92 'gm/dashing.cpp',
93 'gm/dcshader.cpp',
94 'gm/degeneratesegments.cpp',
95 'gm/dftext.cpp',
96 'gm/discard.cpp',
97 'gm/displacement.cpp',
98 'gm/distantclip.cpp',
99 'gm/downsamplebitmap.cpp',
100 'gm/draw_bitmap_rect_skbug4374.cpp',
101 'gm/drawable.cpp',
102 'gm/drawatlas.cpp',
103 'gm/drawatlascolor.cpp',
104 'gm/drawbitmaprect.cpp',
105 'gm/drawfilter.cpp',
106 'gm/drawlooper.cpp',
107 'gm/drawminibitmaprect.cpp',
108 'gm/dropshadowimagefilter.cpp',
109 'gm/drrect.cpp',
110 'gm/dstreadshuffle.cpp',
111 'gm/emboss.cpp',
112 'gm/emptypath.cpp',
113 'gm/etc1bitmap.cpp',
114 'gm/extractbitmap.cpp',
115 'gm/factory.cpp',
116 'gm/fadefilter.cpp',
117 'gm/fatpathfill.cpp',
118 'gm/filltypes.cpp',
119 'gm/filltypespersp.cpp',
120 'gm/filterbitmap.cpp',
121 'gm/filterfastbounds.cpp',
122 'gm/filterindiabox.cpp',
123 'gm/fontcache.cpp',
124 'gm/fontmgr.cpp',
125 'gm/fontscaler.cpp',
126 'gm/fontscalerdistortable.cpp',
127 'gm/gammatext.cpp',
128 'gm/getpostextpath.cpp',
129 'gm/giantbitmap.cpp',
130 'gm/glyph_pos.cpp',
131 'gm/glyph_pos_align.cpp',
132 'gm/gm.cpp',
133 'gm/gm.h',
134 'gm/gm_expectations.h',
135 'gm/gradientDirtyLaundry.cpp',
136 'gm/gradient_matrix.cpp',
137 'gm/gradients.cpp',
138 'gm/gradients_2pt_conical.cpp',
139 'gm/gradients_no_texture.cpp',
140 'gm/gradtext.cpp',
141 'gm/grayscalejpg.cpp',
142 'gm/hairlines.cpp',
143 'gm/hairmodes.cpp',
144 'gm/hittestpath.cpp',
145 'gm/image.cpp',
146 'gm/image.h',
147 'gm/image_pict.cpp',
148 'gm/image_shader.cpp',
149 'gm/imagealphathreshold.cpp',
150 'gm/imageblur.cpp',
151 'gm/imageblur2.cpp',
152 'gm/imageblurtiled.cpp',
153 'gm/imagefilters.cpp',
154 'gm/imagefiltersbase.cpp',
155 'gm/imagefiltersclipped.cpp',
156 'gm/imagefilterscropexpand.cpp',
157 'gm/imagefilterscropped.cpp',
158 'gm/imagefiltersgraph.cpp',
159 'gm/imagefiltersscaled.cpp',
160 'gm/imagefiltersstroked.cpp',
161 'gm/imagefilterstransformed.cpp',
162 'gm/imagefromyuvtextures.cpp',
163 'gm/imagemagnifier.cpp',
164 'gm/imageresizetiled.cpp',
165 'gm/imagesource.cpp',
166 'gm/imagesource2.cpp',
167 'gm/internal_links.cpp',
168 'gm/inversepaths.cpp',
169 'gm/largeglyphblur.cpp',
170 'gm/lcdblendmodes.cpp',
171 'gm/lcdoverlap.cpp',
172 'gm/lcdtext.cpp',
173 'gm/lerpmode.cpp',
174 'gm/lighting.cpp',
175 'gm/lightingshader.cpp',
176 'gm/linepaths.cpp',
177 'gm/localmatriximagefilter.cpp',
178 'gm/lumafilter.cpp',
179 'gm/matrixconvolution.cpp',
180 'gm/matriximagefilter.cpp',
181 'gm/megalooper.cpp',
182 'gm/mipmap.cpp',
183 'gm/mixedtextblobs.cpp',
184 'gm/modecolorfilters.cpp',
185 'gm/morphology.cpp',
186 'gm/multipicturedraw.cpp',
187 'gm/nested.cpp',
188 'gm/ninepatchstretch.cpp',
189 'gm/nonclosedpaths.cpp',
190 'gm/offsetimagefilter.cpp',
191 'gm/ovals.cpp',
192 'gm/patch.cpp',
193 'gm/patchgrid.cpp',
194 'gm/path_stroke_with_zero_length.cpp',
195 'gm/patheffects.cpp',
196 'gm/pathfill.cpp',
197 'gm/pathinterior.cpp',
198 'gm/pathopsinverse.cpp',
199 'gm/pathopsskpclip.cpp',
200 'gm/pathreverse.cpp',
201 'gm/pdf_never_embed.cpp',
202 'gm/peekpixels.cpp',
203 'gm/perlinnoise.cpp',
204 'gm/perspshaders.cpp',
205 'gm/picture.cpp',
206 'gm/pictureimagefilter.cpp',
207 'gm/pictureimagegenerator.cpp',
208 'gm/pictureshader.cpp',
209 'gm/pictureshadertile.cpp',
210 'gm/pixelsnap.cpp',
211 'gm/plus.cpp',
212 'gm/points.cpp',
213 'gm/poly2poly.cpp',
214 'gm/polygons.cpp',
215 'gm/quadpaths.cpp',
216 'gm/recordopts.cpp',
217 'gm/rects.cpp',
218 'gm/repeated_bitmap.cpp',
219 'gm/resizeimagefilter.cpp',
220 'gm/roundrects.cpp',
221 'gm/rrect.cpp',
222 'gm/rrects.cpp',
223 'gm/samplerstress.cpp',
224 'gm/scaledstrokes.cpp',
225 'gm/selftest.cpp',
226 'gm/shaderbounds.cpp',
227 'gm/shadertext.cpp',
228 'gm/shadertext2.cpp',
229 'gm/shadertext3.cpp',
230 'gm/shadows.cpp',
231 'gm/shallowgradient.cpp',
232 'gm/simpleaaclip.cpp',
233 'gm/skbug1719.cpp',
234 'gm/smallarc.cpp',
235 'gm/smallimage.cpp',
236 'gm/spritebitmap.cpp',
237 'gm/srcmode.cpp',
238 'gm/stlouisarch.cpp',
239 'gm/stringart.cpp',
240 'gm/strokefill.cpp',
241 'gm/strokerect.cpp',
242 'gm/strokerects.cpp',
243 'gm/strokes.cpp',
244 'gm/stroketext.cpp',
245 'gm/surface.cpp',
246 'gm/tablecolorfilter.cpp',
247 'gm/tallstretchedbitmaps.cpp',
248 'gm/testimagefilters.cpp',
249 'gm/texdata.cpp',
250 'gm/textblob.cpp',
251 'gm/textblobcolortrans.cpp',
252 'gm/textblobgeometrychange.cpp',
253 'gm/textbloblooper.cpp',
254 'gm/textblobmixedsizes.cpp',
255 'gm/textblobrandomfont.cpp',
256 'gm/textblobshader.cpp',
257 'gm/textblobtransforms.cpp',
258 'gm/textblobuseaftergpufree.cpp',
259 'gm/texteffects.cpp',
260 'gm/texturedomaineffect.cpp',
261 'gm/thinrects.cpp',
262 'gm/thinstrokedrects.cpp',
263 'gm/tiledscaledbitmap.cpp',
264 'gm/tileimagefilter.cpp',
265 'gm/tilemodes.cpp',
266 'gm/tilemodes_scaled.cpp',
267 'gm/tinybitmap.cpp',
268 'gm/transparency.cpp',
269 'gm/typeface.cpp',
270 'gm/variedtext.cpp',
271 'gm/vertices.cpp',
272 'gm/verttext.cpp',
273 'gm/verttext2.cpp',
274 'gm/verylargebitmap.cpp',
275 'gm/xfermodeimagefilter.cpp',
276 'gm/xfermodes.cpp',
277 'gm/xfermodes2.cpp',
278 'gm/xfermodes3.cpp',
279 'gm/yuvtorgbeffect.cpp',
280 'tests/AAClipTest.cpp',
281 'tests/ARGBImageEncoderTest.cpp',
282 'tests/AnnotationTest.cpp',
283 'tests/AsADashTest.cpp',
284 'tests/AtomicTest.cpp',
285 'tests/BadIcoTest.cpp',
286 'tests/BitSetTest.cpp',
287 'tests/BitmapCopyTest.cpp',
288 'tests/BitmapGetColorTest.cpp',
289 'tests/BitmapHasherTest.cpp',
290 'tests/BitmapHeapTest.cpp',
291 'tests/BitmapTest.cpp',
292 'tests/BlendTest.cpp',
293 'tests/BlitRowTest.cpp',
294 'tests/BlurTest.cpp',
295 'tests/CPlusPlusEleven.cpp',
296 'tests/CTest.cpp',
297 'tests/CachedDataTest.cpp',
298 'tests/CachedDecodingPixelRefTest.cpp',
299 'tests/CanvasStateHelpers.cpp',
300 'tests/CanvasStateHelpers.h',
301 'tests/CanvasStateTest.cpp',
302 'tests/CanvasTest.cpp',
303 'tests/ChecksumTest.cpp',
304 'tests/ClampRangeTest.cpp',
305 'tests/ClipBoundsTest.cpp',
306 'tests/ClipCubicTest.cpp',
307 'tests/ClipStackTest.cpp',
308 'tests/ClipperTest.cpp',
309 'tests/CodexTest.cpp',
310 'tests/ColorFilterTest.cpp',
311 'tests/ColorMatrixTest.cpp',
312 'tests/ColorPrivTest.cpp',
313 'tests/ColorTest.cpp',
314 'tests/DashPathEffectTest.cpp',
315 'tests/DataRefTest.cpp',
316 'tests/DequeTest.cpp',
317 'tests/DeviceLooperTest.cpp',
318 'tests/DiscardableMemoryPoolTest.cpp',
319 'tests/DiscardableMemoryTest.cpp',
320 'tests/DrawBitmapRectTest.cpp',
321 'tests/DrawFilterTest.cpp',
322 'tests/DrawPathTest.cpp',
323 'tests/DrawTextTest.cpp',
324 'tests/DynamicHashTest.cpp',
325 'tests/EmptyPathTest.cpp',
326 'tests/ErrorTest.cpp',
327 'tests/FillPathTest.cpp',
328 'tests/FitsInTest.cpp',
329 'tests/FloatingPointTextureTest.cpp',
330 'tests/FontHostStreamTest.cpp',
331 'tests/FontHostTest.cpp',
332 'tests/FontMgrTest.cpp',
333 'tests/FontNamesTest.cpp',
334 'tests/FontObjTest.cpp',
335 'tests/FrontBufferedStreamTest.cpp',
336 'tests/FunctionTest.cpp',
337 'tests/GLInterfaceValidationTest.cpp',
338 'tests/GLProgramsTest.cpp',
339 'tests/GeometryTest.cpp',
340 'tests/GifTest.cpp',
341 'tests/GpuColorFilterTest.cpp',
342 'tests/GpuDrawPathTest.cpp',
343 'tests/GpuLayerCacheTest.cpp',
344 'tests/GpuRectanizerTest.cpp',
345 'tests/GrAllocatorTest.cpp',
346 'tests/GrContextFactoryTest.cpp',
347 'tests/GrDrawTargetTest.cpp',
348 'tests/GrGLSLPrettyPrintTest.cpp',
349 'tests/GrGetCoeffBlendKnownComponentsTest.cpp',
350 'tests/GrMemoryPoolTest.cpp',
351 'tests/GrPorterDuffTest.cpp',
352 'tests/GrSurfaceTest.cpp',
353 'tests/GrTRecorderTest.cpp',
354 'tests/GrTextureMipMapInvalidationTest.cpp',
355 'tests/GradientTest.cpp',
356 'tests/HashTest.cpp',
357 'tests/ImageCacheTest.cpp',
358 'tests/ImageDecodingTest.cpp',
359 'tests/ImageFilterTest.cpp',
360 'tests/ImageGeneratorTest.cpp',
361 'tests/ImageIsOpaqueTest.cpp',
362 'tests/ImageNewShaderTest.cpp',
363 'tests/ImageTest.cpp',
364 'tests/IndexedPngOverflowTest.cpp',
365 'tests/InfRectTest.cpp',
366 'tests/InterpolatorTest.cpp',
367 'tests/InvalidIndexedPngTest.cpp',
368 'tests/JpegTest.cpp',
369 'tests/KtxTest.cpp',
370 'tests/LListTest.cpp',
371 'tests/LayerDrawLooperTest.cpp',
372 'tests/LayerRasterizerTest.cpp',
373 'tests/MD5Test.cpp',
374 'tests/MallocPixelRefTest.cpp',
375 'tests/MaskCacheTest.cpp',
376 'tests/MathTest.cpp',
377 'tests/Matrix44Test.cpp',
378 'tests/MatrixClipCollapseTest.cpp',
379 'tests/MatrixTest.cpp',
380 'tests/MemoryTest.cpp',
381 'tests/MemsetTest.cpp',
382 'tests/MessageBusTest.cpp',
383 'tests/MetaDataTest.cpp',
384 'tests/MipMapTest.cpp',
385 'tests/NameAllocatorTest.cpp',
386 'tests/OSPathTest.cpp',
387 'tests/OncePtrTest.cpp',
388 'tests/OnceTest.cpp',
389 'tests/PDFDeflateWStreamTest.cpp',
390 'tests/PDFDocumentTest.cpp',
391 'tests/PDFGlyphsToUnicodeTest.cpp',
392 'tests/PDFInvalidBitmapTest.cpp',
393 'tests/PDFJpegEmbedTest.cpp',
394 'tests/PDFMetadataAttributeTest.cpp',
395 'tests/PDFOpaqueSrcModeToSrcOverTest.cpp',
396 'tests/PDFPrimitivesTest.cpp',
397 'tests/PackBitsTest.cpp',
398 'tests/PaintTest.cpp',
399 'tests/ParsePathTest.cpp',
400 'tests/PathCoverageTest.cpp',
401 'tests/PathMeasureTest.cpp',
402 'tests/PathOpsAngleIdeas.cpp',
403 'tests/PathOpsAngleTest.cpp',
404 'tests/PathOpsBattles.cpp',
405 'tests/PathOpsBoundsTest.cpp',
406 'tests/PathOpsBuildUseTest.cpp',
407 'tests/PathOpsBuilderTest.cpp',
408 'tests/PathOpsConicIntersectionTest.cpp',
409 'tests/PathOpsConicLineIntersectionTest.cpp',
410 'tests/PathOpsCubicIntersectionTest.cpp',
411 'tests/PathOpsCubicIntersectionTestData.cpp',
412 'tests/PathOpsCubicIntersectionTestData.h',
413 'tests/PathOpsCubicLineIntersectionIdeas.cpp',
414 'tests/PathOpsCubicLineIntersectionTest.cpp',
415 'tests/PathOpsCubicQuadIntersectionTest.cpp',
416 'tests/PathOpsCubicReduceOrderTest.cpp',
417 'tests/PathOpsDCubicTest.cpp',
418 'tests/PathOpsDLineTest.cpp',
419 'tests/PathOpsDPointTest.cpp',
420 'tests/PathOpsDRectTest.cpp',
421 'tests/PathOpsDVectorTest.cpp',
422 'tests/PathOpsDebug.cpp',
423 'tests/PathOpsExtendedTest.cpp',
424 'tests/PathOpsExtendedTest.h',
425 'tests/PathOpsFuzz763Test.cpp',
426 'tests/PathOpsInverseTest.cpp',
427 'tests/PathOpsIssue3651.cpp',
428 'tests/PathOpsLineIntersectionTest.cpp',
429 'tests/PathOpsLineParametetersTest.cpp',
430 'tests/PathOpsOpCircleThreadedTest.cpp',
431 'tests/PathOpsOpCubicThreadedTest.cpp',
432 'tests/PathOpsOpLoopThreadedTest.cpp',
433 'tests/PathOpsOpRectThreadedTest.cpp',
434 'tests/PathOpsOpTest.cpp',
435 'tests/PathOpsQuadIntersectionTest.cpp',
436 'tests/PathOpsQuadIntersectionTestData.cpp',
437 'tests/PathOpsQuadIntersectionTestData.h',
438 'tests/PathOpsQuadLineIntersectionTest.cpp',
439 'tests/PathOpsQuadLineIntersectionThreadedTest.cpp',
440 'tests/PathOpsQuadReduceOrderTest.cpp',
441 'tests/PathOpsSimplifyDegenerateThreadedTest.cpp',
442 'tests/PathOpsSimplifyFailTest.cpp',
443 'tests/PathOpsSimplifyQuadThreadedTest.cpp',
444 'tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp',
445 'tests/PathOpsSimplifyRectThreadedTest.cpp',
446 'tests/PathOpsSimplifyTest.cpp',
447 'tests/PathOpsSimplifyTrianglesThreadedTest.cpp',
448 'tests/PathOpsSkpTest.cpp',
449 'tests/PathOpsTSectDebug.h',
450 'tests/PathOpsTestCommon.cpp',
451 'tests/PathOpsTestCommon.h',
452 'tests/PathOpsThreadedCommon.cpp',
453 'tests/PathOpsThreadedCommon.h',
454 'tests/PathOpsThreeWayTest.cpp',
455 'tests/PathOpsTightBoundsTest.cpp',
456 'tests/PathOpsTypesTest.cpp',
457 'tests/PathTest.cpp',
458 'tests/PictureBBHTest.cpp',
459 'tests/PictureShaderTest.cpp',
460 'tests/PictureTest.cpp',
461 'tests/PipeTest.cpp',
462 'tests/PixelRefTest.cpp',
463 'tests/Point3Test.cpp',
464 'tests/PointTest.cpp',
465 'tests/PremulAlphaRoundTripTest.cpp',
466 'tests/QuickRejectTest.cpp',
467 'tests/RTConfRegistryTest.cpp',
468 'tests/RTreeTest.cpp',
469 'tests/RandomTest.cpp',
470 'tests/ReadPixelsTest.cpp',
471 'tests/ReadWriteAlphaTest.cpp',
472 'tests/Reader32Test.cpp',
473 'tests/RecordDrawTest.cpp',
474 'tests/RecordOptsTest.cpp',
475 'tests/RecordPatternTest.cpp',
476 'tests/RecordReplaceDrawTest.cpp',
477 'tests/RecordTest.cpp',
478 'tests/RecordTestUtils.h',
479 'tests/RecorderTest.cpp',
480 'tests/RecordingXfermodeTest.cpp',
481 'tests/RectTest.cpp',
482 'tests/RefCntTest.cpp',
483 'tests/RefDictTest.cpp',
484 'tests/RegionTest.cpp',
485 'tests/ResourceCacheTest.cpp',
486 'tests/RoundRectTest.cpp',
487 'tests/RuntimeConfigTest.cpp',
488 'tests/SHA1Test.cpp',
489 'tests/SRGBReadWritePixelsTest.cpp',
490 'tests/SVGDeviceTest.cpp',
491 'tests/ScalarTest.cpp',
492 'tests/SerializationTest.cpp',
493 'tests/ShaderImageFilterTest.cpp',
494 'tests/ShaderOpacityTest.cpp',
495 'tests/SizeTest.cpp',
496 'tests/SkBase64Test.cpp',
497 'tests/SkImageTest.cpp',
498 'tests/SkNxTest.cpp',
499 'tests/SkResourceCacheTest.cpp',
500 'tests/SkSharedMutexTest.cpp',
501 'tests/SmallAllocatorTest.cpp',
502 'tests/SortTest.cpp',
503 'tests/SrcOverTest.cpp',
504 'tests/StreamTest.cpp',
505 'tests/StringTest.cpp',
506 'tests/StrokeTest.cpp',
507 'tests/StrokerTest.cpp',
508 'tests/SurfaceTest.cpp',
509 'tests/SwizzlerTest.cpp',
510 'tests/TArrayTest.cpp',
511 'tests/TDPQueueTest.cpp',
512 'tests/TLSTest.cpp',
513 'tests/TemplatesTest.cpp',
514 'tests/TessellatingPathRendererTests.cpp',
515 'tests/Test.cpp',
516 'tests/Test.h',
517 'tests/TextBlobCacheTest.cpp',
518 'tests/TextBlobTest.cpp',
519 'tests/TextureCompressionTest.cpp',
520 'tests/Time.cpp',
521 'tests/TraceMemoryDumpTest.cpp',
522 'tests/TracingTest.cpp',
523 'tests/TypefaceTest.cpp',
524 'tests/UnicodeTest.cpp',
525 'tests/UtilsTest.cpp',
526 'tests/VarAllocTest.cpp',
527 'tests/WArrayTest.cpp',
528 'tests/WritePixelsTest.cpp',
529 'tests/Writer32Test.cpp',
530 'tests/XfermodeTest.cpp',
531 'tests/YUVCacheTest.cpp',
532 'tools/CrashHandler.cpp',
533 'tools/CrashHandler.h',
534 'tools/LazyDecodeBitmap.cpp',
535 'tools/LazyDecodeBitmap.h',
536 'tools/ProcStats.cpp',
537 'tools/ProcStats.h',
538 'tools/Resources.cpp',
539 'tools/Resources.h',
540 'tools/SkBitmapRegionCanvas.cpp',
541 'tools/SkBitmapRegionCanvas.h',
542 'tools/SkBitmapRegionDecoderInterface.cpp',
543 'tools/SkBitmapRegionDecoderInterface.h',
544 'tools/SkBitmapRegionSampler.cpp',
545 'tools/SkBitmapRegionSampler.h',
546 'tools/flags/SkCommandLineFlags.cpp',
547 'tools/flags/SkCommandLineFlags.h',
548 'tools/flags/SkCommonFlags.cpp',
549 'tools/flags/SkCommonFlags.h',
550 'tools/sk_tool_utils.cpp',
551 'tools/sk_tool_utils.h',
552 'tools/sk_tool_utils_font.cpp',
553 'tools/timer/GpuTimer.cpp',
554 'tools/timer/GpuTimer.h',
555 'tools/timer/SysTimer_mach.h',
556 'tools/timer/SysTimer_posix.cpp',
557 'tools/timer/SysTimer_posix.h',
558 'tools/timer/SysTimer_windows.h',
559 'tools/timer/Timer.cpp',
560 'tools/timer/Timer.h',
561 'tools/timer/TimerData.cpp',
562 'tools/timer/TimerData.h']
10 HDRS = ['include/c/sk_canvas.h', 563 HDRS = ['include/c/sk_canvas.h',
11 'include/c/sk_data.h', 564 'include/c/sk_data.h',
12 'include/c/sk_image.h', 565 'include/c/sk_image.h',
13 'include/c/sk_maskfilter.h', 566 'include/c/sk_maskfilter.h',
14 'include/c/sk_matrix.h', 567 'include/c/sk_matrix.h',
15 'include/c/sk_paint.h', 568 'include/c/sk_paint.h',
16 'include/c/sk_path.h', 569 'include/c/sk_path.h',
17 'include/c/sk_picture.h', 570 'include/c/sk_picture.h',
18 'include/c/sk_shader.h', 571 'include/c/sk_shader.h',
19 'include/c/sk_surface.h', 572 'include/c/sk_surface.h',
20 'include/c/sk_types.h', 573 'include/c/sk_types.h',
21 'include/codec/SkCodec.h', 574 'include/codec/SkCodec.h',
22 'include/codec/SkEncodedFormat.h', 575 'include/codec/SkEncodedFormat.h',
23 'include/codec/SkScaledCodec.h', 576 'include/codec/SkScaledCodec.h',
24 'include/codec/SkScanlineDecoder.h',
25 'include/config/SkUserConfig.h', 577 'include/config/SkUserConfig.h',
26 'include/core/SkAnnotation.h', 578 'include/core/SkAnnotation.h',
27 'include/core/SkAtomics.h',
28 'include/core/SkBBHFactory.h', 579 'include/core/SkBBHFactory.h',
29 'include/core/SkBitmap.h', 580 'include/core/SkBitmap.h',
30 'include/core/SkBitmapDevice.h', 581 'include/core/SkBitmapDevice.h',
31 'include/core/SkBlitRow.h', 582 'include/core/SkBlitRow.h',
32 'include/core/SkBlurTypes.h', 583 'include/core/SkBlurTypes.h',
33 'include/core/SkCanvas.h', 584 'include/core/SkCanvas.h',
34 'include/core/SkChunkAlloc.h', 585 'include/core/SkChunkAlloc.h',
35 'include/core/SkClipStack.h', 586 'include/core/SkClipStack.h',
36 'include/core/SkColor.h', 587 'include/core/SkColor.h',
37 'include/core/SkColorFilter.h', 588 'include/core/SkColorFilter.h',
(...skipping 19 matching lines...) Expand all
57 'include/core/SkFontHost.h', 608 'include/core/SkFontHost.h',
58 'include/core/SkFontLCDConfig.h', 609 'include/core/SkFontLCDConfig.h',
59 'include/core/SkFontStyle.h', 610 'include/core/SkFontStyle.h',
60 'include/core/SkGraphics.h', 611 'include/core/SkGraphics.h',
61 'include/core/SkImage.h', 612 'include/core/SkImage.h',
62 'include/core/SkImageDecoder.h', 613 'include/core/SkImageDecoder.h',
63 'include/core/SkImageEncoder.h', 614 'include/core/SkImageEncoder.h',
64 'include/core/SkImageFilter.h', 615 'include/core/SkImageFilter.h',
65 'include/core/SkImageGenerator.h', 616 'include/core/SkImageGenerator.h',
66 'include/core/SkImageInfo.h', 617 'include/core/SkImageInfo.h',
67 'include/core/SkLazyPtr.h',
68 'include/core/SkMallocPixelRef.h', 618 'include/core/SkMallocPixelRef.h',
69 'include/core/SkMask.h', 619 'include/core/SkMask.h',
70 'include/core/SkMaskFilter.h', 620 'include/core/SkMaskFilter.h',
71 'include/core/SkMath.h', 621 'include/core/SkMath.h',
72 'include/core/SkMatrix.h', 622 'include/core/SkMatrix.h',
73 'include/core/SkMetaData.h', 623 'include/core/SkMetaData.h',
74 'include/core/SkMultiPictureDraw.h', 624 'include/core/SkMultiPictureDraw.h',
75 'include/core/SkMutex.h',
76 'include/core/SkOSFile.h', 625 'include/core/SkOSFile.h',
77 'include/core/SkOnce.h',
78 'include/core/SkPackBits.h', 626 'include/core/SkPackBits.h',
79 'include/core/SkPaint.h', 627 'include/core/SkPaint.h',
80 'include/core/SkPath.h', 628 'include/core/SkPath.h',
81 'include/core/SkPathEffect.h', 629 'include/core/SkPathEffect.h',
82 'include/core/SkPathMeasure.h', 630 'include/core/SkPathMeasure.h',
83 'include/core/SkPathRef.h', 631 'include/core/SkPathRef.h',
84 'include/core/SkPicture.h', 632 'include/core/SkPicture.h',
85 'include/core/SkPictureRecorder.h', 633 'include/core/SkPictureRecorder.h',
86 'include/core/SkPixelRef.h', 634 'include/core/SkPixelRef.h',
87 'include/core/SkPixelSerializer.h', 635 'include/core/SkPixelSerializer.h',
88 'include/core/SkPixmap.h', 636 'include/core/SkPixmap.h',
89 'include/core/SkPoint.h', 637 'include/core/SkPoint.h',
638 'include/core/SkPoint3.h',
90 'include/core/SkPostConfig.h', 639 'include/core/SkPostConfig.h',
91 'include/core/SkPreConfig.h', 640 'include/core/SkPreConfig.h',
92 'include/core/SkRRect.h', 641 'include/core/SkRRect.h',
93 'include/core/SkRSXform.h', 642 'include/core/SkRSXform.h',
94 'include/core/SkRasterizer.h', 643 'include/core/SkRasterizer.h',
95 'include/core/SkRect.h', 644 'include/core/SkRect.h',
96 'include/core/SkRefCnt.h', 645 'include/core/SkRefCnt.h',
97 'include/core/SkRegion.h', 646 'include/core/SkRegion.h',
98 'include/core/SkScalar.h', 647 'include/core/SkScalar.h',
99 'include/core/SkShader.h', 648 'include/core/SkShader.h',
100 'include/core/SkSize.h', 649 'include/core/SkSize.h',
101 'include/core/SkSpinlock.h',
102 'include/core/SkStream.h', 650 'include/core/SkStream.h',
103 'include/core/SkString.h', 651 'include/core/SkString.h',
104 'include/core/SkStrokeRec.h', 652 'include/core/SkStrokeRec.h',
105 'include/core/SkSurface.h', 653 'include/core/SkSurface.h',
106 'include/core/SkSurfaceProps.h', 654 'include/core/SkSurfaceProps.h',
107 'include/core/SkTArray.h', 655 'include/core/SkTArray.h',
108 'include/core/SkTDArray.h', 656 'include/core/SkTDArray.h',
109 'include/core/SkTDStack.h', 657 'include/core/SkTDStack.h',
110 'include/core/SkTDict.h', 658 'include/core/SkTDict.h',
111 'include/core/SkTInternalLList.h', 659 'include/core/SkTInternalLList.h',
112 'include/core/SkTLazy.h', 660 'include/core/SkTLazy.h',
113 'include/core/SkTRegistry.h', 661 'include/core/SkTRegistry.h',
114 'include/core/SkTSearch.h', 662 'include/core/SkTSearch.h',
115 'include/core/SkTemplates.h',
116 'include/core/SkTextBlob.h', 663 'include/core/SkTextBlob.h',
117 'include/core/SkTime.h', 664 'include/core/SkTime.h',
665 'include/core/SkTraceMemoryDump.h',
118 'include/core/SkTypeface.h', 666 'include/core/SkTypeface.h',
119 'include/core/SkTypes.h', 667 'include/core/SkTypes.h',
120 'include/core/SkUnPreMultiply.h', 668 'include/core/SkUnPreMultiply.h',
121 'include/core/SkUtils.h', 669 'include/core/SkUtils.h',
122 'include/core/SkWriteBuffer.h', 670 'include/core/SkWriteBuffer.h',
123 'include/core/SkWriter32.h', 671 'include/core/SkWriter32.h',
124 'include/core/SkXfermode.h', 672 'include/core/SkXfermode.h',
673 'include/device/xps/SkConstexprMath.h',
674 'include/device/xps/SkXPSDevice.h',
125 'include/effects/Sk1DPathEffect.h', 675 'include/effects/Sk1DPathEffect.h',
126 'include/effects/Sk2DPathEffect.h', 676 'include/effects/Sk2DPathEffect.h',
127 'include/effects/SkAlphaThresholdFilter.h', 677 'include/effects/SkAlphaThresholdFilter.h',
128 'include/effects/SkArcToPathEffect.h', 678 'include/effects/SkArcToPathEffect.h',
129 'include/effects/SkArithmeticMode.h', 679 'include/effects/SkArithmeticMode.h',
130 'include/effects/SkBitmapSource.h',
131 'include/effects/SkBlurDrawLooper.h', 680 'include/effects/SkBlurDrawLooper.h',
132 'include/effects/SkBlurImageFilter.h', 681 'include/effects/SkBlurImageFilter.h',
133 'include/effects/SkBlurMaskFilter.h', 682 'include/effects/SkBlurMaskFilter.h',
134 'include/effects/SkColorCubeFilter.h', 683 'include/effects/SkColorCubeFilter.h',
135 'include/effects/SkColorFilterImageFilter.h', 684 'include/effects/SkColorFilterImageFilter.h',
136 'include/effects/SkColorMatrix.h', 685 'include/effects/SkColorMatrix.h',
137 'include/effects/SkColorMatrixFilter.h', 686 'include/effects/SkColorMatrixFilter.h',
138 'include/effects/SkComposeImageFilter.h', 687 'include/effects/SkComposeImageFilter.h',
139 'include/effects/SkCornerPathEffect.h', 688 'include/effects/SkCornerPathEffect.h',
140 'include/effects/SkDashPathEffect.h', 689 'include/effects/SkDashPathEffect.h',
141 'include/effects/SkDiscretePathEffect.h', 690 'include/effects/SkDiscretePathEffect.h',
142 'include/effects/SkDisplacementMapEffect.h', 691 'include/effects/SkDisplacementMapEffect.h',
143 'include/effects/SkDrawExtraPathEffect.h', 692 'include/effects/SkDrawExtraPathEffect.h',
144 'include/effects/SkDropShadowImageFilter.h', 693 'include/effects/SkDropShadowImageFilter.h',
145 'include/effects/SkEmbossMaskFilter.h', 694 'include/effects/SkEmbossMaskFilter.h',
146 'include/effects/SkGradientShader.h', 695 'include/effects/SkGradientShader.h',
696 'include/effects/SkImageSource.h',
147 'include/effects/SkLayerDrawLooper.h', 697 'include/effects/SkLayerDrawLooper.h',
148 'include/effects/SkLayerRasterizer.h', 698 'include/effects/SkLayerRasterizer.h',
149 'include/effects/SkLerpXfermode.h', 699 'include/effects/SkLerpXfermode.h',
150 'include/effects/SkLightingImageFilter.h', 700 'include/effects/SkLightingImageFilter.h',
151 'include/effects/SkLumaColorFilter.h', 701 'include/effects/SkLumaColorFilter.h',
152 'include/effects/SkMagnifierImageFilter.h', 702 'include/effects/SkMagnifierImageFilter.h',
153 'include/effects/SkMatrixConvolutionImageFilter.h', 703 'include/effects/SkMatrixConvolutionImageFilter.h',
154 'include/effects/SkMergeImageFilter.h', 704 'include/effects/SkMergeImageFilter.h',
155 'include/effects/SkModeColorFilter.h', 705 'include/effects/SkModeColorFilter.h',
156 'include/effects/SkMorphologyImageFilter.h', 706 'include/effects/SkMorphologyImageFilter.h',
157 'include/effects/SkOffsetImageFilter.h', 707 'include/effects/SkOffsetImageFilter.h',
158 'include/effects/SkPaintFlagsDrawFilter.h', 708 'include/effects/SkPaintFlagsDrawFilter.h',
159 'include/effects/SkPerlinNoiseShader.h', 709 'include/effects/SkPerlinNoiseShader.h',
160 'include/effects/SkPictureImageFilter.h', 710 'include/effects/SkPictureImageFilter.h',
161 'include/effects/SkPixelXorXfermode.h', 711 'include/effects/SkPixelXorXfermode.h',
162 'include/effects/SkPoint3.h',
163 'include/effects/SkRectShaderImageFilter.h', 712 'include/effects/SkRectShaderImageFilter.h',
164 'include/effects/SkTableColorFilter.h', 713 'include/effects/SkTableColorFilter.h',
165 'include/effects/SkTableMaskFilter.h', 714 'include/effects/SkTableMaskFilter.h',
166 'include/effects/SkTestImageFilters.h', 715 'include/effects/SkTestImageFilters.h',
167 'include/effects/SkTileImageFilter.h', 716 'include/effects/SkTileImageFilter.h',
168 'include/effects/SkXfermodeImageFilter.h', 717 'include/effects/SkXfermodeImageFilter.h',
169 'include/gpu/GrBlend.h', 718 'include/gpu/GrBlend.h',
170 'include/gpu/GrCaps.h', 719 'include/gpu/GrCaps.h',
171 'include/gpu/GrClip.h', 720 'include/gpu/GrClip.h',
172 'include/gpu/GrColor.h', 721 'include/gpu/GrColor.h',
173 'include/gpu/GrConfig.h', 722 'include/gpu/GrConfig.h',
174 'include/gpu/GrContext.h', 723 'include/gpu/GrContext.h',
175 'include/gpu/GrContextOptions.h', 724 'include/gpu/GrContextOptions.h',
176 'include/gpu/GrCoordTransform.h', 725 'include/gpu/GrCoordTransform.h',
177 'include/gpu/GrDrawContext.h', 726 'include/gpu/GrDrawContext.h',
178 'include/gpu/GrFragmentProcessor.h', 727 'include/gpu/GrFragmentProcessor.h',
179 'include/gpu/GrGpuResource.h', 728 'include/gpu/GrGpuResource.h',
180 'include/gpu/GrGpuResourceRef.h', 729 'include/gpu/GrGpuResourceRef.h',
181 'include/gpu/GrInvariantOutput.h', 730 'include/gpu/GrInvariantOutput.h',
182 'include/gpu/GrPaint.h', 731 'include/gpu/GrPaint.h',
183 'include/gpu/GrPathRendererChain.h', 732 'include/gpu/GrPathRendererChain.h',
184 'include/gpu/GrProcessor.h', 733 'include/gpu/GrProcessor.h',
185 'include/gpu/GrProcessorDataManager.h',
186 'include/gpu/GrProcessorUnitTest.h', 734 'include/gpu/GrProcessorUnitTest.h',
187 'include/gpu/GrProgramElement.h', 735 'include/gpu/GrProgramElement.h',
188 'include/gpu/GrRect.h', 736 'include/gpu/GrRect.h',
189 'include/gpu/GrRenderTarget.h', 737 'include/gpu/GrRenderTarget.h',
190 'include/gpu/GrResourceKey.h', 738 'include/gpu/GrResourceKey.h',
191 'include/gpu/GrShaderVar.h', 739 'include/gpu/GrShaderVar.h',
192 'include/gpu/GrStagedProcessor.h',
193 'include/gpu/GrSurface.h', 740 'include/gpu/GrSurface.h',
194 'include/gpu/GrTestUtils.h', 741 'include/gpu/GrTestUtils.h',
195 'include/gpu/GrTexture.h', 742 'include/gpu/GrTexture.h',
196 'include/gpu/GrTextureAccess.h', 743 'include/gpu/GrTextureAccess.h',
744 'include/gpu/GrTextureParams.h',
197 'include/gpu/GrTextureProvider.h', 745 'include/gpu/GrTextureProvider.h',
198 'include/gpu/GrTypes.h', 746 'include/gpu/GrTypes.h',
199 'include/gpu/GrTypesPriv.h', 747 'include/gpu/GrTypesPriv.h',
200 'include/gpu/GrXferProcessor.h', 748 'include/gpu/GrXferProcessor.h',
201 'include/gpu/SkGr.h', 749 'include/gpu/SkGr.h',
202 'include/gpu/SkGrPixelRef.h', 750 'include/gpu/SkGrPixelRef.h',
203 'include/gpu/SkGrTexturePixelRef.h', 751 'include/gpu/SkGrTexturePixelRef.h',
752 'include/gpu/effects/GrConstColorProcessor.h',
753 'include/gpu/effects/GrCoverageSetOpXP.h',
754 'include/gpu/effects/GrCustomXfermode.h',
755 'include/gpu/effects/GrPorterDuffXferProcessor.h',
756 'include/gpu/effects/GrXfermodeFragmentProcessor.h',
757 'include/gpu/gl/GrGLConfig.h',
758 'include/gpu/gl/GrGLConfig_chrome.h',
759 'include/gpu/gl/GrGLExtensions.h',
760 'include/gpu/gl/GrGLFunctions.h',
761 'include/gpu/gl/GrGLInterface.h',
762 'include/gpu/gl/GrGLSLPrettyPrint.h',
763 'include/gpu/gl/SkGLContext.h',
764 'include/gpu/gl/SkNullGLContext.h',
765 'include/gpu/gl/angle/SkANGLEGLContext.h',
766 'include/gpu/gl/command_buffer/SkCommandBufferGLContext.h',
204 'include/images/SkDecodingImageGenerator.h', 767 'include/images/SkDecodingImageGenerator.h',
205 'include/images/SkForceLinking.h', 768 'include/images/SkForceLinking.h',
206 'include/images/SkMovie.h', 769 'include/images/SkMovie.h',
207 'include/images/SkPageFlipper.h', 770 'include/images/SkPageFlipper.h',
208 'include/pathops/SkPathOps.h', 771 'include/pathops/SkPathOps.h',
209 'include/pipe/SkGPipe.h', 772 'include/pipe/SkGPipe.h',
210 'include/ports/SkAtomics_atomic.h', 773 'include/ports/SkAtomics_atomic.h',
211 'include/ports/SkAtomics_std.h', 774 'include/ports/SkAtomics_std.h',
212 'include/ports/SkAtomics_sync.h', 775 'include/ports/SkAtomics_sync.h',
213 'include/ports/SkFontConfigInterface.h', 776 'include/ports/SkFontConfigInterface.h',
214 'include/ports/SkFontMgr.h', 777 'include/ports/SkFontMgr.h',
215 'include/ports/SkFontMgr_android.h', 778 'include/ports/SkFontMgr_android.h',
216 'include/ports/SkFontMgr_custom.h', 779 'include/ports/SkFontMgr_custom.h',
217 'include/ports/SkFontMgr_fontconfig.h', 780 'include/ports/SkFontMgr_fontconfig.h',
218 'include/ports/SkFontMgr_indirect.h', 781 'include/ports/SkFontMgr_indirect.h',
219 'include/ports/SkMutex_pthread.h',
220 'include/ports/SkMutex_win.h',
221 'include/ports/SkRemotableFontMgr.h', 782 'include/ports/SkRemotableFontMgr.h',
222 'include/ports/SkTypeface_mac.h', 783 'include/ports/SkTypeface_mac.h',
223 'include/ports/SkTypeface_win.h', 784 'include/ports/SkTypeface_win.h',
224 'include/svg/SkSVGCanvas.h', 785 'include/svg/SkSVGCanvas.h',
786 'include/svg/parser/SkSVGAttribute.h',
787 'include/svg/parser/SkSVGBase.h',
788 'include/svg/parser/SkSVGPaintState.h',
789 'include/svg/parser/SkSVGParser.h',
790 'include/svg/parser/SkSVGTypes.h',
225 'include/utils/SkBoundaryPatch.h', 791 'include/utils/SkBoundaryPatch.h',
226 'include/utils/SkCamera.h', 792 'include/utils/SkCamera.h',
227 'include/utils/SkCanvasStateUtils.h', 793 'include/utils/SkCanvasStateUtils.h',
228 'include/utils/SkCubicInterval.h', 794 'include/utils/SkCubicInterval.h',
229 'include/utils/SkCullPoints.h', 795 'include/utils/SkCullPoints.h',
230 'include/utils/SkDebugUtils.h', 796 'include/utils/SkDebugUtils.h',
231 'include/utils/SkDeferredCanvas.h',
232 'include/utils/SkDumpCanvas.h', 797 'include/utils/SkDumpCanvas.h',
233 'include/utils/SkEventTracer.h', 798 'include/utils/SkEventTracer.h',
234 'include/utils/SkFrontBufferedStream.h', 799 'include/utils/SkFrontBufferedStream.h',
235 'include/utils/SkInterpolator.h', 800 'include/utils/SkInterpolator.h',
236 'include/utils/SkJSONCPP.h', 801 'include/utils/SkJSONCPP.h',
237 'include/utils/SkLayer.h', 802 'include/utils/SkLayer.h',
238 'include/utils/SkLua.h', 803 'include/utils/SkLua.h',
239 'include/utils/SkLuaCanvas.h', 804 'include/utils/SkLuaCanvas.h',
240 'include/utils/SkMatrix44.h', 805 'include/utils/SkMatrix44.h',
241 'include/utils/SkMeshUtils.h', 806 'include/utils/SkMeshUtils.h',
242 'include/utils/SkNWayCanvas.h', 807 'include/utils/SkNWayCanvas.h',
243 'include/utils/SkNinePatch.h', 808 'include/utils/SkNinePatch.h',
244 'include/utils/SkNoSaveLayerCanvas.h', 809 'include/utils/SkNoSaveLayerCanvas.h',
245 'include/utils/SkNullCanvas.h', 810 'include/utils/SkNullCanvas.h',
246 'include/utils/SkPaintFilterCanvas.h', 811 'include/utils/SkPaintFilterCanvas.h',
247 'include/utils/SkParse.h', 812 'include/utils/SkParse.h',
248 'include/utils/SkParsePaint.h', 813 'include/utils/SkParsePaint.h',
249 'include/utils/SkParsePath.h', 814 'include/utils/SkParsePath.h',
250 'include/utils/SkPictureUtils.h', 815 'include/utils/SkPictureUtils.h',
251 'include/utils/SkRTConf.h', 816 'include/utils/SkRTConf.h',
252 'include/utils/SkRandom.h', 817 'include/utils/SkRandom.h',
253 'include/utils/SkTextBox.h', 818 'include/utils/SkTextBox.h',
254 'include/views/SkApplication.h', 819 'include/utils/mac/SkCGUtils.h',
255 'include/views/SkBGViewArtist.h', 820 'include/utils/win/SkAutoCoInitialize.h',
256 'include/views/SkEvent.h', 821 'include/utils/win/SkHRESULT.h',
257 'include/views/SkEventSink.h', 822 'include/utils/win/SkIStream.h',
258 'include/views/SkKey.h', 823 'include/utils/win/SkTScopedComPtr.h',
259 'include/views/SkOSMenu.h',
260 'include/views/SkOSWindow_Android.h',
261 'include/views/SkOSWindow_Mac.h',
262 'include/views/SkOSWindow_SDL.h',
263 'include/views/SkOSWindow_Unix.h',
264 'include/views/SkOSWindow_Win.h',
265 'include/views/SkOSWindow_iOS.h',
266 'include/views/SkStackViewLayout.h',
267 'include/views/SkSystemEventTypes.h',
268 'include/views/SkTouchGesture.h',
269 'include/views/SkView.h',
270 'include/views/SkViewInflate.h',
271 'include/views/SkWidget.h',
272 'include/views/SkWindow.h',
273 'include/xml/SkBML_WXMLParser.h',
274 'include/xml/SkBML_XMLParser.h',
275 'include/xml/SkDOM.h', 824 'include/xml/SkDOM.h',
276 'include/xml/SkXMLParser.h', 825 'include/xml/SkXMLParser.h',
277 'include/xml/SkXMLWriter.h'] 826 'include/xml/SkXMLWriter.h']
278 INCLUDES = ['include/c', 827 INCLUDES = ['include/c',
279 'include/codec', 828 'include/codec',
280 'include/config', 829 'include/config',
281 'include/core', 830 'include/core',
282 'include/device',
283 'include/effects', 831 'include/effects',
284 'include/gpu', 832 'include/gpu',
285 'include/images', 833 'include/images',
286 'include/pathops', 834 'include/pathops',
287 'include/pdf',
288 'include/pipe', 835 'include/pipe',
289 'include/ports', 836 'include/ports',
290 'include/private', 837 'include/private',
291 'include/utils', 838 'include/utils',
292 'include/views', 839 'include/svg',
293 'include/xml', 840 'include/xml',
294 'src/core', 841 'src/core',
295 'src/doc',
296 'src/gpu', 842 'src/gpu',
297 'src/image', 843 'src/image',
298 'src/lazy', 844 'src/lazy',
299 'src/opts', 845 'src/opts',
300 'src/pdf', 846 'src/pdf',
301 'src/ports',
302 'src/sfnt', 847 'src/sfnt',
303 'src/utils', 848 'src/utils',
304 'third_party/etc1', 849 'third_party/etc1',
305 'third_party/ktx'] 850 'third_party/ktx']
306 LINKOPTS = ['-ldl'] 851 LINKOPTS = ['-ldl']
307 SRCS = ['include/private/SkChecksum.h', 852 PLATFORM_SRCS = ['src/opts/Sk4px_SSE2.h',
853 'src/opts/Sk4px_none.h',
854 'src/opts/SkBitmapFilter_opts_SSE2.cpp',
855 'src/opts/SkBitmapFilter_opts_SSE2.h',
856 'src/opts/SkBitmapProcState_opts_SSE2.cpp',
857 'src/opts/SkBitmapProcState_opts_SSE2.h',
858 'src/opts/SkBlitMask_opts.h',
859 'src/opts/SkBlitRow_opts.h',
860 'src/opts/SkBlitRow_opts_SSE2.cpp',
861 'src/opts/SkBlitRow_opts_SSE2.h',
862 'src/opts/SkBlurImageFilter_opts.h',
863 'src/opts/SkColorCubeFilter_opts.h',
864 'src/opts/SkColor_opts_SSE2.h',
865 'src/opts/SkFloatingPoint_opts.h',
866 'src/opts/SkMatrix_opts.h',
867 'src/opts/SkMorphologyImageFilter_opts.h',
868 'src/opts/SkNx_sse.h',
869 'src/opts/SkTextureCompressor_opts.h',
870 'src/opts/SkUtils_opts.h',
871 'src/opts/SkXfermode_opts.h',
872 'src/opts/opts_check_x86.cpp',
873 'src/ports/SkDebug_stdio.cpp',
874 'src/ports/SkDiscardableMemory_none.cpp',
875 'src/ports/SkFontHost_FreeType.cpp',
876 'src/ports/SkFontHost_FreeType_common.cpp',
877 'src/ports/SkFontHost_FreeType_common.h',
878 'src/ports/SkFontMgr_custom.cpp',
879 'src/ports/SkFontMgr_custom_directory_factory.cpp',
880 'src/ports/SkGlobalInitialization_default.cpp',
881 'src/ports/SkImageGenerator_skia.cpp',
882 'src/ports/SkMemory_malloc.cpp',
883 'src/ports/SkOSFile_posix.cpp',
884 'src/ports/SkOSFile_stdio.cpp',
885 'src/ports/SkOSLibrary.h',
886 'src/ports/SkOSLibrary_posix.cpp',
887 'src/ports/SkTLS_pthread.cpp',
888 'src/ports/SkTime_Unix.cpp']
889 SRCS = ['include/private/SkAtomics.h',
890 'include/private/SkChecksum.h',
308 'include/private/SkFloatBits.h', 891 'include/private/SkFloatBits.h',
309 'include/private/SkFloatingPoint.h', 892 'include/private/SkFloatingPoint.h',
310 'include/private/SkFunction.h', 893 'include/private/SkFunction.h',
311 'include/private/SkGpuFenceSync.h', 894 'include/private/SkGpuFenceSync.h',
312 'include/private/SkMiniRecorder.h', 895 'include/private/SkMiniRecorder.h',
896 'include/private/SkMutex.h',
897 'include/private/SkOnce.h',
898 'include/private/SkOncePtr.h',
313 'include/private/SkRecords.h', 899 'include/private/SkRecords.h',
900 'include/private/SkSemaphore.h',
901 'include/private/SkSpinlock.h',
314 'include/private/SkTHash.h', 902 'include/private/SkTHash.h',
315 'include/private/SkTLogic.h', 903 'include/private/SkTLogic.h',
904 'include/private/SkTemplates.h',
905 'include/private/SkThreadID.h',
906 'include/private/SkUniquePtr.h',
907 'include/private/SkUtility.h',
316 'include/private/SkWeakRefCnt.h', 908 'include/private/SkWeakRefCnt.h',
909 'src/c/sk_c_from_to.h',
317 'src/c/sk_paint.cpp', 910 'src/c/sk_paint.cpp',
318 'src/c/sk_surface.cpp', 911 'src/c/sk_surface.cpp',
912 'src/c/sk_types_priv.h',
913 'src/codec/SkBmpCodec.cpp',
914 'src/codec/SkBmpCodec.h',
915 'src/codec/SkBmpMaskCodec.cpp',
916 'src/codec/SkBmpMaskCodec.h',
917 'src/codec/SkBmpRLECodec.cpp',
918 'src/codec/SkBmpRLECodec.h',
919 'src/codec/SkBmpStandardCodec.cpp',
920 'src/codec/SkBmpStandardCodec.h',
921 'src/codec/SkCodec.cpp',
922 'src/codec/SkCodecPriv.h',
923 'src/codec/SkCodec_libgif.cpp',
924 'src/codec/SkCodec_libgif.h',
925 'src/codec/SkCodec_libico.cpp',
926 'src/codec/SkCodec_libico.h',
927 'src/codec/SkCodec_libpng.cpp',
928 'src/codec/SkCodec_libpng.h',
929 'src/codec/SkCodec_wbmp.cpp',
930 'src/codec/SkCodec_wbmp.h',
931 'src/codec/SkJpegCodec.cpp',
932 'src/codec/SkJpegCodec.h',
933 'src/codec/SkJpegDecoderMgr.cpp',
934 'src/codec/SkJpegDecoderMgr.h',
935 'src/codec/SkJpegUtility_codec.cpp',
936 'src/codec/SkJpegUtility_codec.h',
937 'src/codec/SkMaskSwizzler.cpp',
938 'src/codec/SkMaskSwizzler.h',
939 'src/codec/SkMasks.cpp',
940 'src/codec/SkMasks.h',
941 'src/codec/SkSampler.cpp',
942 'src/codec/SkSampler.h',
943 'src/codec/SkScaledCodec.cpp',
944 'src/codec/SkSwizzler.cpp',
945 'src/codec/SkSwizzler.h',
946 'src/codec/SkWebpCodec.cpp',
947 'src/codec/SkWebpCodec.h',
948 'src/core/Sk4px.h',
319 'src/core/SkAAClip.cpp', 949 'src/core/SkAAClip.cpp',
950 'src/core/SkAAClip.h',
320 'src/core/SkAdvancedTypefaceMetrics.cpp', 951 'src/core/SkAdvancedTypefaceMetrics.cpp',
952 'src/core/SkAdvancedTypefaceMetrics.h',
321 'src/core/SkAlphaRuns.cpp', 953 'src/core/SkAlphaRuns.cpp',
322 'src/core/SkAnnotation.cpp', 954 'src/core/SkAnnotation.cpp',
955 'src/core/SkAntiRun.h',
956 'src/core/SkAutoKern.h',
323 'src/core/SkBBHFactory.cpp', 957 'src/core/SkBBHFactory.cpp',
958 'src/core/SkBBoxHierarchy.h',
324 'src/core/SkBigPicture.cpp', 959 'src/core/SkBigPicture.cpp',
960 'src/core/SkBigPicture.h',
325 'src/core/SkBitmap.cpp', 961 'src/core/SkBitmap.cpp',
326 'src/core/SkBitmapCache.cpp', 962 'src/core/SkBitmapCache.cpp',
963 'src/core/SkBitmapCache.h',
327 'src/core/SkBitmapController.cpp', 964 'src/core/SkBitmapController.cpp',
965 'src/core/SkBitmapController.h',
328 'src/core/SkBitmapDevice.cpp', 966 'src/core/SkBitmapDevice.cpp',
329 'src/core/SkBitmapFilter.cpp', 967 'src/core/SkBitmapFilter.cpp',
968 'src/core/SkBitmapFilter.h',
330 'src/core/SkBitmapHeap.cpp', 969 'src/core/SkBitmapHeap.cpp',
970 'src/core/SkBitmapHeap.h',
331 'src/core/SkBitmapProcShader.cpp', 971 'src/core/SkBitmapProcShader.cpp',
972 'src/core/SkBitmapProcShader.h',
332 'src/core/SkBitmapProcState.cpp', 973 'src/core/SkBitmapProcState.cpp',
974 'src/core/SkBitmapProcState.h',
975 'src/core/SkBitmapProcState_filter.h',
976 'src/core/SkBitmapProcState_matrix.h',
333 'src/core/SkBitmapProcState_matrixProcs.cpp', 977 'src/core/SkBitmapProcState_matrixProcs.cpp',
978 'src/core/SkBitmapProcState_matrix_template.h',
979 'src/core/SkBitmapProcState_procs.h',
980 'src/core/SkBitmapProcState_sample.h',
981 'src/core/SkBitmapProcState_shaderproc.h',
982 'src/core/SkBitmapProcState_utils.h',
983 'src/core/SkBitmapProvider.cpp',
984 'src/core/SkBitmapProvider.h',
334 'src/core/SkBitmapScaler.cpp', 985 'src/core/SkBitmapScaler.cpp',
986 'src/core/SkBitmapScaler.h',
987 'src/core/SkBlitBWMaskTemplate.h',
988 'src/core/SkBlitMask.h',
335 'src/core/SkBlitMask_D32.cpp', 989 'src/core/SkBlitMask_D32.cpp',
336 'src/core/SkBlitRow_D16.cpp', 990 'src/core/SkBlitRow_D16.cpp',
337 'src/core/SkBlitRow_D32.cpp', 991 'src/core/SkBlitRow_D32.cpp',
338 'src/core/SkBlitter.cpp', 992 'src/core/SkBlitter.cpp',
993 'src/core/SkBlitter.h',
339 'src/core/SkBlitter_A8.cpp', 994 'src/core/SkBlitter_A8.cpp',
340 'src/core/SkBlitter_ARGB32.cpp', 995 'src/core/SkBlitter_ARGB32.cpp',
341 'src/core/SkBlitter_RGB16.cpp', 996 'src/core/SkBlitter_RGB16.cpp',
342 'src/core/SkBlitter_Sprite.cpp', 997 'src/core/SkBlitter_Sprite.cpp',
343 'src/core/SkBuffer.cpp', 998 'src/core/SkBuffer.cpp',
999 'src/core/SkBuffer.h',
344 'src/core/SkCachedData.cpp', 1000 'src/core/SkCachedData.cpp',
1001 'src/core/SkCachedData.h',
345 'src/core/SkCanvas.cpp', 1002 'src/core/SkCanvas.cpp',
1003 'src/core/SkCanvasPriv.h',
346 'src/core/SkChunkAlloc.cpp', 1004 'src/core/SkChunkAlloc.cpp',
347 'src/core/SkClipStack.cpp', 1005 'src/core/SkClipStack.cpp',
348 'src/core/SkColor.cpp', 1006 'src/core/SkColor.cpp',
349 'src/core/SkColorFilter.cpp', 1007 'src/core/SkColorFilter.cpp',
1008 'src/core/SkColorShader.h',
350 'src/core/SkColorTable.cpp', 1009 'src/core/SkColorTable.cpp',
351 'src/core/SkComposeShader.cpp', 1010 'src/core/SkComposeShader.cpp',
352 'src/core/SkConfig8888.cpp', 1011 'src/core/SkConfig8888.cpp',
1012 'src/core/SkConfig8888.h',
353 'src/core/SkConvolver.cpp', 1013 'src/core/SkConvolver.cpp',
1014 'src/core/SkConvolver.h',
1015 'src/core/SkCoreBlitters.h',
354 'src/core/SkCubicClipper.cpp', 1016 'src/core/SkCubicClipper.cpp',
1017 'src/core/SkCubicClipper.h',
355 'src/core/SkData.cpp', 1018 'src/core/SkData.cpp',
356 'src/core/SkDataTable.cpp', 1019 'src/core/SkDataTable.cpp',
357 'src/core/SkDebug.cpp', 1020 'src/core/SkDebug.cpp',
358 'src/core/SkDeque.cpp', 1021 'src/core/SkDeque.cpp',
1022 'src/core/SkDescriptor.h',
359 'src/core/SkDevice.cpp', 1023 'src/core/SkDevice.cpp',
360 'src/core/SkDeviceLooper.cpp', 1024 'src/core/SkDeviceLooper.cpp',
1025 'src/core/SkDeviceLooper.h',
361 'src/core/SkDeviceProfile.cpp', 1026 'src/core/SkDeviceProfile.cpp',
1027 'src/core/SkDeviceProfile.h',
1028 'src/core/SkDiscardableMemory.h',
362 'src/core/SkDistanceFieldGen.cpp', 1029 'src/core/SkDistanceFieldGen.cpp',
1030 'src/core/SkDistanceFieldGen.h',
363 'src/core/SkDither.cpp', 1031 'src/core/SkDither.cpp',
364 'src/core/SkDraw.cpp', 1032 'src/core/SkDraw.cpp',
365 'src/core/SkDrawLooper.cpp', 1033 'src/core/SkDrawLooper.cpp',
1034 'src/core/SkDrawProcs.h',
366 'src/core/SkDrawable.cpp', 1035 'src/core/SkDrawable.cpp',
367 'src/core/SkEdge.cpp', 1036 'src/core/SkEdge.cpp',
1037 'src/core/SkEdge.h',
368 'src/core/SkEdgeBuilder.cpp', 1038 'src/core/SkEdgeBuilder.cpp',
1039 'src/core/SkEdgeBuilder.h',
369 'src/core/SkEdgeClipper.cpp', 1040 'src/core/SkEdgeClipper.cpp',
1041 'src/core/SkEdgeClipper.h',
1042 'src/core/SkEmptyShader.h',
1043 'src/core/SkEndian.h',
370 'src/core/SkError.cpp', 1044 'src/core/SkError.cpp',
1045 'src/core/SkErrorInternals.h',
1046 'src/core/SkFDot6.h',
371 'src/core/SkFilterProc.cpp', 1047 'src/core/SkFilterProc.cpp',
1048 'src/core/SkFilterProc.h',
372 'src/core/SkFilterShader.cpp', 1049 'src/core/SkFilterShader.cpp',
1050 'src/core/SkFilterShader.h',
373 'src/core/SkFlattenable.cpp', 1051 'src/core/SkFlattenable.cpp',
374 'src/core/SkFlattenableSerialization.cpp', 1052 'src/core/SkFlattenableSerialization.cpp',
375 'src/core/SkFloatBits.cpp', 1053 'src/core/SkFloatBits.cpp',
376 'src/core/SkFont.cpp', 1054 'src/core/SkFont.cpp',
377 'src/core/SkFontDescriptor.cpp', 1055 'src/core/SkFontDescriptor.cpp',
1056 'src/core/SkFontDescriptor.h',
378 'src/core/SkFontHost.cpp', 1057 'src/core/SkFontHost.cpp',
379 'src/core/SkFontMgr.cpp', 1058 'src/core/SkFontMgr.cpp',
380 'src/core/SkFontStream.cpp', 1059 'src/core/SkFontStream.cpp',
1060 'src/core/SkFontStream.h',
381 'src/core/SkFontStyle.cpp', 1061 'src/core/SkFontStyle.cpp',
382 'src/core/SkForceCPlusPlusLinking.cpp', 1062 'src/core/SkForceCPlusPlusLinking.cpp',
383 'src/core/SkGeometry.cpp', 1063 'src/core/SkGeometry.cpp',
1064 'src/core/SkGeometry.h',
1065 'src/core/SkGlyph.h',
384 'src/core/SkGlyphCache.cpp', 1066 'src/core/SkGlyphCache.cpp',
1067 'src/core/SkGlyphCache.h',
1068 'src/core/SkGlyphCache_Globals.h',
385 'src/core/SkGraphics.cpp', 1069 'src/core/SkGraphics.cpp',
386 'src/core/SkHalf.cpp', 1070 'src/core/SkHalf.cpp',
1071 'src/core/SkHalf.h',
387 'src/core/SkImageCacherator.cpp', 1072 'src/core/SkImageCacherator.cpp',
1073 'src/core/SkImageCacherator.h',
388 'src/core/SkImageFilter.cpp', 1074 'src/core/SkImageFilter.cpp',
389 'src/core/SkImageGenerator.cpp', 1075 'src/core/SkImageGenerator.cpp',
1076 'src/core/SkImageGeneratorPriv.h',
390 'src/core/SkImageInfo.cpp', 1077 'src/core/SkImageInfo.cpp',
1078 'src/core/SkLayerInfo.h',
1079 'src/core/SkLight.h',
1080 'src/core/SkLightingShader.cpp',
1081 'src/core/SkLightingShader.h',
391 'src/core/SkLineClipper.cpp', 1082 'src/core/SkLineClipper.cpp',
1083 'src/core/SkLineClipper.h',
1084 'src/core/SkLocalMatrixImageFilter.cpp',
1085 'src/core/SkLocalMatrixImageFilter.h',
392 'src/core/SkLocalMatrixShader.cpp', 1086 'src/core/SkLocalMatrixShader.cpp',
1087 'src/core/SkLocalMatrixShader.h',
393 'src/core/SkMallocPixelRef.cpp', 1088 'src/core/SkMallocPixelRef.cpp',
394 'src/core/SkMask.cpp', 1089 'src/core/SkMask.cpp',
395 'src/core/SkMaskCache.cpp', 1090 'src/core/SkMaskCache.cpp',
1091 'src/core/SkMaskCache.h',
396 'src/core/SkMaskFilter.cpp', 1092 'src/core/SkMaskFilter.cpp',
397 'src/core/SkMaskGamma.cpp', 1093 'src/core/SkMaskGamma.cpp',
1094 'src/core/SkMaskGamma.h',
398 'src/core/SkMath.cpp', 1095 'src/core/SkMath.cpp',
1096 'src/core/SkMathPriv.h',
399 'src/core/SkMatrix.cpp', 1097 'src/core/SkMatrix.cpp',
400 'src/core/SkMatrixImageFilter.cpp', 1098 'src/core/SkMatrixImageFilter.cpp',
1099 'src/core/SkMatrixImageFilter.h',
1100 'src/core/SkMatrixUtils.h',
1101 'src/core/SkMessageBus.h',
401 'src/core/SkMetaData.cpp', 1102 'src/core/SkMetaData.cpp',
402 'src/core/SkMiniRecorder.cpp', 1103 'src/core/SkMiniRecorder.cpp',
403 'src/core/SkMipMap.cpp', 1104 'src/core/SkMipMap.cpp',
1105 'src/core/SkMipMap.h',
404 'src/core/SkMultiPictureDraw.cpp', 1106 'src/core/SkMultiPictureDraw.cpp',
1107 'src/core/SkNextID.h',
405 'src/core/SkNinePatchIter.cpp', 1108 'src/core/SkNinePatchIter.cpp',
1109 'src/core/SkNinePatchIter.h',
1110 'src/core/SkNx.h',
406 'src/core/SkOpts.cpp', 1111 'src/core/SkOpts.cpp',
1112 'src/core/SkOpts.h',
1113 'src/core/SkOrderedReadBuffer.h',
407 'src/core/SkPackBits.cpp', 1114 'src/core/SkPackBits.cpp',
408 'src/core/SkPaint.cpp', 1115 'src/core/SkPaint.cpp',
1116 'src/core/SkPaintDefaults.h',
409 'src/core/SkPaintPriv.cpp', 1117 'src/core/SkPaintPriv.cpp',
1118 'src/core/SkPaintPriv.h',
410 'src/core/SkPath.cpp', 1119 'src/core/SkPath.cpp',
411 'src/core/SkPathEffect.cpp', 1120 'src/core/SkPathEffect.cpp',
412 'src/core/SkPathMeasure.cpp', 1121 'src/core/SkPathMeasure.cpp',
1122 'src/core/SkPathPriv.h',
413 'src/core/SkPathRef.cpp', 1123 'src/core/SkPathRef.cpp',
1124 'src/core/SkPerspIter.h',
414 'src/core/SkPicture.cpp', 1125 'src/core/SkPicture.cpp',
1126 'src/core/SkPictureCommon.h',
415 'src/core/SkPictureContentInfo.cpp', 1127 'src/core/SkPictureContentInfo.cpp',
1128 'src/core/SkPictureContentInfo.h',
416 'src/core/SkPictureData.cpp', 1129 'src/core/SkPictureData.cpp',
1130 'src/core/SkPictureData.h',
417 'src/core/SkPictureFlat.cpp', 1131 'src/core/SkPictureFlat.cpp',
1132 'src/core/SkPictureFlat.h',
418 'src/core/SkPictureImageGenerator.cpp', 1133 'src/core/SkPictureImageGenerator.cpp',
419 'src/core/SkPicturePlayback.cpp', 1134 'src/core/SkPicturePlayback.cpp',
1135 'src/core/SkPicturePlayback.h',
420 'src/core/SkPictureRecord.cpp', 1136 'src/core/SkPictureRecord.cpp',
1137 'src/core/SkPictureRecord.h',
421 'src/core/SkPictureRecorder.cpp', 1138 'src/core/SkPictureRecorder.cpp',
422 'src/core/SkPictureShader.cpp', 1139 'src/core/SkPictureShader.cpp',
1140 'src/core/SkPictureShader.h',
423 'src/core/SkPixelRef.cpp', 1141 'src/core/SkPixelRef.cpp',
424 'src/core/SkPixmap.cpp', 1142 'src/core/SkPixmap.cpp',
425 'src/core/SkPoint.cpp', 1143 'src/core/SkPoint.cpp',
1144 'src/core/SkPoint3.cpp',
426 'src/core/SkPtrRecorder.cpp', 1145 'src/core/SkPtrRecorder.cpp',
1146 'src/core/SkPtrRecorder.h',
427 'src/core/SkQuadClipper.cpp', 1147 'src/core/SkQuadClipper.cpp',
1148 'src/core/SkQuadClipper.h',
428 'src/core/SkRRect.cpp', 1149 'src/core/SkRRect.cpp',
429 'src/core/SkRTree.cpp', 1150 'src/core/SkRTree.cpp',
1151 'src/core/SkRTree.h',
430 'src/core/SkRWBuffer.cpp', 1152 'src/core/SkRWBuffer.cpp',
1153 'src/core/SkRWBuffer.h',
431 'src/core/SkRasterClip.cpp', 1154 'src/core/SkRasterClip.cpp',
1155 'src/core/SkRasterClip.h',
432 'src/core/SkRasterizer.cpp', 1156 'src/core/SkRasterizer.cpp',
433 'src/core/SkReadBuffer.cpp', 1157 'src/core/SkReadBuffer.cpp',
1158 'src/core/SkReadBuffer.h',
1159 'src/core/SkReader32.h',
434 'src/core/SkRecord.cpp', 1160 'src/core/SkRecord.cpp',
1161 'src/core/SkRecord.h',
435 'src/core/SkRecordDraw.cpp', 1162 'src/core/SkRecordDraw.cpp',
1163 'src/core/SkRecordDraw.h',
436 'src/core/SkRecordOpts.cpp', 1164 'src/core/SkRecordOpts.cpp',
1165 'src/core/SkRecordOpts.h',
1166 'src/core/SkRecordPattern.h',
437 'src/core/SkRecorder.cpp', 1167 'src/core/SkRecorder.cpp',
1168 'src/core/SkRecorder.h',
438 'src/core/SkRecords.cpp', 1169 'src/core/SkRecords.cpp',
439 'src/core/SkRect.cpp', 1170 'src/core/SkRect.cpp',
440 'src/core/SkRefDict.cpp', 1171 'src/core/SkRefDict.cpp',
1172 'src/core/SkRefDict.h',
441 'src/core/SkRegion.cpp', 1173 'src/core/SkRegion.cpp',
1174 'src/core/SkRegionPriv.h',
442 'src/core/SkRegion_path.cpp', 1175 'src/core/SkRegion_path.cpp',
443 'src/core/SkResourceCache.cpp', 1176 'src/core/SkResourceCache.cpp',
1177 'src/core/SkResourceCache.h',
444 'src/core/SkScalar.cpp', 1178 'src/core/SkScalar.cpp',
445 'src/core/SkScalerContext.cpp', 1179 'src/core/SkScalerContext.cpp',
1180 'src/core/SkScalerContext.h',
446 'src/core/SkScan.cpp', 1181 'src/core/SkScan.cpp',
1182 'src/core/SkScan.h',
1183 'src/core/SkScanPriv.h',
447 'src/core/SkScan_AntiPath.cpp', 1184 'src/core/SkScan_AntiPath.cpp',
448 'src/core/SkScan_Antihair.cpp', 1185 'src/core/SkScan_Antihair.cpp',
449 'src/core/SkScan_Hairline.cpp', 1186 'src/core/SkScan_Hairline.cpp',
450 'src/core/SkScan_Path.cpp', 1187 'src/core/SkScan_Path.cpp',
451 'src/core/SkSemaphore.cpp', 1188 'src/core/SkSemaphore.cpp',
452 'src/core/SkShader.cpp', 1189 'src/core/SkShader.cpp',
453 'src/core/SkSharedMutex.cpp', 1190 'src/core/SkSharedMutex.cpp',
1191 'src/core/SkSharedMutex.h',
1192 'src/core/SkSmallAllocator.h',
454 'src/core/SkSpinlock.cpp', 1193 'src/core/SkSpinlock.cpp',
1194 'src/core/SkSpriteBlitter.h',
1195 'src/core/SkSpriteBlitterTemplate.h',
455 'src/core/SkSpriteBlitter_ARGB32.cpp', 1196 'src/core/SkSpriteBlitter_ARGB32.cpp',
456 'src/core/SkSpriteBlitter_RGB16.cpp', 1197 'src/core/SkSpriteBlitter_RGB16.cpp',
457 'src/core/SkStream.cpp', 1198 'src/core/SkStream.cpp',
1199 'src/core/SkStreamPriv.h',
458 'src/core/SkString.cpp', 1200 'src/core/SkString.cpp',
459 'src/core/SkStringUtils.cpp', 1201 'src/core/SkStringUtils.cpp',
1202 'src/core/SkStringUtils.h',
460 'src/core/SkStroke.cpp', 1203 'src/core/SkStroke.cpp',
1204 'src/core/SkStroke.h',
461 'src/core/SkStrokeRec.cpp', 1205 'src/core/SkStrokeRec.cpp',
462 'src/core/SkStrokerPriv.cpp', 1206 'src/core/SkStrokerPriv.cpp',
1207 'src/core/SkStrokerPriv.h',
1208 'src/core/SkSurfacePriv.h',
1209 'src/core/SkTDPQueue.h',
1210 'src/core/SkTDynamicHash.h',
1211 'src/core/SkTLList.h',
463 'src/core/SkTLS.cpp', 1212 'src/core/SkTLS.cpp',
1213 'src/core/SkTLS.h',
1214 'src/core/SkTMultiMap.h',
464 'src/core/SkTSearch.cpp', 1215 'src/core/SkTSearch.cpp',
1216 'src/core/SkTSort.h',
465 'src/core/SkTaskGroup.cpp', 1217 'src/core/SkTaskGroup.cpp',
1218 'src/core/SkTaskGroup.h',
466 'src/core/SkTextBlob.cpp', 1219 'src/core/SkTextBlob.cpp',
1220 'src/core/SkTextFormatParams.h',
1221 'src/core/SkTextMapStateProc.h',
1222 'src/core/SkTextToPathIter.h',
1223 'src/core/SkThreadID.cpp',
467 'src/core/SkTime.cpp', 1224 'src/core/SkTime.cpp',
1225 'src/core/SkTraceEvent.h',
1226 'src/core/SkTraceEventCommon.h',
468 'src/core/SkTypeface.cpp', 1227 'src/core/SkTypeface.cpp',
469 'src/core/SkTypefaceCache.cpp', 1228 'src/core/SkTypefaceCache.cpp',
1229 'src/core/SkTypefaceCache.h',
1230 'src/core/SkTypefacePriv.h',
470 'src/core/SkUnPreMultiply.cpp', 1231 'src/core/SkUnPreMultiply.cpp',
471 'src/core/SkUtils.cpp', 1232 'src/core/SkUtils.cpp',
472 'src/core/SkUtilsArm.cpp', 1233 'src/core/SkUtilsArm.cpp',
1234 'src/core/SkUtilsArm.h',
473 'src/core/SkValidatingReadBuffer.cpp', 1235 'src/core/SkValidatingReadBuffer.cpp',
1236 'src/core/SkValidatingReadBuffer.h',
1237 'src/core/SkValidationUtils.h',
474 'src/core/SkVarAlloc.cpp', 1238 'src/core/SkVarAlloc.cpp',
1239 'src/core/SkVarAlloc.h',
475 'src/core/SkVertState.cpp', 1240 'src/core/SkVertState.cpp',
1241 'src/core/SkVertState.h',
476 'src/core/SkWriteBuffer.cpp', 1242 'src/core/SkWriteBuffer.cpp',
477 'src/core/SkWriter32.cpp', 1243 'src/core/SkWriter32.cpp',
478 'src/core/SkXfermode.cpp', 1244 'src/core/SkXfermode.cpp',
479 'src/core/SkXfermodeInterpretation.cpp', 1245 'src/core/SkXfermodeInterpretation.cpp',
1246 'src/core/SkXfermodeInterpretation.h',
1247 'src/core/SkXfermode_proccoeff.h',
480 'src/core/SkYUVPlanesCache.cpp', 1248 'src/core/SkYUVPlanesCache.cpp',
1249 'src/core/SkYUVPlanesCache.h',
481 'src/doc/SkDocument.cpp', 1250 'src/doc/SkDocument.cpp',
482 'src/doc/SkDocument_PDF.cpp', 1251 'src/doc/SkDocument_PDF.cpp',
483 'src/doc/SkDocument_XPS_None.cpp', 1252 'src/doc/SkDocument_XPS_None.cpp',
1253 'src/effects/GrCircleBlurFragmentProcessor.cpp',
1254 'src/effects/GrCircleBlurFragmentProcessor.h',
484 'src/effects/Sk1DPathEffect.cpp', 1255 'src/effects/Sk1DPathEffect.cpp',
485 'src/effects/Sk2DPathEffect.cpp', 1256 'src/effects/Sk2DPathEffect.cpp',
486 'src/effects/SkAlphaThresholdFilter.cpp', 1257 'src/effects/SkAlphaThresholdFilter.cpp',
487 'src/effects/SkArcToPathEffect.cpp', 1258 'src/effects/SkArcToPathEffect.cpp',
488 'src/effects/SkArithmeticMode.cpp', 1259 'src/effects/SkArithmeticMode.cpp',
489 'src/effects/SkArithmeticMode_gpu.cpp', 1260 'src/effects/SkArithmeticMode_gpu.cpp',
490 'src/effects/SkBitmapSource.cpp', 1261 'src/effects/SkArithmeticMode_gpu.h',
491 'src/effects/SkBlurDrawLooper.cpp', 1262 'src/effects/SkBlurDrawLooper.cpp',
492 'src/effects/SkBlurImageFilter.cpp', 1263 'src/effects/SkBlurImageFilter.cpp',
493 'src/effects/SkBlurMask.cpp', 1264 'src/effects/SkBlurMask.cpp',
1265 'src/effects/SkBlurMask.h',
494 'src/effects/SkBlurMaskFilter.cpp', 1266 'src/effects/SkBlurMaskFilter.cpp',
495 'src/effects/SkColorCubeFilter.cpp', 1267 'src/effects/SkColorCubeFilter.cpp',
496 'src/effects/SkColorFilterImageFilter.cpp', 1268 'src/effects/SkColorFilterImageFilter.cpp',
497 'src/effects/SkColorFilters.cpp', 1269 'src/effects/SkColorFilters.cpp',
498 'src/effects/SkColorMatrix.cpp', 1270 'src/effects/SkColorMatrix.cpp',
499 'src/effects/SkColorMatrixFilter.cpp', 1271 'src/effects/SkColorMatrixFilter.cpp',
500 'src/effects/SkComposeImageFilter.cpp', 1272 'src/effects/SkComposeImageFilter.cpp',
501 'src/effects/SkCornerPathEffect.cpp', 1273 'src/effects/SkCornerPathEffect.cpp',
502 'src/effects/SkDashPathEffect.cpp', 1274 'src/effects/SkDashPathEffect.cpp',
503 'src/effects/SkDiscretePathEffect.cpp', 1275 'src/effects/SkDiscretePathEffect.cpp',
504 'src/effects/SkDisplacementMapEffect.cpp', 1276 'src/effects/SkDisplacementMapEffect.cpp',
505 'src/effects/SkDropShadowImageFilter.cpp', 1277 'src/effects/SkDropShadowImageFilter.cpp',
506 'src/effects/SkEmbossMask.cpp', 1278 'src/effects/SkEmbossMask.cpp',
1279 'src/effects/SkEmbossMask.h',
507 'src/effects/SkEmbossMaskFilter.cpp', 1280 'src/effects/SkEmbossMaskFilter.cpp',
1281 'src/effects/SkEmbossMask_Table.h',
508 'src/effects/SkGpuBlurUtils.cpp', 1282 'src/effects/SkGpuBlurUtils.cpp',
1283 'src/effects/SkGpuBlurUtils.h',
1284 'src/effects/SkImageSource.cpp',
509 'src/effects/SkLayerDrawLooper.cpp', 1285 'src/effects/SkLayerDrawLooper.cpp',
510 'src/effects/SkLayerRasterizer.cpp', 1286 'src/effects/SkLayerRasterizer.cpp',
511 'src/effects/SkLerpXfermode.cpp', 1287 'src/effects/SkLerpXfermode.cpp',
512 'src/effects/SkLightingImageFilter.cpp', 1288 'src/effects/SkLightingImageFilter.cpp',
513 'src/effects/SkLightingShader.cpp',
514 'src/effects/SkLumaColorFilter.cpp', 1289 'src/effects/SkLumaColorFilter.cpp',
515 'src/effects/SkMagnifierImageFilter.cpp', 1290 'src/effects/SkMagnifierImageFilter.cpp',
516 'src/effects/SkMatrixConvolutionImageFilter.cpp', 1291 'src/effects/SkMatrixConvolutionImageFilter.cpp',
517 'src/effects/SkMergeImageFilter.cpp', 1292 'src/effects/SkMergeImageFilter.cpp',
518 'src/effects/SkMorphologyImageFilter.cpp', 1293 'src/effects/SkMorphologyImageFilter.cpp',
519 'src/effects/SkOffsetImageFilter.cpp', 1294 'src/effects/SkOffsetImageFilter.cpp',
520 'src/effects/SkPaintFlagsDrawFilter.cpp', 1295 'src/effects/SkPaintFlagsDrawFilter.cpp',
521 'src/effects/SkPerlinNoiseShader.cpp', 1296 'src/effects/SkPerlinNoiseShader.cpp',
522 'src/effects/SkPictureImageFilter.cpp', 1297 'src/effects/SkPictureImageFilter.cpp',
523 'src/effects/SkPixelXorXfermode.cpp', 1298 'src/effects/SkPixelXorXfermode.cpp',
524 'src/effects/SkPoint3.cpp',
525 'src/effects/SkRectShaderImageFilter.cpp', 1299 'src/effects/SkRectShaderImageFilter.cpp',
526 'src/effects/SkTableColorFilter.cpp', 1300 'src/effects/SkTableColorFilter.cpp',
527 'src/effects/SkTableMaskFilter.cpp', 1301 'src/effects/SkTableMaskFilter.cpp',
528 'src/effects/SkTestImageFilters.cpp', 1302 'src/effects/SkTestImageFilters.cpp',
529 'src/effects/SkTileImageFilter.cpp', 1303 'src/effects/SkTileImageFilter.cpp',
530 'src/effects/SkXfermodeImageFilter.cpp', 1304 'src/effects/SkXfermodeImageFilter.cpp',
531 'src/effects/gradients/SkClampRange.cpp', 1305 'src/effects/gradients/SkClampRange.cpp',
1306 'src/effects/gradients/SkClampRange.h',
532 'src/effects/gradients/SkGradientBitmapCache.cpp', 1307 'src/effects/gradients/SkGradientBitmapCache.cpp',
1308 'src/effects/gradients/SkGradientBitmapCache.h',
533 'src/effects/gradients/SkGradientShader.cpp', 1309 'src/effects/gradients/SkGradientShader.cpp',
1310 'src/effects/gradients/SkGradientShaderPriv.h',
534 'src/effects/gradients/SkLinearGradient.cpp', 1311 'src/effects/gradients/SkLinearGradient.cpp',
1312 'src/effects/gradients/SkLinearGradient.h',
535 'src/effects/gradients/SkRadialGradient.cpp', 1313 'src/effects/gradients/SkRadialGradient.cpp',
1314 'src/effects/gradients/SkRadialGradient.h',
1315 'src/effects/gradients/SkRadialGradient_Table.h',
536 'src/effects/gradients/SkSweepGradient.cpp', 1316 'src/effects/gradients/SkSweepGradient.cpp',
1317 'src/effects/gradients/SkSweepGradient.h',
537 'src/effects/gradients/SkTwoPointConicalGradient.cpp', 1318 'src/effects/gradients/SkTwoPointConicalGradient.cpp',
1319 'src/effects/gradients/SkTwoPointConicalGradient.h',
538 'src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp', 1320 'src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp',
539 'src/gpu/GrAAConvexPathRenderer.cpp', 1321 'src/effects/gradients/SkTwoPointConicalGradient_gpu.h',
540 'src/gpu/GrAAConvexTessellator.cpp', 1322 'src/fonts/SkFontMgr_indirect.cpp',
541 'src/gpu/GrAADistanceFieldPathRenderer.cpp', 1323 'src/fonts/SkGScalerContext.cpp',
542 'src/gpu/GrAAHairLinePathRenderer.cpp', 1324 'src/fonts/SkGScalerContext.h',
543 'src/gpu/GrAALinearizingConvexPathRenderer.cpp', 1325 'src/fonts/SkRandomScalerContext.cpp',
544 'src/gpu/GrAddPathRenderers_default.cpp', 1326 'src/fonts/SkRandomScalerContext.h',
1327 'src/fonts/SkRemotableFontMgr.cpp',
1328 'src/fonts/SkTestScalerContext.cpp',
1329 'src/fonts/SkTestScalerContext.h',
1330 'src/gpu/GrAllocator.h',
545 'src/gpu/GrAtlas.cpp', 1331 'src/gpu/GrAtlas.cpp',
1332 'src/gpu/GrAtlas.h',
546 'src/gpu/GrAtlasTextBlob.cpp', 1333 'src/gpu/GrAtlasTextBlob.cpp',
1334 'src/gpu/GrAtlasTextBlob.h',
547 'src/gpu/GrAtlasTextContext.cpp', 1335 'src/gpu/GrAtlasTextContext.cpp',
1336 'src/gpu/GrAtlasTextContext.h',
1337 'src/gpu/GrAutoLocaleSetter.h',
548 'src/gpu/GrBatchAtlas.cpp', 1338 'src/gpu/GrBatchAtlas.cpp',
1339 'src/gpu/GrBatchAtlas.h',
549 'src/gpu/GrBatchFlushState.cpp', 1340 'src/gpu/GrBatchFlushState.cpp',
1341 'src/gpu/GrBatchFlushState.h',
550 'src/gpu/GrBatchFontCache.cpp', 1342 'src/gpu/GrBatchFontCache.cpp',
1343 'src/gpu/GrBatchFontCache.h',
551 'src/gpu/GrBatchTest.cpp', 1344 'src/gpu/GrBatchTest.cpp',
1345 'src/gpu/GrBatchTest.h',
1346 'src/gpu/GrBlend.cpp',
552 'src/gpu/GrBlurUtils.cpp', 1347 'src/gpu/GrBlurUtils.cpp',
1348 'src/gpu/GrBlurUtils.h',
553 'src/gpu/GrBufferAllocPool.cpp', 1349 'src/gpu/GrBufferAllocPool.cpp',
554 'src/gpu/GrBufferedDrawTarget.cpp', 1350 'src/gpu/GrBufferAllocPool.h',
555 'src/gpu/GrCaps.cpp', 1351 'src/gpu/GrCaps.cpp',
556 'src/gpu/GrClip.cpp', 1352 'src/gpu/GrClip.cpp',
557 'src/gpu/GrClipMaskCache.cpp',
558 'src/gpu/GrClipMaskManager.cpp', 1353 'src/gpu/GrClipMaskManager.cpp',
559 'src/gpu/GrCommandBuilder.cpp', 1354 'src/gpu/GrClipMaskManager.h',
560 'src/gpu/GrContext.cpp', 1355 'src/gpu/GrContext.cpp',
561 'src/gpu/GrContextFactory.cpp', 1356 'src/gpu/GrContextFactory.cpp',
1357 'src/gpu/GrContextFactory.h',
562 'src/gpu/GrCoordTransform.cpp', 1358 'src/gpu/GrCoordTransform.cpp',
563 'src/gpu/GrDashLinePathRenderer.cpp',
564 'src/gpu/GrDefaultGeoProcFactory.cpp', 1359 'src/gpu/GrDefaultGeoProcFactory.cpp',
565 'src/gpu/GrDefaultPathRenderer.cpp', 1360 'src/gpu/GrDefaultGeoProcFactory.h',
566 'src/gpu/GrDrawContext.cpp', 1361 'src/gpu/GrDrawContext.cpp',
567 'src/gpu/GrDrawTarget.cpp', 1362 'src/gpu/GrDrawTarget.cpp',
1363 'src/gpu/GrDrawTarget.h',
568 'src/gpu/GrFontScaler.cpp', 1364 'src/gpu/GrFontScaler.cpp',
1365 'src/gpu/GrFontScaler.h',
1366 'src/gpu/GrFragmentProcessor.cpp',
1367 'src/gpu/GrGeometryBuffer.h',
1368 'src/gpu/GrGeometryProcessor.h',
1369 'src/gpu/GrGlyph.h',
569 'src/gpu/GrGpu.cpp', 1370 'src/gpu/GrGpu.cpp',
1371 'src/gpu/GrGpu.h',
570 'src/gpu/GrGpuFactory.cpp', 1372 'src/gpu/GrGpuFactory.cpp',
1373 'src/gpu/GrGpuFactory.h',
571 'src/gpu/GrGpuResource.cpp', 1374 'src/gpu/GrGpuResource.cpp',
1375 'src/gpu/GrGpuResourceCacheAccess.h',
1376 'src/gpu/GrGpuResourcePriv.h',
572 'src/gpu/GrGpuResourceRef.cpp', 1377 'src/gpu/GrGpuResourceRef.cpp',
573 'src/gpu/GrImmediateDrawTarget.cpp', 1378 'src/gpu/GrIndexBuffer.h',
574 'src/gpu/GrInOrderCommandBuilder.cpp',
575 'src/gpu/GrInvariantOutput.cpp', 1379 'src/gpu/GrInvariantOutput.cpp',
576 'src/gpu/GrLayerCache.cpp', 1380 'src/gpu/GrLayerCache.cpp',
1381 'src/gpu/GrLayerCache.h',
577 'src/gpu/GrLayerHoister.cpp', 1382 'src/gpu/GrLayerHoister.cpp',
1383 'src/gpu/GrLayerHoister.h',
578 'src/gpu/GrMemoryPool.cpp', 1384 'src/gpu/GrMemoryPool.cpp',
1385 'src/gpu/GrMemoryPool.h',
1386 'src/gpu/GrNonAtomicRef.h',
579 'src/gpu/GrOvalRenderer.cpp', 1387 'src/gpu/GrOvalRenderer.cpp',
1388 'src/gpu/GrOvalRenderer.h',
580 'src/gpu/GrPaint.cpp', 1389 'src/gpu/GrPaint.cpp',
581 'src/gpu/GrPath.cpp', 1390 'src/gpu/GrPath.cpp',
1391 'src/gpu/GrPath.h',
582 'src/gpu/GrPathProcessor.cpp', 1392 'src/gpu/GrPathProcessor.cpp',
1393 'src/gpu/GrPathProcessor.h',
583 'src/gpu/GrPathRange.cpp', 1394 'src/gpu/GrPathRange.cpp',
1395 'src/gpu/GrPathRange.h',
584 'src/gpu/GrPathRenderer.cpp', 1396 'src/gpu/GrPathRenderer.cpp',
1397 'src/gpu/GrPathRenderer.h',
585 'src/gpu/GrPathRendererChain.cpp', 1398 'src/gpu/GrPathRendererChain.cpp',
586 'src/gpu/GrPathRendering.cpp', 1399 'src/gpu/GrPathRendering.cpp',
1400 'src/gpu/GrPathRendering.h',
587 'src/gpu/GrPathUtils.cpp', 1401 'src/gpu/GrPathUtils.cpp',
1402 'src/gpu/GrPathUtils.h',
1403 'src/gpu/GrPendingProgramElement.h',
588 'src/gpu/GrPipeline.cpp', 1404 'src/gpu/GrPipeline.cpp',
1405 'src/gpu/GrPipeline.h',
589 'src/gpu/GrPipelineBuilder.cpp', 1406 'src/gpu/GrPipelineBuilder.cpp',
1407 'src/gpu/GrPipelineBuilder.h',
590 'src/gpu/GrPrimitiveProcessor.cpp', 1408 'src/gpu/GrPrimitiveProcessor.cpp',
1409 'src/gpu/GrPrimitiveProcessor.h',
591 'src/gpu/GrProcOptInfo.cpp', 1410 'src/gpu/GrProcOptInfo.cpp',
1411 'src/gpu/GrProcOptInfo.h',
592 'src/gpu/GrProcessor.cpp', 1412 'src/gpu/GrProcessor.cpp',
593 'src/gpu/GrProcessorDataManager.cpp', 1413 'src/gpu/GrProcessorUnitTest.cpp',
1414 'src/gpu/GrProgramDesc.h',
594 'src/gpu/GrProgramElement.cpp', 1415 'src/gpu/GrProgramElement.cpp',
1416 'src/gpu/GrQuad.h',
595 'src/gpu/GrRecordReplaceDraw.cpp', 1417 'src/gpu/GrRecordReplaceDraw.cpp',
1418 'src/gpu/GrRecordReplaceDraw.h',
1419 'src/gpu/GrRectanizer.h',
596 'src/gpu/GrRectanizer_pow2.cpp', 1420 'src/gpu/GrRectanizer_pow2.cpp',
1421 'src/gpu/GrRectanizer_pow2.h',
597 'src/gpu/GrRectanizer_skyline.cpp', 1422 'src/gpu/GrRectanizer_skyline.cpp',
1423 'src/gpu/GrRectanizer_skyline.h',
598 'src/gpu/GrReducedClip.cpp', 1424 'src/gpu/GrReducedClip.cpp',
1425 'src/gpu/GrReducedClip.h',
599 'src/gpu/GrRenderTarget.cpp', 1426 'src/gpu/GrRenderTarget.cpp',
600 'src/gpu/GrReorderCommandBuilder.cpp', 1427 'src/gpu/GrRenderTargetPriv.h',
601 'src/gpu/GrResourceCache.cpp', 1428 'src/gpu/GrResourceCache.cpp',
1429 'src/gpu/GrResourceCache.h',
602 'src/gpu/GrResourceProvider.cpp', 1430 'src/gpu/GrResourceProvider.cpp',
1431 'src/gpu/GrResourceProvider.h',
603 'src/gpu/GrSWMaskHelper.cpp', 1432 'src/gpu/GrSWMaskHelper.cpp',
1433 'src/gpu/GrSWMaskHelper.h',
604 'src/gpu/GrSoftwarePathRenderer.cpp', 1434 'src/gpu/GrSoftwarePathRenderer.cpp',
1435 'src/gpu/GrSoftwarePathRenderer.h',
605 'src/gpu/GrStencil.cpp', 1436 'src/gpu/GrStencil.cpp',
606 'src/gpu/GrStencilAndCoverPathRenderer.cpp', 1437 'src/gpu/GrStencil.h',
607 'src/gpu/GrStencilAndCoverTextContext.cpp', 1438 'src/gpu/GrStencilAndCoverTextContext.cpp',
1439 'src/gpu/GrStencilAndCoverTextContext.h',
608 'src/gpu/GrStencilAttachment.cpp', 1440 'src/gpu/GrStencilAttachment.cpp',
1441 'src/gpu/GrStencilAttachment.h',
609 'src/gpu/GrStrokeInfo.cpp', 1442 'src/gpu/GrStrokeInfo.cpp',
1443 'src/gpu/GrStrokeInfo.h',
610 'src/gpu/GrSurface.cpp', 1444 'src/gpu/GrSurface.cpp',
611 'src/gpu/GrTargetCommands.cpp', 1445 'src/gpu/GrSurfacePriv.h',
612 'src/gpu/GrTessellatingPathRenderer.cpp', 1446 'src/gpu/GrTRecorder.h',
613 'src/gpu/GrTest.cpp', 1447 'src/gpu/GrTest.cpp',
1448 'src/gpu/GrTest.h',
614 'src/gpu/GrTestUtils.cpp', 1449 'src/gpu/GrTestUtils.cpp',
615 'src/gpu/GrTextBlobCache.cpp', 1450 'src/gpu/GrTextBlobCache.cpp',
1451 'src/gpu/GrTextBlobCache.h',
616 'src/gpu/GrTextContext.cpp', 1452 'src/gpu/GrTextContext.cpp',
1453 'src/gpu/GrTextContext.h',
617 'src/gpu/GrTexture.cpp', 1454 'src/gpu/GrTexture.cpp',
618 'src/gpu/GrTextureAccess.cpp', 1455 'src/gpu/GrTextureAccess.cpp',
1456 'src/gpu/GrTextureMaker.h',
1457 'src/gpu/GrTexturePriv.h',
619 'src/gpu/GrTextureProvider.cpp', 1458 'src/gpu/GrTextureProvider.cpp',
620 'src/gpu/GrTraceMarker.cpp', 1459 'src/gpu/GrTraceMarker.cpp',
1460 'src/gpu/GrTraceMarker.h',
1461 'src/gpu/GrTracing.h',
1462 'src/gpu/GrVertexBuffer.h',
1463 'src/gpu/GrVertices.h',
621 'src/gpu/GrXferProcessor.cpp', 1464 'src/gpu/GrXferProcessor.cpp',
1465 'src/gpu/GrYUVProvider.cpp',
1466 'src/gpu/GrYUVProvider.h',
622 'src/gpu/SkGpuDevice.cpp', 1467 'src/gpu/SkGpuDevice.cpp',
1468 'src/gpu/SkGpuDevice.h',
623 'src/gpu/SkGr.cpp', 1469 'src/gpu/SkGr.cpp',
624 'src/gpu/SkGrPixelRef.cpp', 1470 'src/gpu/SkGrPixelRef.cpp',
1471 'src/gpu/SkGrPriv.h',
625 'src/gpu/SkGrTexturePixelRef.cpp', 1472 'src/gpu/SkGrTexturePixelRef.cpp',
1473 'src/gpu/batches/GrAAConvexPathRenderer.cpp',
1474 'src/gpu/batches/GrAAConvexPathRenderer.h',
1475 'src/gpu/batches/GrAAConvexTessellator.cpp',
1476 'src/gpu/batches/GrAAConvexTessellator.h',
1477 'src/gpu/batches/GrAADistanceFieldPathRenderer.cpp',
1478 'src/gpu/batches/GrAADistanceFieldPathRenderer.h',
1479 'src/gpu/batches/GrAAFillRectBatch.cpp',
1480 'src/gpu/batches/GrAAFillRectBatch.h',
1481 'src/gpu/batches/GrAAHairLinePathRenderer.cpp',
1482 'src/gpu/batches/GrAAHairLinePathRenderer.h',
1483 'src/gpu/batches/GrAALinearizingConvexPathRenderer.cpp',
1484 'src/gpu/batches/GrAALinearizingConvexPathRenderer.h',
1485 'src/gpu/batches/GrAAStrokeRectBatch.cpp',
1486 'src/gpu/batches/GrAAStrokeRectBatch.h',
1487 'src/gpu/batches/GrBatch.cpp',
1488 'src/gpu/batches/GrBatch.h',
1489 'src/gpu/batches/GrClearBatch.h',
1490 'src/gpu/batches/GrCopySurfaceBatch.cpp',
1491 'src/gpu/batches/GrCopySurfaceBatch.h',
1492 'src/gpu/batches/GrDashLinePathRenderer.cpp',
1493 'src/gpu/batches/GrDashLinePathRenderer.h',
1494 'src/gpu/batches/GrDefaultPathRenderer.cpp',
1495 'src/gpu/batches/GrDefaultPathRenderer.h',
1496 'src/gpu/batches/GrDiscardBatch.h',
1497 'src/gpu/batches/GrDrawAtlasBatch.cpp',
1498 'src/gpu/batches/GrDrawAtlasBatch.h',
1499 'src/gpu/batches/GrDrawBatch.cpp',
1500 'src/gpu/batches/GrDrawBatch.h',
1501 'src/gpu/batches/GrDrawPathBatch.cpp',
1502 'src/gpu/batches/GrDrawPathBatch.h',
1503 'src/gpu/batches/GrDrawVerticesBatch.cpp',
1504 'src/gpu/batches/GrDrawVerticesBatch.h',
1505 'src/gpu/batches/GrNonAAFillRectBatch.cpp',
1506 'src/gpu/batches/GrNonAAFillRectBatch.h',
1507 'src/gpu/batches/GrNonAAStrokeRectBatch.cpp',
1508 'src/gpu/batches/GrNonAAStrokeRectBatch.h',
1509 'src/gpu/batches/GrRectBatchFactory.cpp',
1510 'src/gpu/batches/GrRectBatchFactory.h',
1511 'src/gpu/batches/GrStencilAndCoverPathRenderer.cpp',
1512 'src/gpu/batches/GrStencilAndCoverPathRenderer.h',
1513 'src/gpu/batches/GrStencilPathBatch.h',
1514 'src/gpu/batches/GrTInstanceBatch.h',
1515 'src/gpu/batches/GrTessellatingPathRenderer.cpp',
1516 'src/gpu/batches/GrTessellatingPathRenderer.h',
1517 'src/gpu/batches/GrTestBatch.h',
1518 'src/gpu/batches/GrVertexBatch.cpp',
1519 'src/gpu/batches/GrVertexBatch.h',
1520 'src/gpu/effects/Gr1DKernelEffect.h',
626 'src/gpu/effects/GrBezierEffect.cpp', 1521 'src/gpu/effects/GrBezierEffect.cpp',
1522 'src/gpu/effects/GrBezierEffect.h',
627 'src/gpu/effects/GrBicubicEffect.cpp', 1523 'src/gpu/effects/GrBicubicEffect.cpp',
1524 'src/gpu/effects/GrBicubicEffect.h',
628 'src/gpu/effects/GrBitmapTextGeoProc.cpp', 1525 'src/gpu/effects/GrBitmapTextGeoProc.cpp',
1526 'src/gpu/effects/GrBitmapTextGeoProc.h',
629 'src/gpu/effects/GrConfigConversionEffect.cpp', 1527 'src/gpu/effects/GrConfigConversionEffect.cpp',
1528 'src/gpu/effects/GrConfigConversionEffect.h',
630 'src/gpu/effects/GrConstColorProcessor.cpp', 1529 'src/gpu/effects/GrConstColorProcessor.cpp',
631 'src/gpu/effects/GrConvexPolyEffect.cpp', 1530 'src/gpu/effects/GrConvexPolyEffect.cpp',
1531 'src/gpu/effects/GrConvexPolyEffect.h',
632 'src/gpu/effects/GrConvolutionEffect.cpp', 1532 'src/gpu/effects/GrConvolutionEffect.cpp',
1533 'src/gpu/effects/GrConvolutionEffect.h',
633 'src/gpu/effects/GrCoverageSetOpXP.cpp', 1534 'src/gpu/effects/GrCoverageSetOpXP.cpp',
634 'src/gpu/effects/GrCustomXfermode.cpp', 1535 'src/gpu/effects/GrCustomXfermode.cpp',
635 'src/gpu/effects/GrDashingEffect.cpp', 1536 'src/gpu/effects/GrDashingEffect.cpp',
1537 'src/gpu/effects/GrDashingEffect.h',
636 'src/gpu/effects/GrDisableColorXP.cpp', 1538 'src/gpu/effects/GrDisableColorXP.cpp',
1539 'src/gpu/effects/GrDisableColorXP.h',
637 'src/gpu/effects/GrDistanceFieldGeoProc.cpp', 1540 'src/gpu/effects/GrDistanceFieldGeoProc.cpp',
1541 'src/gpu/effects/GrDistanceFieldGeoProc.h',
638 'src/gpu/effects/GrDitherEffect.cpp', 1542 'src/gpu/effects/GrDitherEffect.cpp',
1543 'src/gpu/effects/GrDitherEffect.h',
639 'src/gpu/effects/GrMatrixConvolutionEffect.cpp', 1544 'src/gpu/effects/GrMatrixConvolutionEffect.cpp',
1545 'src/gpu/effects/GrMatrixConvolutionEffect.h',
640 'src/gpu/effects/GrOvalEffect.cpp', 1546 'src/gpu/effects/GrOvalEffect.cpp',
1547 'src/gpu/effects/GrOvalEffect.h',
641 'src/gpu/effects/GrPorterDuffXferProcessor.cpp', 1548 'src/gpu/effects/GrPorterDuffXferProcessor.cpp',
642 'src/gpu/effects/GrRRectEffect.cpp', 1549 'src/gpu/effects/GrRRectEffect.cpp',
1550 'src/gpu/effects/GrRRectEffect.h',
643 'src/gpu/effects/GrSimpleTextureEffect.cpp', 1551 'src/gpu/effects/GrSimpleTextureEffect.cpp',
1552 'src/gpu/effects/GrSimpleTextureEffect.h',
644 'src/gpu/effects/GrSingleTextureEffect.cpp', 1553 'src/gpu/effects/GrSingleTextureEffect.cpp',
1554 'src/gpu/effects/GrSingleTextureEffect.h',
645 'src/gpu/effects/GrTextureDomain.cpp', 1555 'src/gpu/effects/GrTextureDomain.cpp',
1556 'src/gpu/effects/GrTextureDomain.h',
646 'src/gpu/effects/GrTextureStripAtlas.cpp', 1557 'src/gpu/effects/GrTextureStripAtlas.cpp',
1558 'src/gpu/effects/GrTextureStripAtlas.h',
1559 'src/gpu/effects/GrXfermodeFragmentProcessor.cpp',
647 'src/gpu/effects/GrYUVtoRGBEffect.cpp', 1560 'src/gpu/effects/GrYUVtoRGBEffect.cpp',
1561 'src/gpu/effects/GrYUVtoRGBEffect.h',
648 'src/gpu/gl/GrGLAssembleInterface.cpp', 1562 'src/gpu/gl/GrGLAssembleInterface.cpp',
649 'src/gpu/gl/GrGLBlend.cpp', 1563 'src/gpu/gl/GrGLAssembleInterface.h',
650 'src/gpu/gl/GrGLBufferImpl.cpp', 1564 'src/gpu/gl/GrGLBufferImpl.cpp',
1565 'src/gpu/gl/GrGLBufferImpl.h',
651 'src/gpu/gl/GrGLCaps.cpp', 1566 'src/gpu/gl/GrGLCaps.cpp',
1567 'src/gpu/gl/GrGLCaps.h',
652 'src/gpu/gl/GrGLContext.cpp', 1568 'src/gpu/gl/GrGLContext.cpp',
1569 'src/gpu/gl/GrGLContext.h',
653 'src/gpu/gl/GrGLCreateNullInterface.cpp', 1570 'src/gpu/gl/GrGLCreateNullInterface.cpp',
654 'src/gpu/gl/GrGLDefaultInterface_native.cpp', 1571 'src/gpu/gl/GrGLDefaultInterface_native.cpp',
1572 'src/gpu/gl/GrGLDefines.h',
655 'src/gpu/gl/GrGLExtensions.cpp', 1573 'src/gpu/gl/GrGLExtensions.cpp',
1574 'src/gpu/gl/GrGLFragmentProcessor.cpp',
1575 'src/gpu/gl/GrGLFragmentProcessor.h',
656 'src/gpu/gl/GrGLGLSL.cpp', 1576 'src/gpu/gl/GrGLGLSL.cpp',
1577 'src/gpu/gl/GrGLGLSL.h',
657 'src/gpu/gl/GrGLGeometryProcessor.cpp', 1578 'src/gpu/gl/GrGLGeometryProcessor.cpp',
1579 'src/gpu/gl/GrGLGeometryProcessor.h',
658 'src/gpu/gl/GrGLGpu.cpp', 1580 'src/gpu/gl/GrGLGpu.cpp',
1581 'src/gpu/gl/GrGLGpu.h',
659 'src/gpu/gl/GrGLGpuProgramCache.cpp', 1582 'src/gpu/gl/GrGLGpuProgramCache.cpp',
1583 'src/gpu/gl/GrGLIRect.h',
660 'src/gpu/gl/GrGLIndexBuffer.cpp', 1584 'src/gpu/gl/GrGLIndexBuffer.cpp',
1585 'src/gpu/gl/GrGLIndexBuffer.h',
661 'src/gpu/gl/GrGLInterface.cpp', 1586 'src/gpu/gl/GrGLInterface.cpp',
662 'src/gpu/gl/GrGLNameAllocator.cpp', 1587 'src/gpu/gl/GrGLNameAllocator.cpp',
1588 'src/gpu/gl/GrGLNameAllocator.h',
663 'src/gpu/gl/GrGLNoOpInterface.cpp', 1589 'src/gpu/gl/GrGLNoOpInterface.cpp',
1590 'src/gpu/gl/GrGLNoOpInterface.h',
664 'src/gpu/gl/GrGLPath.cpp', 1591 'src/gpu/gl/GrGLPath.cpp',
665 'src/gpu/gl/GrGLPathProcessor.cpp', 1592 'src/gpu/gl/GrGLPath.h',
666 'src/gpu/gl/GrGLPathProgram.cpp',
667 'src/gpu/gl/GrGLPathProgramDataManager.cpp',
668 'src/gpu/gl/GrGLPathRange.cpp', 1593 'src/gpu/gl/GrGLPathRange.cpp',
1594 'src/gpu/gl/GrGLPathRange.h',
669 'src/gpu/gl/GrGLPathRendering.cpp', 1595 'src/gpu/gl/GrGLPathRendering.cpp',
1596 'src/gpu/gl/GrGLPathRendering.h',
670 'src/gpu/gl/GrGLPrimitiveProcessor.cpp', 1597 'src/gpu/gl/GrGLPrimitiveProcessor.cpp',
1598 'src/gpu/gl/GrGLPrimitiveProcessor.h',
1599 'src/gpu/gl/GrGLProcessor.h',
671 'src/gpu/gl/GrGLProgram.cpp', 1600 'src/gpu/gl/GrGLProgram.cpp',
1601 'src/gpu/gl/GrGLProgram.h',
672 'src/gpu/gl/GrGLProgramDataManager.cpp', 1602 'src/gpu/gl/GrGLProgramDataManager.cpp',
1603 'src/gpu/gl/GrGLProgramDataManager.h',
673 'src/gpu/gl/GrGLProgramDesc.cpp', 1604 'src/gpu/gl/GrGLProgramDesc.cpp',
1605 'src/gpu/gl/GrGLProgramDesc.h',
674 'src/gpu/gl/GrGLRenderTarget.cpp', 1606 'src/gpu/gl/GrGLRenderTarget.cpp',
1607 'src/gpu/gl/GrGLRenderTarget.h',
1608 'src/gpu/gl/GrGLSLBlend.cpp',
1609 'src/gpu/gl/GrGLSLBlend.h',
1610 'src/gpu/gl/GrGLShaderVar.h',
675 'src/gpu/gl/GrGLStencilAttachment.cpp', 1611 'src/gpu/gl/GrGLStencilAttachment.cpp',
1612 'src/gpu/gl/GrGLStencilAttachment.h',
676 'src/gpu/gl/GrGLTexture.cpp', 1613 'src/gpu/gl/GrGLTexture.cpp',
677 'src/gpu/gl/GrGLTextureRenderTarget.cpp' 1614 'src/gpu/gl/GrGLTexture.h',
1615 'src/gpu/gl/GrGLTextureRenderTarget.cpp',
1616 'src/gpu/gl/GrGLTextureRenderTarget.h',
678 'src/gpu/gl/GrGLUtil.cpp', 1617 'src/gpu/gl/GrGLUtil.cpp',
1618 'src/gpu/gl/GrGLUtil.h',
679 'src/gpu/gl/GrGLVertexArray.cpp', 1619 'src/gpu/gl/GrGLVertexArray.cpp',
1620 'src/gpu/gl/GrGLVertexArray.h',
680 'src/gpu/gl/GrGLVertexBuffer.cpp', 1621 'src/gpu/gl/GrGLVertexBuffer.cpp',
1622 'src/gpu/gl/GrGLVertexBuffer.h',
681 'src/gpu/gl/GrGLXferProcessor.cpp', 1623 'src/gpu/gl/GrGLXferProcessor.cpp',
1624 'src/gpu/gl/GrGLXferProcessor.h',
682 'src/gpu/gl/SkGLContext.cpp', 1625 'src/gpu/gl/SkGLContext.cpp',
683 'src/gpu/gl/SkNullGLContext.cpp', 1626 'src/gpu/gl/SkNullGLContext.cpp',
684 'src/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp', 1627 'src/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp',
1628 'src/gpu/gl/builders/GrGLFragmentShaderBuilder.h',
685 'src/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', 1629 'src/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp',
686 'src/gpu/gl/builders/GrGLPathProgramBuilder.cpp', 1630 'src/gpu/gl/builders/GrGLGeometryShaderBuilder.h',
687 'src/gpu/gl/builders/GrGLProgramBuilder.cpp', 1631 'src/gpu/gl/builders/GrGLProgramBuilder.cpp',
1632 'src/gpu/gl/builders/GrGLProgramBuilder.h',
688 'src/gpu/gl/builders/GrGLSLPrettyPrint.cpp', 1633 'src/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
689 'src/gpu/gl/builders/GrGLShaderBuilder.cpp', 1634 'src/gpu/gl/builders/GrGLShaderBuilder.cpp',
1635 'src/gpu/gl/builders/GrGLShaderBuilder.h',
690 'src/gpu/gl/builders/GrGLShaderStringBuilder.cpp', 1636 'src/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
1637 'src/gpu/gl/builders/GrGLShaderStringBuilder.h',
691 'src/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', 1638 'src/gpu/gl/builders/GrGLVertexShaderBuilder.cpp',
1639 'src/gpu/gl/builders/GrGLVertexShaderBuilder.h',
692 'src/gpu/gl/debug/GrBufferObj.cpp', 1640 'src/gpu/gl/debug/GrBufferObj.cpp',
1641 'src/gpu/gl/debug/GrBufferObj.h',
693 'src/gpu/gl/debug/GrDebugGL.cpp', 1642 'src/gpu/gl/debug/GrDebugGL.cpp',
1643 'src/gpu/gl/debug/GrDebugGL.h',
1644 'src/gpu/gl/debug/GrFBBindableObj.h',
1645 'src/gpu/gl/debug/GrFakeRefObj.h',
694 'src/gpu/gl/debug/GrFrameBufferObj.cpp', 1646 'src/gpu/gl/debug/GrFrameBufferObj.cpp',
1647 'src/gpu/gl/debug/GrFrameBufferObj.h',
695 'src/gpu/gl/debug/GrGLCreateDebugInterface.cpp', 1648 'src/gpu/gl/debug/GrGLCreateDebugInterface.cpp',
696 'src/gpu/gl/debug/GrProgramObj.cpp', 1649 'src/gpu/gl/debug/GrProgramObj.cpp',
1650 'src/gpu/gl/debug/GrProgramObj.h',
1651 'src/gpu/gl/debug/GrRenderBufferObj.h',
697 'src/gpu/gl/debug/GrShaderObj.cpp', 1652 'src/gpu/gl/debug/GrShaderObj.cpp',
1653 'src/gpu/gl/debug/GrShaderObj.h',
698 'src/gpu/gl/debug/GrTextureObj.cpp', 1654 'src/gpu/gl/debug/GrTextureObj.cpp',
1655 'src/gpu/gl/debug/GrTextureObj.h',
699 'src/gpu/gl/debug/GrTextureUnitObj.cpp', 1656 'src/gpu/gl/debug/GrTextureUnitObj.cpp',
1657 'src/gpu/gl/debug/GrTextureUnitObj.h',
1658 'src/gpu/gl/debug/GrVertexArrayObj.h',
700 'src/gpu/gl/debug/SkDebugGLContext.cpp', 1659 'src/gpu/gl/debug/SkDebugGLContext.cpp',
1660 'src/gpu/gl/debug/SkDebugGLContext.h',
701 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 1661 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
702 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', 1662 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp',
1663 'src/gpu/glsl/GrGLSL.cpp',
1664 'src/gpu/glsl/GrGLSL.h',
1665 'src/gpu/glsl/GrGLSLCaps.cpp',
1666 'src/gpu/glsl/GrGLSLCaps.h',
1667 'src/gpu/glsl/GrGLSL_impl.h',
703 'src/image/SkImage.cpp', 1668 'src/image/SkImage.cpp',
1669 'src/image/SkImagePriv.h',
1670 'src/image/SkImageShader.cpp',
1671 'src/image/SkImageShader.h',
1672 'src/image/SkImage_Base.h',
1673 'src/image/SkImage_Generator.cpp',
704 'src/image/SkImage_Gpu.cpp', 1674 'src/image/SkImage_Gpu.cpp',
1675 'src/image/SkImage_Gpu.h',
705 'src/image/SkImage_Raster.cpp', 1676 'src/image/SkImage_Raster.cpp',
1677 'src/image/SkReadPixelsRec.h',
706 'src/image/SkSurface.cpp', 1678 'src/image/SkSurface.cpp',
1679 'src/image/SkSurface_Base.h',
707 'src/image/SkSurface_Gpu.cpp', 1680 'src/image/SkSurface_Gpu.cpp',
1681 'src/image/SkSurface_Gpu.h',
708 'src/image/SkSurface_Raster.cpp', 1682 'src/image/SkSurface_Raster.cpp',
709 'src/images/SkDecodingImageGenerator.cpp', 1683 'src/images/SkDecodingImageGenerator.cpp',
710 'src/images/SkForceLinking.cpp', 1684 'src/images/SkForceLinking.cpp',
711 'src/images/SkImageDecoder.cpp', 1685 'src/images/SkImageDecoder.cpp',
712 'src/images/SkImageDecoder_FactoryDefault.cpp', 1686 'src/images/SkImageDecoder_FactoryDefault.cpp',
713 'src/images/SkImageDecoder_FactoryRegistrar.cpp', 1687 'src/images/SkImageDecoder_FactoryRegistrar.cpp',
714 'src/images/SkImageDecoder_astc.cpp', 1688 'src/images/SkImageDecoder_astc.cpp',
715 'src/images/SkImageDecoder_ktx.cpp', 1689 'src/images/SkImageDecoder_ktx.cpp',
716 'src/images/SkImageDecoder_libbmp.cpp', 1690 'src/images/SkImageDecoder_libbmp.cpp',
717 'src/images/SkImageDecoder_libgif.cpp', 1691 'src/images/SkImageDecoder_libgif.cpp',
718 'src/images/SkImageDecoder_libico.cpp', 1692 'src/images/SkImageDecoder_libico.cpp',
719 'src/images/SkImageDecoder_libjpeg.cpp', 1693 'src/images/SkImageDecoder_libjpeg.cpp',
720 'src/images/SkImageDecoder_libpng.cpp', 1694 'src/images/SkImageDecoder_libpng.cpp',
721 'src/images/SkImageDecoder_libwebp.cpp', 1695 'src/images/SkImageDecoder_libwebp.cpp',
722 'src/images/SkImageDecoder_pkm.cpp', 1696 'src/images/SkImageDecoder_pkm.cpp',
723 'src/images/SkImageDecoder_wbmp.cpp', 1697 'src/images/SkImageDecoder_wbmp.cpp',
724 'src/images/SkImageEncoder.cpp', 1698 'src/images/SkImageEncoder.cpp',
725 'src/images/SkImageEncoder_Factory.cpp', 1699 'src/images/SkImageEncoder_Factory.cpp',
726 'src/images/SkImageEncoder_argb.cpp', 1700 'src/images/SkImageEncoder_argb.cpp',
727 'src/images/SkJpegUtility.cpp', 1701 'src/images/SkJpegUtility.cpp',
1702 'src/images/SkJpegUtility.h',
728 'src/images/SkMovie.cpp', 1703 'src/images/SkMovie.cpp',
729 'src/images/SkMovie_gif.cpp', 1704 'src/images/SkMovie_gif.cpp',
730 'src/images/SkPageFlipper.cpp', 1705 'src/images/SkPageFlipper.cpp',
731 'src/images/SkScaledBitmapSampler.cpp', 1706 'src/images/SkScaledBitmapSampler.cpp',
1707 'src/images/SkScaledBitmapSampler.h',
732 'src/images/bmpdecoderhelper.cpp', 1708 'src/images/bmpdecoderhelper.cpp',
733 'src/lazy/SkCachingPixelRef.cpp', 1709 'src/images/bmpdecoderhelper.h',
1710 'src/images/transform_scanline.h',
734 'src/lazy/SkDiscardableMemoryPool.cpp', 1711 'src/lazy/SkDiscardableMemoryPool.cpp',
1712 'src/lazy/SkDiscardableMemoryPool.h',
735 'src/lazy/SkDiscardablePixelRef.cpp', 1713 'src/lazy/SkDiscardablePixelRef.cpp',
736 'src/opts/SkBitmapFilter_opts_SSE2.cpp', 1714 'src/lazy/SkDiscardablePixelRef.h',
737 'src/opts/SkBitmapProcState_opts_SSE2.cpp',
738 'src/opts/SkBlitRow_opts_SSE2.cpp',
739 'src/opts/opts_check_x86.cpp',
740 'src/pathops/SkAddIntersections.cpp', 1715 'src/pathops/SkAddIntersections.cpp',
1716 'src/pathops/SkAddIntersections.h',
741 'src/pathops/SkDConicLineIntersection.cpp', 1717 'src/pathops/SkDConicLineIntersection.cpp',
742 'src/pathops/SkDCubicLineIntersection.cpp', 1718 'src/pathops/SkDCubicLineIntersection.cpp',
743 'src/pathops/SkDCubicToQuads.cpp', 1719 'src/pathops/SkDCubicToQuads.cpp',
744 'src/pathops/SkDLineIntersection.cpp', 1720 'src/pathops/SkDLineIntersection.cpp',
745 'src/pathops/SkDQuadLineIntersection.cpp', 1721 'src/pathops/SkDQuadLineIntersection.cpp',
1722 'src/pathops/SkIntersectionHelper.h',
746 'src/pathops/SkIntersections.cpp', 1723 'src/pathops/SkIntersections.cpp',
1724 'src/pathops/SkIntersections.h',
1725 'src/pathops/SkLineParameters.h',
747 'src/pathops/SkOpAngle.cpp', 1726 'src/pathops/SkOpAngle.cpp',
1727 'src/pathops/SkOpAngle.h',
748 'src/pathops/SkOpBuilder.cpp', 1728 'src/pathops/SkOpBuilder.cpp',
749 'src/pathops/SkOpCoincidence.cpp', 1729 'src/pathops/SkOpCoincidence.cpp',
1730 'src/pathops/SkOpCoincidence.h',
750 'src/pathops/SkOpContour.cpp', 1731 'src/pathops/SkOpContour.cpp',
1732 'src/pathops/SkOpContour.h',
751 'src/pathops/SkOpCubicHull.cpp', 1733 'src/pathops/SkOpCubicHull.cpp',
752 'src/pathops/SkOpEdgeBuilder.cpp', 1734 'src/pathops/SkOpEdgeBuilder.cpp',
1735 'src/pathops/SkOpEdgeBuilder.h',
753 'src/pathops/SkOpSegment.cpp', 1736 'src/pathops/SkOpSegment.cpp',
1737 'src/pathops/SkOpSegment.h',
754 'src/pathops/SkOpSpan.cpp', 1738 'src/pathops/SkOpSpan.cpp',
1739 'src/pathops/SkOpSpan.h',
1740 'src/pathops/SkOpTAllocator.h',
1741 'src/pathops/SkPathOpsBounds.h',
755 'src/pathops/SkPathOpsCommon.cpp', 1742 'src/pathops/SkPathOpsCommon.cpp',
1743 'src/pathops/SkPathOpsCommon.h',
756 'src/pathops/SkPathOpsConic.cpp', 1744 'src/pathops/SkPathOpsConic.cpp',
1745 'src/pathops/SkPathOpsConic.h',
757 'src/pathops/SkPathOpsCubic.cpp', 1746 'src/pathops/SkPathOpsCubic.cpp',
1747 'src/pathops/SkPathOpsCubic.h',
758 'src/pathops/SkPathOpsCurve.cpp', 1748 'src/pathops/SkPathOpsCurve.cpp',
1749 'src/pathops/SkPathOpsCurve.h',
759 'src/pathops/SkPathOpsDebug.cpp', 1750 'src/pathops/SkPathOpsDebug.cpp',
1751 'src/pathops/SkPathOpsDebug.h',
760 'src/pathops/SkPathOpsLine.cpp', 1752 'src/pathops/SkPathOpsLine.cpp',
1753 'src/pathops/SkPathOpsLine.h',
761 'src/pathops/SkPathOpsOp.cpp', 1754 'src/pathops/SkPathOpsOp.cpp',
762 'src/pathops/SkPathOpsPoint.cpp', 1755 'src/pathops/SkPathOpsPoint.cpp',
1756 'src/pathops/SkPathOpsPoint.h',
763 'src/pathops/SkPathOpsQuad.cpp', 1757 'src/pathops/SkPathOpsQuad.cpp',
1758 'src/pathops/SkPathOpsQuad.h',
764 'src/pathops/SkPathOpsRect.cpp', 1759 'src/pathops/SkPathOpsRect.cpp',
1760 'src/pathops/SkPathOpsRect.h',
765 'src/pathops/SkPathOpsSimplify.cpp', 1761 'src/pathops/SkPathOpsSimplify.cpp',
766 'src/pathops/SkPathOpsTSect.cpp', 1762 'src/pathops/SkPathOpsTSect.cpp',
1763 'src/pathops/SkPathOpsTSect.h',
767 'src/pathops/SkPathOpsTightBounds.cpp', 1764 'src/pathops/SkPathOpsTightBounds.cpp',
768 'src/pathops/SkPathOpsTypes.cpp', 1765 'src/pathops/SkPathOpsTypes.cpp',
1766 'src/pathops/SkPathOpsTypes.h',
769 'src/pathops/SkPathOpsWinding.cpp', 1767 'src/pathops/SkPathOpsWinding.cpp',
770 'src/pathops/SkPathWriter.cpp', 1768 'src/pathops/SkPathWriter.cpp',
1769 'src/pathops/SkPathWriter.h',
771 'src/pathops/SkReduceOrder.cpp', 1770 'src/pathops/SkReduceOrder.cpp',
1771 'src/pathops/SkReduceOrder.h',
772 'src/pdf/SkDeflate.cpp', 1772 'src/pdf/SkDeflate.cpp',
1773 'src/pdf/SkDeflate.h',
773 'src/pdf/SkJpegInfo.cpp', 1774 'src/pdf/SkJpegInfo.cpp',
1775 'src/pdf/SkJpegInfo.h',
774 'src/pdf/SkPDFBitmap.cpp', 1776 'src/pdf/SkPDFBitmap.cpp',
1777 'src/pdf/SkPDFBitmap.h',
775 'src/pdf/SkPDFCanon.cpp', 1778 'src/pdf/SkPDFCanon.cpp',
1779 'src/pdf/SkPDFCanon.h',
776 'src/pdf/SkPDFDevice.cpp', 1780 'src/pdf/SkPDFDevice.cpp',
1781 'src/pdf/SkPDFDevice.h',
1782 'src/pdf/SkPDFFont.cpp',
1783 'src/pdf/SkPDFFont.h',
1784 'src/pdf/SkPDFFontImpl.h',
777 'src/pdf/SkPDFFormXObject.cpp', 1785 'src/pdf/SkPDFFormXObject.cpp',
1786 'src/pdf/SkPDFFormXObject.h',
778 'src/pdf/SkPDFGraphicState.cpp', 1787 'src/pdf/SkPDFGraphicState.cpp',
1788 'src/pdf/SkPDFGraphicState.h',
1789 'src/pdf/SkPDFMetadata.cpp',
1790 'src/pdf/SkPDFMetadata.h',
779 'src/pdf/SkPDFResourceDict.cpp', 1791 'src/pdf/SkPDFResourceDict.cpp',
1792 'src/pdf/SkPDFResourceDict.h',
780 'src/pdf/SkPDFShader.cpp', 1793 'src/pdf/SkPDFShader.cpp',
1794 'src/pdf/SkPDFShader.h',
781 'src/pdf/SkPDFStream.cpp', 1795 'src/pdf/SkPDFStream.cpp',
1796 'src/pdf/SkPDFStream.h',
782 'src/pdf/SkPDFTypes.cpp', 1797 'src/pdf/SkPDFTypes.cpp',
1798 'src/pdf/SkPDFTypes.h',
783 'src/pdf/SkPDFUtils.cpp', 1799 'src/pdf/SkPDFUtils.cpp',
1800 'src/pdf/SkPDFUtils.h',
1801 'src/pipe/SkGPipePriv.h',
784 'src/pipe/SkGPipeRead.cpp', 1802 'src/pipe/SkGPipeRead.cpp',
785 'src/pipe/SkGPipeWrite.cpp', 1803 'src/pipe/SkGPipeWrite.cpp',
786 'src/ports/SkDebug_stdio.cpp', 1804 'src/pipe/utils/SamplePipeControllers.cpp',
787 'src/ports/SkDiscardableMemory_none.cpp', 1805 'src/pipe/utils/SamplePipeControllers.h',
788 'src/ports/SkFontHost_FreeType.cpp', 1806 'src/sfnt/SkIBMFamilyClass.h',
789 'src/ports/SkFontHost_FreeType_common.cpp', 1807 'src/sfnt/SkOTTableTypes.h',
790 'src/ports/SkGlobalInitialization_default.cpp', 1808 'src/sfnt/SkOTTable_EBDT.h',
791 'src/ports/SkImageGenerator_skia.cpp', 1809 'src/sfnt/SkOTTable_EBLC.h',
792 'src/ports/SkMemory_malloc.cpp', 1810 'src/sfnt/SkOTTable_EBSC.h',
793 'src/ports/SkOSFile_posix.cpp', 1811 'src/sfnt/SkOTTable_OS_2.h',
794 'src/ports/SkOSFile_stdio.cpp', 1812 'src/sfnt/SkOTTable_OS_2_V0.h',
795 'src/ports/SkTLS_pthread.cpp', 1813 'src/sfnt/SkOTTable_OS_2_V1.h',
796 'src/ports/SkTime_Unix.cpp', 1814 'src/sfnt/SkOTTable_OS_2_V2.h',
1815 'src/sfnt/SkOTTable_OS_2_V3.h',
1816 'src/sfnt/SkOTTable_OS_2_V4.h',
1817 'src/sfnt/SkOTTable_OS_2_VA.h',
1818 'src/sfnt/SkOTTable_gasp.h',
1819 'src/sfnt/SkOTTable_glyf.h',
1820 'src/sfnt/SkOTTable_head.h',
1821 'src/sfnt/SkOTTable_hhea.h',
1822 'src/sfnt/SkOTTable_loca.h',
1823 'src/sfnt/SkOTTable_maxp.h',
1824 'src/sfnt/SkOTTable_maxp_CFF.h',
1825 'src/sfnt/SkOTTable_maxp_TT.h',
797 'src/sfnt/SkOTTable_name.cpp', 1826 'src/sfnt/SkOTTable_name.cpp',
1827 'src/sfnt/SkOTTable_name.h',
1828 'src/sfnt/SkOTTable_post.h',
798 'src/sfnt/SkOTUtils.cpp', 1829 'src/sfnt/SkOTUtils.cpp',
1830 'src/sfnt/SkOTUtils.h',
1831 'src/sfnt/SkPanose.h',
1832 'src/sfnt/SkPreprocessorSeq.h',
1833 'src/sfnt/SkSFNTHeader.h',
1834 'src/sfnt/SkTTCFHeader.h',
1835 'src/sfnt/SkTypedEnum.h',
1836 'src/svg/SkSVGCanvas.cpp',
1837 'src/svg/SkSVGDevice.cpp',
1838 'src/svg/SkSVGDevice.h',
799 'src/utils/SkBase64.cpp', 1839 'src/utils/SkBase64.cpp',
1840 'src/utils/SkBase64.h',
800 'src/utils/SkBitSet.cpp', 1841 'src/utils/SkBitSet.cpp',
1842 'src/utils/SkBitSet.h',
801 'src/utils/SkBitmapHasher.cpp', 1843 'src/utils/SkBitmapHasher.cpp',
1844 'src/utils/SkBitmapHasher.h',
1845 'src/utils/SkBitmapSourceDeserializer.cpp',
1846 'src/utils/SkBitmapSourceDeserializer.h',
802 'src/utils/SkBoundaryPatch.cpp', 1847 'src/utils/SkBoundaryPatch.cpp',
803 'src/utils/SkCamera.cpp', 1848 'src/utils/SkCamera.cpp',
804 'src/utils/SkCanvasStack.cpp', 1849 'src/utils/SkCanvasStack.cpp',
1850 'src/utils/SkCanvasStack.h',
805 'src/utils/SkCanvasStateUtils.cpp', 1851 'src/utils/SkCanvasStateUtils.cpp',
806 'src/utils/SkCubicInterval.cpp', 1852 'src/utils/SkCubicInterval.cpp',
807 'src/utils/SkCullPoints.cpp', 1853 'src/utils/SkCullPoints.cpp',
808 'src/utils/SkDashPath.cpp', 1854 'src/utils/SkDashPath.cpp',
809 'src/utils/SkDeferredCanvas.cpp', 1855 'src/utils/SkDashPathPriv.h',
810 'src/utils/SkDumpCanvas.cpp', 1856 'src/utils/SkDumpCanvas.cpp',
811 'src/utils/SkEventTracer.cpp', 1857 'src/utils/SkEventTracer.cpp',
1858 'src/utils/SkFloatUtils.h',
812 'src/utils/SkFrontBufferedStream.cpp', 1859 'src/utils/SkFrontBufferedStream.cpp',
1860 'src/utils/SkImageGeneratorUtils.cpp',
1861 'src/utils/SkImageGeneratorUtils.h',
813 'src/utils/SkInterpolator.cpp', 1862 'src/utils/SkInterpolator.cpp',
814 'src/utils/SkLayer.cpp', 1863 'src/utils/SkLayer.cpp',
815 'src/utils/SkLua.cpp', 1864 'src/utils/SkLua.cpp',
816 'src/utils/SkLuaCanvas.cpp', 1865 'src/utils/SkLuaCanvas.cpp',
817 'src/utils/SkMD5.cpp', 1866 'src/utils/SkMD5.cpp',
1867 'src/utils/SkMD5.h',
818 'src/utils/SkMatrix22.cpp', 1868 'src/utils/SkMatrix22.cpp',
1869 'src/utils/SkMatrix22.h',
819 'src/utils/SkMatrix44.cpp', 1870 'src/utils/SkMatrix44.cpp',
820 'src/utils/SkMeshUtils.cpp', 1871 'src/utils/SkMeshUtils.cpp',
821 'src/utils/SkNWayCanvas.cpp', 1872 'src/utils/SkNWayCanvas.cpp',
822 'src/utils/SkNinePatch.cpp', 1873 'src/utils/SkNinePatch.cpp',
823 'src/utils/SkNullCanvas.cpp', 1874 'src/utils/SkNullCanvas.cpp',
824 'src/utils/SkOSFile.cpp', 1875 'src/utils/SkOSFile.cpp',
825 'src/utils/SkPaintFilterCanvas.cpp', 1876 'src/utils/SkPaintFilterCanvas.cpp',
826 'src/utils/SkParse.cpp', 1877 'src/utils/SkParse.cpp',
827 'src/utils/SkParseColor.cpp', 1878 'src/utils/SkParseColor.cpp',
828 'src/utils/SkParsePath.cpp', 1879 'src/utils/SkParsePath.cpp',
829 'src/utils/SkPatchGrid.cpp', 1880 'src/utils/SkPatchGrid.cpp',
1881 'src/utils/SkPatchGrid.h',
830 'src/utils/SkPatchUtils.cpp', 1882 'src/utils/SkPatchUtils.cpp',
1883 'src/utils/SkPatchUtils.h',
831 'src/utils/SkRTConf.cpp', 1884 'src/utils/SkRTConf.cpp',
1885 'src/utils/SkRunnable.h',
832 'src/utils/SkSHA1.cpp', 1886 'src/utils/SkSHA1.cpp',
1887 'src/utils/SkSHA1.h',
1888 'src/utils/SkTFitsIn.h',
833 'src/utils/SkTextBox.cpp', 1889 'src/utils/SkTextBox.cpp',
834 'src/utils/SkTextureCompressor.cpp', 1890 'src/utils/SkTextureCompressor.cpp',
1891 'src/utils/SkTextureCompressor.h',
835 'src/utils/SkTextureCompressor_ASTC.cpp', 1892 'src/utils/SkTextureCompressor_ASTC.cpp',
1893 'src/utils/SkTextureCompressor_ASTC.h',
1894 'src/utils/SkTextureCompressor_Blitter.h',
836 'src/utils/SkTextureCompressor_LATC.cpp', 1895 'src/utils/SkTextureCompressor_LATC.cpp',
1896 'src/utils/SkTextureCompressor_LATC.h',
837 'src/utils/SkTextureCompressor_R11EAC.cpp', 1897 'src/utils/SkTextureCompressor_R11EAC.cpp',
1898 'src/utils/SkTextureCompressor_R11EAC.h',
1899 'src/utils/SkTextureCompressor_Utils.h',
1900 'src/utils/SkThreadUtils.h',
838 'src/utils/SkThreadUtils_pthread.cpp', 1901 'src/utils/SkThreadUtils_pthread.cpp',
1902 'src/utils/SkThreadUtils_pthread.h',
839 'src/utils/SkThreadUtils_pthread_linux.cpp', 1903 'src/utils/SkThreadUtils_pthread_linux.cpp',
1904 'src/utils/SkThreadUtils_win.h',
1905 'src/utils/SkWhitelistChecksums.cpp',
1906 'src/utils/SkWhitelistTypefaces.cpp',
1907 'src/utils/debugger/SkDebugCanvas.cpp',
1908 'src/utils/debugger/SkDebugCanvas.h',
1909 'src/utils/debugger/SkDrawCommand.cpp',
1910 'src/utils/debugger/SkDrawCommand.h',
1911 'src/utils/debugger/SkObjectParser.cpp',
1912 'src/utils/debugger/SkObjectParser.h',
1913 'src/xml/SkDOM.cpp',
1914 'src/xml/SkXMLParser.cpp',
1915 'src/xml/SkXMLWriter.cpp',
840 'third_party/etc1/etc1.cpp', 1916 'third_party/etc1/etc1.cpp',
841 'third_party/ktx/ktx.cpp'] 1917 'third_party/etc1/etc1.h',
1918 'third_party/ktx/ktx.cpp',
1919 'third_party/ktx/ktx.h']
842 SRCS_SSE4 = ['src/opts/SkBlitRow_opts_SSE4.cpp', 'src/opts/SkOpts_sse41.cpp'] 1920 SRCS_SSE4 = ['src/opts/SkBlitRow_opts_SSE4.cpp', 'src/opts/SkOpts_sse41.cpp']
843 SRCS_SSSE3 = ['src/opts/SkBitmapProcState_opts_SSSE3.cpp', 'src/opts/SkOpts_ssse 3.cpp'] 1921 SRCS_SSSE3 = ['src/opts/SkBitmapProcState_opts_SSSE3.cpp', 'src/opts/SkOpts_ssse 3.cpp']
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698