| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 '<(skia_src_path)/lazy/SkBitmapFactory.cpp', | 318 '<(skia_src_path)/lazy/SkBitmapFactory.cpp', |
| 319 '<(skia_src_path)/lazy/SkLazyPixelRef.h', | 319 '<(skia_src_path)/lazy/SkLazyPixelRef.h', |
| 320 '<(skia_src_path)/lazy/SkLazyPixelRef.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', | |
| 329 '<(skia_src_path)/lazy/SkLazyCachingPixelRef.h', | |
| 330 | 328 |
| 331 # Path ops | 329 # Path ops |
| 332 '<(skia_include_path)/pathops/SkPathOps.h', | 330 '<(skia_include_path)/pathops/SkPathOps.h', |
| 333 | 331 |
| 334 '<(skia_src_path)/pathops/SkAddIntersections.cpp', | 332 '<(skia_src_path)/pathops/SkAddIntersections.cpp', |
| 335 '<(skia_src_path)/pathops/SkDCubicIntersection.cpp', | 333 '<(skia_src_path)/pathops/SkDCubicIntersection.cpp', |
| 336 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp', | 334 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp', |
| 337 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp', | 335 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp', |
| 338 '<(skia_src_path)/pathops/SkDLineIntersection.cpp', | 336 '<(skia_src_path)/pathops/SkDLineIntersection.cpp', |
| 339 '<(skia_src_path)/pathops/SkDQuadImplicit.cpp', | 337 '<(skia_src_path)/pathops/SkDQuadImplicit.cpp', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 382 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 385 '<(skia_src_path)/pathops/SkReduceOrder.h', | 383 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 386 ], | 384 ], |
| 387 } | 385 } |
| 388 | 386 |
| 389 # Local Variables: | 387 # Local Variables: |
| 390 # tab-width:2 | 388 # tab-width:2 |
| 391 # indent-tabs-mode:nil | 389 # indent-tabs-mode:nil |
| 392 # End: | 390 # End: |
| 393 # vim: set expandtab tabstop=2 shiftwidth=2: | 391 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |