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