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

Side by Side Diff: gyp/core.gypi

Issue 103033002: Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years 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
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 '<(skia_src_path)/core/SkCoreBlitters.h', 65 '<(skia_src_path)/core/SkCoreBlitters.h',
66 '<(skia_src_path)/core/SkCubicClipper.cpp', 66 '<(skia_src_path)/core/SkCubicClipper.cpp',
67 '<(skia_src_path)/core/SkCubicClipper.h', 67 '<(skia_src_path)/core/SkCubicClipper.h',
68 '<(skia_src_path)/core/SkData.cpp', 68 '<(skia_src_path)/core/SkData.cpp',
69 '<(skia_src_path)/core/SkDataTable.cpp', 69 '<(skia_src_path)/core/SkDataTable.cpp',
70 '<(skia_src_path)/core/SkDebug.cpp', 70 '<(skia_src_path)/core/SkDebug.cpp',
71 '<(skia_src_path)/core/SkDeque.cpp', 71 '<(skia_src_path)/core/SkDeque.cpp',
72 '<(skia_src_path)/core/SkDevice.cpp', 72 '<(skia_src_path)/core/SkDevice.cpp',
73 '<(skia_src_path)/core/SkDeviceLooper.cpp', 73 '<(skia_src_path)/core/SkDeviceLooper.cpp',
74 '<(skia_src_path)/core/SkDeviceProfile.cpp', 74 '<(skia_src_path)/core/SkDeviceProfile.cpp',
75 '<(skia_src_path)/lazy/SkDiscardableMemoryPool.cpp',
75 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp', 76 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp',
76 '<(skia_src_path)/core/SkDither.cpp', 77 '<(skia_src_path)/core/SkDither.cpp',
77 '<(skia_src_path)/core/SkDraw.cpp', 78 '<(skia_src_path)/core/SkDraw.cpp',
78 '<(skia_src_path)/core/SkDrawLooper.cpp', 79 '<(skia_src_path)/core/SkDrawLooper.cpp',
79 '<(skia_src_path)/core/SkDrawProcs.h', 80 '<(skia_src_path)/core/SkDrawProcs.h',
80 '<(skia_src_path)/core/SkEdgeBuilder.cpp', 81 '<(skia_src_path)/core/SkEdgeBuilder.cpp',
81 '<(skia_src_path)/core/SkEdgeClipper.cpp', 82 '<(skia_src_path)/core/SkEdgeClipper.cpp',
82 '<(skia_src_path)/core/SkEdge.cpp', 83 '<(skia_src_path)/core/SkEdge.cpp',
83 '<(skia_src_path)/core/SkEdge.h', 84 '<(skia_src_path)/core/SkEdge.h',
84 '<(skia_src_path)/core/SkError.cpp', 85 '<(skia_src_path)/core/SkError.cpp',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 '<(skia_include_path)/core/SkTypeface.h', 303 '<(skia_include_path)/core/SkTypeface.h',
303 '<(skia_include_path)/core/SkTypes.h', 304 '<(skia_include_path)/core/SkTypes.h',
304 '<(skia_include_path)/core/SkUnPreMultiply.h', 305 '<(skia_include_path)/core/SkUnPreMultiply.h',
305 '<(skia_include_path)/core/SkUnitMapper.h', 306 '<(skia_include_path)/core/SkUnitMapper.h',
306 '<(skia_include_path)/core/SkUtils.h', 307 '<(skia_include_path)/core/SkUtils.h',
307 '<(skia_include_path)/core/SkWeakRefCnt.h', 308 '<(skia_include_path)/core/SkWeakRefCnt.h',
308 '<(skia_include_path)/core/SkWriter32.h', 309 '<(skia_include_path)/core/SkWriter32.h',
309 '<(skia_include_path)/core/SkXfermode.h', 310 '<(skia_include_path)/core/SkXfermode.h',
310 311
311 # Lazy decoding: 312 # Lazy decoding:
312 '<(skia_include_path)/lazy/SkBitmapFactory.h',
313 '<(skia_include_path)/lazy/SkImageCache.h',
314 '<(skia_include_path)/lazy/SkLruImageCache.h',
315 '<(skia_include_path)/lazy/SkPurgeableImageCache.h',
316
317 '<(skia_src_path)/lazy/SkBitmapFactory.cpp',
318 '<(skia_src_path)/lazy/SkLazyPixelRef.h',
319 '<(skia_src_path)/lazy/SkLazyPixelRef.cpp',
320 '<(skia_src_path)/lazy/SkLruImageCache.cpp',
321 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock.h',
322 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp',
323 '<(skia_src_path)/lazy/SkPurgeableImageCache.cpp',
324
325 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp', 313 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp',
326 '<(skia_src_path)/lazy/SkCachingPixelRef.h', 314 '<(skia_src_path)/lazy/SkCachingPixelRef.h',
327 '<(skia_src_path)/lazy/SkLazyCachingPixelRef.cpp', 315 '<(skia_src_path)/lazy/SkLazyCachingPixelRef.cpp',
328 '<(skia_src_path)/lazy/SkLazyCachingPixelRef.h', 316 '<(skia_src_path)/lazy/SkLazyCachingPixelRef.h',
329 317
330 # Path ops 318 # Path ops
331 '<(skia_include_path)/pathops/SkPathOps.h', 319 '<(skia_include_path)/pathops/SkPathOps.h',
332 320
333 '<(skia_src_path)/pathops/SkAddIntersections.cpp', 321 '<(skia_src_path)/pathops/SkAddIntersections.cpp',
334 '<(skia_src_path)/pathops/SkDCubicIntersection.cpp', 322 '<(skia_src_path)/pathops/SkDCubicIntersection.cpp',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 '<(skia_src_path)/pathops/SkQuarticRoot.h', 371 '<(skia_src_path)/pathops/SkQuarticRoot.h',
384 '<(skia_src_path)/pathops/SkReduceOrder.h', 372 '<(skia_src_path)/pathops/SkReduceOrder.h',
385 ], 373 ],
386 } 374 }
387 375
388 # Local Variables: 376 # Local Variables:
389 # tab-width:2 377 # tab-width:2
390 # indent-tabs-mode:nil 378 # indent-tabs-mode:nil
391 # End: 379 # End:
392 # vim: set expandtab tabstop=2 shiftwidth=2: 380 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698