| 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 '<(skia_include_path)/core/SkWeakRefCnt.h', | 307 '<(skia_include_path)/core/SkWeakRefCnt.h', |
| 308 '<(skia_include_path)/core/SkWriter32.h', | 308 '<(skia_include_path)/core/SkWriter32.h', |
| 309 '<(skia_include_path)/core/SkXfermode.h', | 309 '<(skia_include_path)/core/SkXfermode.h', |
| 310 | 310 |
| 311 # Lazy decoding: | 311 # Lazy decoding: |
| 312 '<(skia_include_path)/lazy/SkBitmapFactory.h', | 312 '<(skia_include_path)/lazy/SkBitmapFactory.h', |
| 313 '<(skia_include_path)/lazy/SkImageCache.h', | 313 '<(skia_include_path)/lazy/SkImageCache.h', |
| 314 '<(skia_include_path)/lazy/SkLruImageCache.h', | 314 '<(skia_include_path)/lazy/SkLruImageCache.h', |
| 315 '<(skia_include_path)/lazy/SkPurgeableImageCache.h', | 315 '<(skia_include_path)/lazy/SkPurgeableImageCache.h', |
| 316 | 316 |
| 317 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp', |
| 317 '<(skia_src_path)/lazy/SkBitmapFactory.cpp', | 318 '<(skia_src_path)/lazy/SkBitmapFactory.cpp', |
| 318 '<(skia_src_path)/lazy/SkLazyPixelRef.h', | 319 '<(skia_src_path)/lazy/SkLazyPixelRef.h', |
| 319 '<(skia_src_path)/lazy/SkLazyPixelRef.cpp', | 320 '<(skia_src_path)/lazy/SkLazyPixelRef.cpp', |
| 320 '<(skia_src_path)/lazy/SkLruImageCache.cpp', | 321 '<(skia_src_path)/lazy/SkLruImageCache.cpp', |
| 321 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock.h', | 322 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock.h', |
| 322 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp', | 323 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp', |
| 323 '<(skia_src_path)/lazy/SkPurgeableImageCache.cpp', | 324 '<(skia_src_path)/lazy/SkPurgeableImageCache.cpp', |
| 324 | 325 |
| 325 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp', | 326 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp', |
| 326 '<(skia_src_path)/lazy/SkCachingPixelRef.h', | 327 '<(skia_src_path)/lazy/SkCachingPixelRef.h', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 384 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 384 '<(skia_src_path)/pathops/SkReduceOrder.h', | 385 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 385 ], | 386 ], |
| 386 } | 387 } |
| 387 | 388 |
| 388 # Local Variables: | 389 # Local Variables: |
| 389 # tab-width:2 | 390 # tab-width:2 |
| 390 # indent-tabs-mode:nil | 391 # indent-tabs-mode:nil |
| 391 # End: | 392 # End: |
| 392 # vim: set expandtab tabstop=2 shiftwidth=2: | 393 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |