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

Side by Side Diff: gyp/core.gypi

Issue 106883006: Add a release procedure to SkMallocPixelRef; remove SkDataPixelRef (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebase Created 6 years, 11 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 | gyp/tests.gyp » ('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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 '<(skia_src_path)/core/SkTypefaceCache.cpp', 192 '<(skia_src_path)/core/SkTypefaceCache.cpp',
193 '<(skia_src_path)/core/SkTypefaceCache.h', 193 '<(skia_src_path)/core/SkTypefaceCache.h',
194 '<(skia_src_path)/core/SkUnPreMultiply.cpp', 194 '<(skia_src_path)/core/SkUnPreMultiply.cpp',
195 '<(skia_src_path)/core/SkUtils.cpp', 195 '<(skia_src_path)/core/SkUtils.cpp',
196 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', 196 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp',
197 '<(skia_src_path)/core/SkWriter32.cpp', 197 '<(skia_src_path)/core/SkWriter32.cpp',
198 '<(skia_src_path)/core/SkXfermode.cpp', 198 '<(skia_src_path)/core/SkXfermode.cpp',
199 199
200 '<(skia_src_path)/doc/SkDocument.cpp', 200 '<(skia_src_path)/doc/SkDocument.cpp',
201 201
202 '<(skia_src_path)/image/SkDataPixelRef.cpp',
203 '<(skia_src_path)/image/SkImage.cpp', 202 '<(skia_src_path)/image/SkImage.cpp',
204 '<(skia_src_path)/image/SkImagePriv.cpp', 203 '<(skia_src_path)/image/SkImagePriv.cpp',
205 '<(skia_src_path)/image/SkImage_Codec.cpp', 204 '<(skia_src_path)/image/SkImage_Codec.cpp',
206 # '<(skia_src_path)/image/SkImage_Gpu.cpp', 205 # '<(skia_src_path)/image/SkImage_Gpu.cpp',
207 '<(skia_src_path)/image/SkImage_Picture.cpp', 206 '<(skia_src_path)/image/SkImage_Picture.cpp',
208 '<(skia_src_path)/image/SkImage_Raster.cpp', 207 '<(skia_src_path)/image/SkImage_Raster.cpp',
209 '<(skia_src_path)/image/SkSurface.cpp', 208 '<(skia_src_path)/image/SkSurface.cpp',
210 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', 209 # '<(skia_src_path)/image/SkSurface_Gpu.cpp',
211 '<(skia_src_path)/image/SkSurface_Picture.cpp', 210 '<(skia_src_path)/image/SkSurface_Picture.cpp',
212 '<(skia_src_path)/image/SkSurface_Raster.cpp', 211 '<(skia_src_path)/image/SkSurface_Raster.cpp',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 356 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
358 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 357 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
359 '<(skia_src_path)/pathops/SkPathOpsRect.h', 358 '<(skia_src_path)/pathops/SkPathOpsRect.h',
360 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 359 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
361 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 360 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
362 '<(skia_src_path)/pathops/SkPathWriter.h', 361 '<(skia_src_path)/pathops/SkPathWriter.h',
363 '<(skia_src_path)/pathops/SkQuarticRoot.h', 362 '<(skia_src_path)/pathops/SkQuarticRoot.h',
364 '<(skia_src_path)/pathops/SkReduceOrder.h', 363 '<(skia_src_path)/pathops/SkReduceOrder.h',
365 ], 364 ],
366 } 365 }
OLDNEW
« no previous file with comments | « no previous file | gyp/tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698