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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 '<(skia_include_path)/lazy/SkPurgeableImageCache.h', | 315 '<(skia_include_path)/lazy/SkPurgeableImageCache.h', |
316 | 316 |
317 '<(skia_src_path)/lazy/SkBitmapFactory.cpp', | 317 '<(skia_src_path)/lazy/SkBitmapFactory.cpp', |
318 '<(skia_src_path)/lazy/SkLazyPixelRef.h', | 318 '<(skia_src_path)/lazy/SkLazyPixelRef.h', |
319 '<(skia_src_path)/lazy/SkLazyPixelRef.cpp', | 319 '<(skia_src_path)/lazy/SkLazyPixelRef.cpp', |
320 '<(skia_src_path)/lazy/SkLruImageCache.cpp', | 320 '<(skia_src_path)/lazy/SkLruImageCache.cpp', |
321 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock.h', | 321 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock.h', |
322 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp', | 322 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp', |
323 '<(skia_src_path)/lazy/SkPurgeableImageCache.cpp', | 323 '<(skia_src_path)/lazy/SkPurgeableImageCache.cpp', |
324 | 324 |
| 325 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp', |
| 326 '<(skia_src_path)/lazy/SkCachingPixelRef.h', |
| 327 '<(skia_src_path)/lazy/SkLazyCachingPixelRef.cpp', |
| 328 '<(skia_src_path)/lazy/SkLazyCachingPixelRef.h', |
| 329 |
325 # Path ops | 330 # Path ops |
326 '<(skia_include_path)/pathops/SkPathOps.h', | 331 '<(skia_include_path)/pathops/SkPathOps.h', |
327 | 332 |
328 '<(skia_src_path)/pathops/SkAddIntersections.cpp', | 333 '<(skia_src_path)/pathops/SkAddIntersections.cpp', |
329 '<(skia_src_path)/pathops/SkDCubicIntersection.cpp', | 334 '<(skia_src_path)/pathops/SkDCubicIntersection.cpp', |
330 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp', | 335 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp', |
331 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp', | 336 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp', |
332 '<(skia_src_path)/pathops/SkDLineIntersection.cpp', | 337 '<(skia_src_path)/pathops/SkDLineIntersection.cpp', |
333 '<(skia_src_path)/pathops/SkDQuadImplicit.cpp', | 338 '<(skia_src_path)/pathops/SkDQuadImplicit.cpp', |
334 '<(skia_src_path)/pathops/SkDQuadIntersection.cpp', | 339 '<(skia_src_path)/pathops/SkDQuadIntersection.cpp', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 383 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
379 '<(skia_src_path)/pathops/SkReduceOrder.h', | 384 '<(skia_src_path)/pathops/SkReduceOrder.h', |
380 ], | 385 ], |
381 } | 386 } |
382 | 387 |
383 # Local Variables: | 388 # Local Variables: |
384 # tab-width:2 | 389 # tab-width:2 |
385 # indent-tabs-mode:nil | 390 # indent-tabs-mode:nil |
386 # End: | 391 # End: |
387 # vim: set expandtab tabstop=2 shiftwidth=2: | 392 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |