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

Side by Side Diff: gyp/core.gypi

Issue 24130009: promote SkImage::AlphaType to SkAlphaType (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « gm/srcmode.cpp ('k') | include/core/SkAlpha.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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 '<(skia_src_path)/image/SkSurface.cpp', 207 '<(skia_src_path)/image/SkSurface.cpp',
208 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', 208 # '<(skia_src_path)/image/SkSurface_Gpu.cpp',
209 '<(skia_src_path)/image/SkSurface_Picture.cpp', 209 '<(skia_src_path)/image/SkSurface_Picture.cpp',
210 '<(skia_src_path)/image/SkSurface_Raster.cpp', 210 '<(skia_src_path)/image/SkSurface_Raster.cpp',
211 211
212 '<(skia_src_path)/pipe/SkGPipeRead.cpp', 212 '<(skia_src_path)/pipe/SkGPipeRead.cpp',
213 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', 213 '<(skia_src_path)/pipe/SkGPipeWrite.cpp',
214 214
215 '<(skia_include_path)/core/Sk64.h', 215 '<(skia_include_path)/core/Sk64.h',
216 '<(skia_include_path)/core/SkAdvancedTypefaceMetrics.h', 216 '<(skia_include_path)/core/SkAdvancedTypefaceMetrics.h',
217 '<(skia_include_path)/core/SkAlpha.h',
217 '<(skia_include_path)/core/SkBitmap.h', 218 '<(skia_include_path)/core/SkBitmap.h',
218 '<(skia_include_path)/core/SkBitmapDevice.h', 219 '<(skia_include_path)/core/SkBitmapDevice.h',
219 '<(skia_include_path)/core/SkBlitRow.h', 220 '<(skia_include_path)/core/SkBlitRow.h',
220 '<(skia_include_path)/core/SkBounder.h', 221 '<(skia_include_path)/core/SkBounder.h',
221 '<(skia_include_path)/core/SkCanvas.h', 222 '<(skia_include_path)/core/SkCanvas.h',
222 '<(skia_include_path)/core/SkChecksum.h', 223 '<(skia_include_path)/core/SkChecksum.h',
223 '<(skia_include_path)/core/SkChunkAlloc.h', 224 '<(skia_include_path)/core/SkChunkAlloc.h',
224 '<(skia_include_path)/core/SkClipStack.h', 225 '<(skia_include_path)/core/SkClipStack.h',
225 '<(skia_include_path)/core/SkColor.h', 226 '<(skia_include_path)/core/SkColor.h',
226 '<(skia_include_path)/core/SkColorFilter.h', 227 '<(skia_include_path)/core/SkColorFilter.h',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 '<(skia_src_path)/pathops/SkQuarticRoot.h', 372 '<(skia_src_path)/pathops/SkQuarticRoot.h',
372 '<(skia_src_path)/pathops/SkReduceOrder.h', 373 '<(skia_src_path)/pathops/SkReduceOrder.h',
373 ], 374 ],
374 } 375 }
375 376
376 # Local Variables: 377 # Local Variables:
377 # tab-width:2 378 # tab-width:2
378 # indent-tabs-mode:nil 379 # indent-tabs-mode:nil
379 # End: 380 # End:
380 # vim: set expandtab tabstop=2 shiftwidth=2: 381 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/srcmode.cpp ('k') | include/core/SkAlpha.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698