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

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: rebase one last time 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
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/dm.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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 '<(skia_src_path)/core/SkCoreBlitters.h', 64 '<(skia_src_path)/core/SkCoreBlitters.h',
65 '<(skia_src_path)/core/SkCubicClipper.cpp', 65 '<(skia_src_path)/core/SkCubicClipper.cpp',
66 '<(skia_src_path)/core/SkCubicClipper.h', 66 '<(skia_src_path)/core/SkCubicClipper.h',
67 '<(skia_src_path)/core/SkData.cpp', 67 '<(skia_src_path)/core/SkData.cpp',
68 '<(skia_src_path)/core/SkDataTable.cpp', 68 '<(skia_src_path)/core/SkDataTable.cpp',
69 '<(skia_src_path)/core/SkDebug.cpp', 69 '<(skia_src_path)/core/SkDebug.cpp',
70 '<(skia_src_path)/core/SkDeque.cpp', 70 '<(skia_src_path)/core/SkDeque.cpp',
71 '<(skia_src_path)/core/SkDevice.cpp', 71 '<(skia_src_path)/core/SkDevice.cpp',
72 '<(skia_src_path)/core/SkDeviceLooper.cpp', 72 '<(skia_src_path)/core/SkDeviceLooper.cpp',
73 '<(skia_src_path)/core/SkDeviceProfile.cpp', 73 '<(skia_src_path)/core/SkDeviceProfile.cpp',
74 '<(skia_src_path)/lazy/SkDiscardableMemoryPool.cpp',
74 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp', 75 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp',
75 '<(skia_src_path)/core/SkDither.cpp', 76 '<(skia_src_path)/core/SkDither.cpp',
76 '<(skia_src_path)/core/SkDraw.cpp', 77 '<(skia_src_path)/core/SkDraw.cpp',
77 '<(skia_src_path)/core/SkDrawLooper.cpp', 78 '<(skia_src_path)/core/SkDrawLooper.cpp',
78 '<(skia_src_path)/core/SkDrawProcs.h', 79 '<(skia_src_path)/core/SkDrawProcs.h',
79 '<(skia_src_path)/core/SkEdgeBuilder.cpp', 80 '<(skia_src_path)/core/SkEdgeBuilder.cpp',
80 '<(skia_src_path)/core/SkEdgeClipper.cpp', 81 '<(skia_src_path)/core/SkEdgeClipper.cpp',
81 '<(skia_src_path)/core/SkEdge.cpp', 82 '<(skia_src_path)/core/SkEdge.cpp',
82 '<(skia_src_path)/core/SkEdge.h', 83 '<(skia_src_path)/core/SkEdge.h',
83 '<(skia_src_path)/core/SkError.cpp', 84 '<(skia_src_path)/core/SkError.cpp',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 '<(skia_include_path)/core/SkTypeface.h', 301 '<(skia_include_path)/core/SkTypeface.h',
301 '<(skia_include_path)/core/SkTypes.h', 302 '<(skia_include_path)/core/SkTypes.h',
302 '<(skia_include_path)/core/SkUnPreMultiply.h', 303 '<(skia_include_path)/core/SkUnPreMultiply.h',
303 '<(skia_include_path)/core/SkUnitMapper.h', 304 '<(skia_include_path)/core/SkUnitMapper.h',
304 '<(skia_include_path)/core/SkUtils.h', 305 '<(skia_include_path)/core/SkUtils.h',
305 '<(skia_include_path)/core/SkWeakRefCnt.h', 306 '<(skia_include_path)/core/SkWeakRefCnt.h',
306 '<(skia_include_path)/core/SkWriter32.h', 307 '<(skia_include_path)/core/SkWriter32.h',
307 '<(skia_include_path)/core/SkXfermode.h', 308 '<(skia_include_path)/core/SkXfermode.h',
308 309
309 # Lazy decoding: 310 # Lazy decoding:
310 '<(skia_include_path)/lazy/SkBitmapFactory.h',
311 '<(skia_include_path)/lazy/SkImageCache.h',
312 '<(skia_include_path)/lazy/SkLruImageCache.h',
313 '<(skia_include_path)/lazy/SkPurgeableImageCache.h',
314
315 '<(skia_src_path)/lazy/SkBitmapFactory.cpp',
316 '<(skia_src_path)/lazy/SkLazyPixelRef.h',
317 '<(skia_src_path)/lazy/SkLazyPixelRef.cpp',
318 '<(skia_src_path)/lazy/SkLruImageCache.cpp',
319 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock.h',
320 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp',
321 '<(skia_src_path)/lazy/SkPurgeableImageCache.cpp',
322
323 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp', 311 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp',
324 '<(skia_src_path)/lazy/SkCachingPixelRef.h', 312 '<(skia_src_path)/lazy/SkCachingPixelRef.h',
325 313
326 # Path ops 314 # Path ops
327 '<(skia_include_path)/pathops/SkPathOps.h', 315 '<(skia_include_path)/pathops/SkPathOps.h',
328 316
329 '<(skia_src_path)/pathops/SkAddIntersections.cpp', 317 '<(skia_src_path)/pathops/SkAddIntersections.cpp',
330 '<(skia_src_path)/pathops/SkDCubicIntersection.cpp', 318 '<(skia_src_path)/pathops/SkDCubicIntersection.cpp',
331 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp', 319 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp',
332 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp', 320 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 361 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
374 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 362 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
375 '<(skia_src_path)/pathops/SkPathOpsRect.h', 363 '<(skia_src_path)/pathops/SkPathOpsRect.h',
376 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 364 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
377 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 365 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
378 '<(skia_src_path)/pathops/SkPathWriter.h', 366 '<(skia_src_path)/pathops/SkPathWriter.h',
379 '<(skia_src_path)/pathops/SkQuarticRoot.h', 367 '<(skia_src_path)/pathops/SkQuarticRoot.h',
380 '<(skia_src_path)/pathops/SkReduceOrder.h', 368 '<(skia_src_path)/pathops/SkReduceOrder.h',
381 ], 369 ],
382 } 370 }
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/dm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698