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

Side by Side Diff: gyp/core.gypi

Issue 12645006: Create a platform-dependent object for accessing purgeable memory. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Build mac version on iOS as well. 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 287
288 # Lazy decoding: 288 # Lazy decoding:
289 '<(skia_include_path)/lazy/SkBitmapFactory.h', 289 '<(skia_include_path)/lazy/SkBitmapFactory.h',
290 '<(skia_include_path)/lazy/SkImageCache.h', 290 '<(skia_include_path)/lazy/SkImageCache.h',
291 '<(skia_include_path)/lazy/SkLruImageCache.h', 291 '<(skia_include_path)/lazy/SkLruImageCache.h',
292 292
293 '<(skia_src_path)/lazy/SkBitmapFactory.cpp', 293 '<(skia_src_path)/lazy/SkBitmapFactory.cpp',
294 '<(skia_src_path)/lazy/SkLazyPixelRef.h', 294 '<(skia_src_path)/lazy/SkLazyPixelRef.h',
295 '<(skia_src_path)/lazy/SkLazyPixelRef.cpp', 295 '<(skia_src_path)/lazy/SkLazyPixelRef.cpp',
296 '<(skia_src_path)/lazy/SkLruImageCache.cpp', 296 '<(skia_src_path)/lazy/SkLruImageCache.cpp',
297 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock.h',
298 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp',
297 ], 299 ],
298 } 300 }
299 301
300 # Local Variables: 302 # Local Variables:
301 # tab-width:2 303 # tab-width:2
302 # indent-tabs-mode:nil 304 # indent-tabs-mode:nil
303 # End: 305 # End:
304 # vim: set expandtab tabstop=2 shiftwidth=2: 306 # 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