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

Side by Side Diff: gyp/core.gypi

Issue 12433020: Improvements/additions to SkImageCache/SkLazyPixelRef. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Respond to comments. Created 7 years, 9 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/ports.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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 '<(skia_include_path)/core/SkUnitMapper.h', 281 '<(skia_include_path)/core/SkUnitMapper.h',
282 '<(skia_include_path)/core/SkUtils.h', 282 '<(skia_include_path)/core/SkUtils.h',
283 '<(skia_include_path)/core/SkWeakRefCnt.h', 283 '<(skia_include_path)/core/SkWeakRefCnt.h',
284 '<(skia_include_path)/core/SkWriter32.h', 284 '<(skia_include_path)/core/SkWriter32.h',
285 '<(skia_include_path)/core/SkXfermode.h', 285 '<(skia_include_path)/core/SkXfermode.h',
286 286
287 # Lazy decoding: 287 # Lazy decoding:
288 '<(skia_include_path)/lazy/SkBitmapFactory.h', 288 '<(skia_include_path)/lazy/SkBitmapFactory.h',
289 '<(skia_include_path)/lazy/SkImageCache.h', 289 '<(skia_include_path)/lazy/SkImageCache.h',
290 '<(skia_include_path)/lazy/SkLruImageCache.h', 290 '<(skia_include_path)/lazy/SkLruImageCache.h',
291 '<(skia_include_path)/lazy/SkPurgeableImageCache.h',
291 292
292 '<(skia_src_path)/lazy/SkBitmapFactory.cpp', 293 '<(skia_src_path)/lazy/SkBitmapFactory.cpp',
293 '<(skia_src_path)/lazy/SkLazyPixelRef.h', 294 '<(skia_src_path)/lazy/SkLazyPixelRef.h',
294 '<(skia_src_path)/lazy/SkLazyPixelRef.cpp', 295 '<(skia_src_path)/lazy/SkLazyPixelRef.cpp',
295 '<(skia_src_path)/lazy/SkLruImageCache.cpp', 296 '<(skia_src_path)/lazy/SkLruImageCache.cpp',
296 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock.h', 297 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock.h',
297 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp', 298 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp',
299 '<(skia_src_path)/lazy/SkPurgeableImageCache.cpp',
298 ], 300 ],
299 } 301 }
300 302
301 # Local Variables: 303 # Local Variables:
302 # tab-width:2 304 # tab-width:2
303 # indent-tabs-mode:nil 305 # indent-tabs-mode:nil
304 # End: 306 # End:
305 # vim: set expandtab tabstop=2 shiftwidth=2: 307 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gyp/ports.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698