| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 '<(skia_src_path)/core/SkImageFilter.cpp', | 98 '<(skia_src_path)/core/SkImageFilter.cpp', |
| 99 '<(skia_src_path)/core/SkLineClipper.cpp', | 99 '<(skia_src_path)/core/SkLineClipper.cpp', |
| 100 '<(skia_src_path)/core/SkMallocPixelRef.cpp', | 100 '<(skia_src_path)/core/SkMallocPixelRef.cpp', |
| 101 '<(skia_src_path)/core/SkMask.cpp', | 101 '<(skia_src_path)/core/SkMask.cpp', |
| 102 '<(skia_src_path)/core/SkMaskFilter.cpp', | 102 '<(skia_src_path)/core/SkMaskFilter.cpp', |
| 103 '<(skia_src_path)/core/SkMaskGamma.cpp', | 103 '<(skia_src_path)/core/SkMaskGamma.cpp', |
| 104 '<(skia_src_path)/core/SkMaskGamma.h', | 104 '<(skia_src_path)/core/SkMaskGamma.h', |
| 105 '<(skia_src_path)/core/SkMath.cpp', | 105 '<(skia_src_path)/core/SkMath.cpp', |
| 106 '<(skia_src_path)/core/SkMatrix.cpp', | 106 '<(skia_src_path)/core/SkMatrix.cpp', |
| 107 '<(skia_src_path)/core/SkMetaData.cpp', | 107 '<(skia_src_path)/core/SkMetaData.cpp', |
| 108 '<(skia_src_path)/core/SkMMapStream.cpp', | |
| 109 '<(skia_src_path)/core/SkOrderedReadBuffer.cpp', | 108 '<(skia_src_path)/core/SkOrderedReadBuffer.cpp', |
| 110 '<(skia_src_path)/core/SkOrderedWriteBuffer.cpp', | 109 '<(skia_src_path)/core/SkOrderedWriteBuffer.cpp', |
| 111 '<(skia_src_path)/core/SkPackBits.cpp', | 110 '<(skia_src_path)/core/SkPackBits.cpp', |
| 112 '<(skia_src_path)/core/SkPaint.cpp', | 111 '<(skia_src_path)/core/SkPaint.cpp', |
| 113 '<(skia_src_path)/core/SkPaintPriv.cpp', | 112 '<(skia_src_path)/core/SkPaintPriv.cpp', |
| 114 '<(skia_src_path)/core/SkPaintPriv.h', | 113 '<(skia_src_path)/core/SkPaintPriv.h', |
| 115 '<(skia_src_path)/core/SkPath.cpp', | 114 '<(skia_src_path)/core/SkPath.cpp', |
| 116 '<(skia_src_path)/core/SkPathEffect.cpp', | 115 '<(skia_src_path)/core/SkPathEffect.cpp', |
| 117 '<(skia_src_path)/core/SkPathHeap.cpp', | 116 '<(skia_src_path)/core/SkPathHeap.cpp', |
| 118 '<(skia_src_path)/core/SkPathHeap.h', | 117 '<(skia_src_path)/core/SkPathHeap.h', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock.h', | 296 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock.h', |
| 298 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp', | 297 '<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp', |
| 299 ], | 298 ], |
| 300 } | 299 } |
| 301 | 300 |
| 302 # Local Variables: | 301 # Local Variables: |
| 303 # tab-width:2 | 302 # tab-width:2 |
| 304 # indent-tabs-mode:nil | 303 # indent-tabs-mode:nil |
| 305 # End: | 304 # End: |
| 306 # vim: set expandtab tabstop=2 shiftwidth=2: | 305 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |