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

Side by Side Diff: gyp/core.gypi

Issue 187833003: First version of bitmap use tracking in SkPictureRecord (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Actually upload SkOffsetTable.h Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/core/SkOffsetTable.h » ('j') | no next file with comments »
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/ARGB32_Clamp_Bilinear_BitmapShader.h', 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 '<(skia_src_path)/core/SkMaskFilter.cpp', 107 '<(skia_src_path)/core/SkMaskFilter.cpp',
108 '<(skia_src_path)/core/SkMaskGamma.cpp', 108 '<(skia_src_path)/core/SkMaskGamma.cpp',
109 '<(skia_src_path)/core/SkMaskGamma.h', 109 '<(skia_src_path)/core/SkMaskGamma.h',
110 '<(skia_src_path)/core/SkMath.cpp', 110 '<(skia_src_path)/core/SkMath.cpp',
111 '<(skia_src_path)/core/SkMatrix.cpp', 111 '<(skia_src_path)/core/SkMatrix.cpp',
112 '<(skia_src_path)/core/SkMatrixClipStateMgr.cpp', 112 '<(skia_src_path)/core/SkMatrixClipStateMgr.cpp',
113 '<(skia_src_path)/core/SkMatrixClipStateMgr.h', 113 '<(skia_src_path)/core/SkMatrixClipStateMgr.h',
114 '<(skia_src_path)/core/SkMessageBus.h', 114 '<(skia_src_path)/core/SkMessageBus.h',
115 '<(skia_src_path)/core/SkMetaData.cpp', 115 '<(skia_src_path)/core/SkMetaData.cpp',
116 '<(skia_src_path)/core/SkMipMap.cpp', 116 '<(skia_src_path)/core/SkMipMap.cpp',
117 '<(skia_src_path)/core/SkReadBuffer.cpp', 117 '<(skia_src_path)/core/SkOffsetTable.h',
118 '<(skia_src_path)/core/SkWriteBuffer.cpp',
119 '<(skia_src_path)/core/SkPackBits.cpp', 118 '<(skia_src_path)/core/SkPackBits.cpp',
120 '<(skia_src_path)/core/SkPaint.cpp', 119 '<(skia_src_path)/core/SkPaint.cpp',
121 '<(skia_src_path)/core/SkPaintOptionsAndroid.cpp', 120 '<(skia_src_path)/core/SkPaintOptionsAndroid.cpp',
122 '<(skia_src_path)/core/SkPaintPriv.cpp', 121 '<(skia_src_path)/core/SkPaintPriv.cpp',
123 '<(skia_src_path)/core/SkPaintPriv.h', 122 '<(skia_src_path)/core/SkPaintPriv.h',
124 '<(skia_src_path)/core/SkPath.cpp', 123 '<(skia_src_path)/core/SkPath.cpp',
125 '<(skia_src_path)/core/SkPathEffect.cpp', 124 '<(skia_src_path)/core/SkPathEffect.cpp',
126 '<(skia_src_path)/core/SkPathHeap.cpp', 125 '<(skia_src_path)/core/SkPathHeap.cpp',
127 '<(skia_src_path)/core/SkPathHeap.h', 126 '<(skia_src_path)/core/SkPathHeap.h',
128 '<(skia_src_path)/core/SkPathMeasure.cpp', 127 '<(skia_src_path)/core/SkPathMeasure.cpp',
(...skipping 12 matching lines...) Expand all
141 '<(skia_src_path)/core/SkProcSpriteBlitter.cpp', 140 '<(skia_src_path)/core/SkProcSpriteBlitter.cpp',
142 '<(skia_src_path)/core/SkPtrRecorder.cpp', 141 '<(skia_src_path)/core/SkPtrRecorder.cpp',
143 '<(skia_src_path)/core/SkQuadClipper.cpp', 142 '<(skia_src_path)/core/SkQuadClipper.cpp',
144 '<(skia_src_path)/core/SkQuadClipper.h', 143 '<(skia_src_path)/core/SkQuadClipper.h',
145 '<(skia_src_path)/core/SkQuadTree.cpp', 144 '<(skia_src_path)/core/SkQuadTree.cpp',
146 '<(skia_src_path)/core/SkQuadTree.h', 145 '<(skia_src_path)/core/SkQuadTree.h',
147 '<(skia_src_path)/core/SkQuadTreePicture.cpp', 146 '<(skia_src_path)/core/SkQuadTreePicture.cpp',
148 '<(skia_src_path)/core/SkQuadTreePicture.h', 147 '<(skia_src_path)/core/SkQuadTreePicture.h',
149 '<(skia_src_path)/core/SkRasterClip.cpp', 148 '<(skia_src_path)/core/SkRasterClip.cpp',
150 '<(skia_src_path)/core/SkRasterizer.cpp', 149 '<(skia_src_path)/core/SkRasterizer.cpp',
150 '<(skia_src_path)/core/SkReadBuffer.cpp',
151 '<(skia_src_path)/core/SkRect.cpp', 151 '<(skia_src_path)/core/SkRect.cpp',
152 '<(skia_src_path)/core/SkRefDict.cpp', 152 '<(skia_src_path)/core/SkRefDict.cpp',
153 '<(skia_src_path)/core/SkRegion.cpp', 153 '<(skia_src_path)/core/SkRegion.cpp',
154 '<(skia_src_path)/core/SkRegionPriv.h', 154 '<(skia_src_path)/core/SkRegionPriv.h',
155 '<(skia_src_path)/core/SkRegion_path.cpp', 155 '<(skia_src_path)/core/SkRegion_path.cpp',
156 '<(skia_src_path)/core/SkRRect.cpp', 156 '<(skia_src_path)/core/SkRRect.cpp',
157 '<(skia_src_path)/core/SkRTree.h', 157 '<(skia_src_path)/core/SkRTree.h',
158 '<(skia_src_path)/core/SkRTree.cpp', 158 '<(skia_src_path)/core/SkRTree.cpp',
159 '<(skia_src_path)/core/SkScaledImageCache.cpp', 159 '<(skia_src_path)/core/SkScaledImageCache.cpp',
160 '<(skia_src_path)/core/SkScalar.cpp', 160 '<(skia_src_path)/core/SkScalar.cpp',
(...skipping 29 matching lines...) Expand all
190 '<(skia_src_path)/core/SkTLS.cpp', 190 '<(skia_src_path)/core/SkTLS.cpp',
191 '<(skia_src_path)/core/SkTraceEvent.h', 191 '<(skia_src_path)/core/SkTraceEvent.h',
192 '<(skia_src_path)/core/SkTSearch.cpp', 192 '<(skia_src_path)/core/SkTSearch.cpp',
193 '<(skia_src_path)/core/SkTSort.h', 193 '<(skia_src_path)/core/SkTSort.h',
194 '<(skia_src_path)/core/SkTypeface.cpp', 194 '<(skia_src_path)/core/SkTypeface.cpp',
195 '<(skia_src_path)/core/SkTypefaceCache.cpp', 195 '<(skia_src_path)/core/SkTypefaceCache.cpp',
196 '<(skia_src_path)/core/SkTypefaceCache.h', 196 '<(skia_src_path)/core/SkTypefaceCache.h',
197 '<(skia_src_path)/core/SkUnPreMultiply.cpp', 197 '<(skia_src_path)/core/SkUnPreMultiply.cpp',
198 '<(skia_src_path)/core/SkUtils.cpp', 198 '<(skia_src_path)/core/SkUtils.cpp',
199 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', 199 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp',
200 '<(skia_src_path)/core/SkWriteBuffer.cpp',
200 '<(skia_src_path)/core/SkWriter32.cpp', 201 '<(skia_src_path)/core/SkWriter32.cpp',
201 '<(skia_src_path)/core/SkXfermode.cpp', 202 '<(skia_src_path)/core/SkXfermode.cpp',
202 203
203 '<(skia_src_path)/doc/SkDocument.cpp', 204 '<(skia_src_path)/doc/SkDocument.cpp',
204 205
205 '<(skia_src_path)/image/SkImage.cpp', 206 '<(skia_src_path)/image/SkImage.cpp',
206 '<(skia_src_path)/image/SkImagePriv.cpp', 207 '<(skia_src_path)/image/SkImagePriv.cpp',
207 '<(skia_src_path)/image/SkImage_Codec.cpp', 208 '<(skia_src_path)/image/SkImage_Codec.cpp',
208 # '<(skia_src_path)/image/SkImage_Gpu.cpp', 209 # '<(skia_src_path)/image/SkImage_Gpu.cpp',
209 '<(skia_src_path)/image/SkImage_Picture.cpp', 210 '<(skia_src_path)/image/SkImage_Picture.cpp',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 360 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
360 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 361 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
361 '<(skia_src_path)/pathops/SkPathOpsRect.h', 362 '<(skia_src_path)/pathops/SkPathOpsRect.h',
362 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 363 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
363 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 364 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
364 '<(skia_src_path)/pathops/SkPathWriter.h', 365 '<(skia_src_path)/pathops/SkPathWriter.h',
365 '<(skia_src_path)/pathops/SkQuarticRoot.h', 366 '<(skia_src_path)/pathops/SkQuarticRoot.h',
366 '<(skia_src_path)/pathops/SkReduceOrder.h', 367 '<(skia_src_path)/pathops/SkReduceOrder.h',
367 ], 368 ],
368 } 369 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkOffsetTable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698