OLD | NEW |
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 Loading... |
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: |
OLD | NEW |