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

Side by Side Diff: gyp/core.gypi

Issue 592843003: Add SkCachedData and use it for SkMipMap (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: uses low-bit of refcnt to known when we're in the cache Created 6 years, 3 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
« no previous file with comments | « no previous file | gyp/tests.gypi » ('j') | src/core/SkCachedData.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Include this gypi to include all 'core' files 1 # Include this gypi to include all 'core' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 '<(skia_src_path)/core/SkAAClip.cpp', 10 '<(skia_src_path)/core/SkAAClip.cpp',
(...skipping 28 matching lines...) Expand all
39 '<(skia_src_path)/core/SkBlitMask_D32.cpp', 39 '<(skia_src_path)/core/SkBlitMask_D32.cpp',
40 '<(skia_src_path)/core/SkBlitRow_D16.cpp', 40 '<(skia_src_path)/core/SkBlitRow_D16.cpp',
41 '<(skia_src_path)/core/SkBlitRow_D32.cpp', 41 '<(skia_src_path)/core/SkBlitRow_D32.cpp',
42 '<(skia_src_path)/core/SkBlitter.h', 42 '<(skia_src_path)/core/SkBlitter.h',
43 '<(skia_src_path)/core/SkBlitter.cpp', 43 '<(skia_src_path)/core/SkBlitter.cpp',
44 '<(skia_src_path)/core/SkBlitter_A8.cpp', 44 '<(skia_src_path)/core/SkBlitter_A8.cpp',
45 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp', 45 '<(skia_src_path)/core/SkBlitter_ARGB32.cpp',
46 '<(skia_src_path)/core/SkBlitter_RGB16.cpp', 46 '<(skia_src_path)/core/SkBlitter_RGB16.cpp',
47 '<(skia_src_path)/core/SkBlitter_Sprite.cpp', 47 '<(skia_src_path)/core/SkBlitter_Sprite.cpp',
48 '<(skia_src_path)/core/SkBuffer.cpp', 48 '<(skia_src_path)/core/SkBuffer.cpp',
49 '<(skia_src_path)/core/SkCachedData.cpp',
49 '<(skia_src_path)/core/SkCanvas.cpp', 50 '<(skia_src_path)/core/SkCanvas.cpp',
50 '<(skia_src_path)/core/SkChunkAlloc.cpp', 51 '<(skia_src_path)/core/SkChunkAlloc.cpp',
51 '<(skia_src_path)/core/SkClipStack.cpp', 52 '<(skia_src_path)/core/SkClipStack.cpp',
52 '<(skia_src_path)/core/SkColor.cpp', 53 '<(skia_src_path)/core/SkColor.cpp',
53 '<(skia_src_path)/core/SkColorFilter.cpp', 54 '<(skia_src_path)/core/SkColorFilter.cpp',
54 '<(skia_src_path)/core/SkColorTable.cpp', 55 '<(skia_src_path)/core/SkColorTable.cpp',
55 '<(skia_src_path)/core/SkComposeShader.cpp', 56 '<(skia_src_path)/core/SkComposeShader.cpp',
56 '<(skia_src_path)/core/SkConfig8888.cpp', 57 '<(skia_src_path)/core/SkConfig8888.cpp',
57 '<(skia_src_path)/core/SkConfig8888.h', 58 '<(skia_src_path)/core/SkConfig8888.h',
58 '<(skia_src_path)/core/SkConvolver.cpp', 59 '<(skia_src_path)/core/SkConvolver.cpp',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 '<(skia_src_path)/core/SkGlyphCache_Globals.h', 103 '<(skia_src_path)/core/SkGlyphCache_Globals.h',
103 '<(skia_src_path)/core/SkGraphics.cpp', 104 '<(skia_src_path)/core/SkGraphics.cpp',
104 '<(skia_src_path)/core/SkInstCnt.cpp', 105 '<(skia_src_path)/core/SkInstCnt.cpp',
105 '<(skia_src_path)/core/SkImageFilter.cpp', 106 '<(skia_src_path)/core/SkImageFilter.cpp',
106 '<(skia_src_path)/core/SkImageInfo.cpp', 107 '<(skia_src_path)/core/SkImageInfo.cpp',
107 '<(skia_src_path)/core/SkImageGenerator.cpp', 108 '<(skia_src_path)/core/SkImageGenerator.cpp',
108 '<(skia_src_path)/core/SkLocalMatrixShader.cpp', 109 '<(skia_src_path)/core/SkLocalMatrixShader.cpp',
109 '<(skia_src_path)/core/SkLineClipper.cpp', 110 '<(skia_src_path)/core/SkLineClipper.cpp',
110 '<(skia_src_path)/core/SkMallocPixelRef.cpp', 111 '<(skia_src_path)/core/SkMallocPixelRef.cpp',
111 '<(skia_src_path)/core/SkMask.cpp', 112 '<(skia_src_path)/core/SkMask.cpp',
113 '<(skia_src_path)/core/SkMaskCache.cpp',
112 '<(skia_src_path)/core/SkMaskFilter.cpp', 114 '<(skia_src_path)/core/SkMaskFilter.cpp',
113 '<(skia_src_path)/core/SkMaskGamma.cpp', 115 '<(skia_src_path)/core/SkMaskGamma.cpp',
114 '<(skia_src_path)/core/SkMaskGamma.h', 116 '<(skia_src_path)/core/SkMaskGamma.h',
115 '<(skia_src_path)/core/SkMath.cpp', 117 '<(skia_src_path)/core/SkMath.cpp',
116 '<(skia_src_path)/core/SkMatrix.cpp', 118 '<(skia_src_path)/core/SkMatrix.cpp',
117 '<(skia_src_path)/core/SkMessageBus.h', 119 '<(skia_src_path)/core/SkMessageBus.h',
118 '<(skia_src_path)/core/SkMetaData.cpp', 120 '<(skia_src_path)/core/SkMetaData.cpp',
119 '<(skia_src_path)/core/SkMiniData.cpp', 121 '<(skia_src_path)/core/SkMiniData.cpp',
120 '<(skia_src_path)/core/SkMipMap.cpp', 122 '<(skia_src_path)/core/SkMipMap.cpp',
121 '<(skia_src_path)/core/SkMultiPictureDraw.cpp', 123 '<(skia_src_path)/core/SkMultiPictureDraw.cpp',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 372 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
371 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 373 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
372 '<(skia_src_path)/pathops/SkPathOpsRect.h', 374 '<(skia_src_path)/pathops/SkPathOpsRect.h',
373 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 375 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
374 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 376 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
375 '<(skia_src_path)/pathops/SkPathWriter.h', 377 '<(skia_src_path)/pathops/SkPathWriter.h',
376 '<(skia_src_path)/pathops/SkQuarticRoot.h', 378 '<(skia_src_path)/pathops/SkQuarticRoot.h',
377 '<(skia_src_path)/pathops/SkReduceOrder.h', 379 '<(skia_src_path)/pathops/SkReduceOrder.h',
378 ], 380 ],
379 } 381 }
OLDNEW
« no previous file with comments | « no previous file | gyp/tests.gypi » ('j') | src/core/SkCachedData.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698