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

Side by Side Diff: gyp/core.gypi

Issue 71813002: move SkImageInfo into its own header (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month 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 | 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 '<(skia_src_path)/image/SkSurface.cpp', 212 '<(skia_src_path)/image/SkSurface.cpp',
213 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', 213 # '<(skia_src_path)/image/SkSurface_Gpu.cpp',
214 '<(skia_src_path)/image/SkSurface_Picture.cpp', 214 '<(skia_src_path)/image/SkSurface_Picture.cpp',
215 '<(skia_src_path)/image/SkSurface_Raster.cpp', 215 '<(skia_src_path)/image/SkSurface_Raster.cpp',
216 216
217 '<(skia_src_path)/pipe/SkGPipeRead.cpp', 217 '<(skia_src_path)/pipe/SkGPipeRead.cpp',
218 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', 218 '<(skia_src_path)/pipe/SkGPipeWrite.cpp',
219 219
220 '<(skia_include_path)/core/Sk64.h', 220 '<(skia_include_path)/core/Sk64.h',
221 '<(skia_include_path)/core/SkAdvancedTypefaceMetrics.h', 221 '<(skia_include_path)/core/SkAdvancedTypefaceMetrics.h',
222 '<(skia_include_path)/core/SkAlpha.h',
223 '<(skia_include_path)/core/SkBitmap.h', 222 '<(skia_include_path)/core/SkBitmap.h',
224 '<(skia_include_path)/core/SkBitmapDevice.h', 223 '<(skia_include_path)/core/SkBitmapDevice.h',
225 '<(skia_include_path)/core/SkBlitRow.h', 224 '<(skia_include_path)/core/SkBlitRow.h',
226 '<(skia_include_path)/core/SkBounder.h', 225 '<(skia_include_path)/core/SkBounder.h',
227 '<(skia_include_path)/core/SkCanvas.h', 226 '<(skia_include_path)/core/SkCanvas.h',
228 '<(skia_include_path)/core/SkChecksum.h', 227 '<(skia_include_path)/core/SkChecksum.h',
229 '<(skia_include_path)/core/SkChunkAlloc.h', 228 '<(skia_include_path)/core/SkChunkAlloc.h',
230 '<(skia_include_path)/core/SkClipStack.h', 229 '<(skia_include_path)/core/SkClipStack.h',
231 '<(skia_include_path)/core/SkColor.h', 230 '<(skia_include_path)/core/SkColor.h',
232 '<(skia_include_path)/core/SkColorFilter.h', 231 '<(skia_include_path)/core/SkColorFilter.h',
(...skipping 15 matching lines...) Expand all
248 '<(skia_include_path)/core/SkFlattenableSerialization.h', 247 '<(skia_include_path)/core/SkFlattenableSerialization.h',
249 '<(skia_include_path)/core/SkFloatBits.h', 248 '<(skia_include_path)/core/SkFloatBits.h',
250 '<(skia_include_path)/core/SkFloatingPoint.h', 249 '<(skia_include_path)/core/SkFloatingPoint.h',
251 '<(skia_include_path)/core/SkFontHost.h', 250 '<(skia_include_path)/core/SkFontHost.h',
252 '<(skia_include_path)/core/SkGeometry.h', 251 '<(skia_include_path)/core/SkGeometry.h',
253 '<(skia_include_path)/core/SkGraphics.h', 252 '<(skia_include_path)/core/SkGraphics.h',
254 '<(skia_include_path)/core/SkImageDecoder.h', 253 '<(skia_include_path)/core/SkImageDecoder.h',
255 '<(skia_include_path)/core/SkImageEncoder.h', 254 '<(skia_include_path)/core/SkImageEncoder.h',
256 '<(skia_include_path)/core/SkImageFilter.h', 255 '<(skia_include_path)/core/SkImageFilter.h',
257 '<(skia_include_path)/core/SkImageFilterUtils.h', 256 '<(skia_include_path)/core/SkImageFilterUtils.h',
257 '<(skia_include_path)/core/SkImageInfo.h',
258 '<(skia_include_path)/core/SkInstCnt.h', 258 '<(skia_include_path)/core/SkInstCnt.h',
259 '<(skia_include_path)/core/SkMallocPixelRef.h', 259 '<(skia_include_path)/core/SkMallocPixelRef.h',
260 '<(skia_include_path)/core/SkMask.h', 260 '<(skia_include_path)/core/SkMask.h',
261 '<(skia_include_path)/core/SkMaskFilter.h', 261 '<(skia_include_path)/core/SkMaskFilter.h',
262 '<(skia_include_path)/core/SkMath.h', 262 '<(skia_include_path)/core/SkMath.h',
263 '<(skia_include_path)/core/SkMatrix.h', 263 '<(skia_include_path)/core/SkMatrix.h',
264 '<(skia_include_path)/core/SkMetaData.h', 264 '<(skia_include_path)/core/SkMetaData.h',
265 '<(skia_include_path)/core/SkOSFile.h', 265 '<(skia_include_path)/core/SkOSFile.h',
266 '<(skia_include_path)/core/SkPackBits.h', 266 '<(skia_include_path)/core/SkPackBits.h',
267 '<(skia_include_path)/core/SkPaint.h', 267 '<(skia_include_path)/core/SkPaint.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 '<(skia_src_path)/pathops/SkQuarticRoot.h', 383 '<(skia_src_path)/pathops/SkQuarticRoot.h',
384 '<(skia_src_path)/pathops/SkReduceOrder.h', 384 '<(skia_src_path)/pathops/SkReduceOrder.h',
385 ], 385 ],
386 } 386 }
387 387
388 # Local Variables: 388 # Local Variables:
389 # tab-width:2 389 # tab-width:2
390 # indent-tabs-mode:nil 390 # indent-tabs-mode:nil
391 # End: 391 # End:
392 # vim: set expandtab tabstop=2 shiftwidth=2: 392 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/core/SkAlpha.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698