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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 '<(skia_src_path)/core/SkMaskGamma.cpp', | 112 '<(skia_src_path)/core/SkMaskGamma.cpp', |
113 '<(skia_src_path)/core/SkMaskGamma.h', | 113 '<(skia_src_path)/core/SkMaskGamma.h', |
114 '<(skia_src_path)/core/SkMath.cpp', | 114 '<(skia_src_path)/core/SkMath.cpp', |
115 '<(skia_src_path)/core/SkMatrix.cpp', | 115 '<(skia_src_path)/core/SkMatrix.cpp', |
116 '<(skia_src_path)/core/SkMetaData.cpp', | 116 '<(skia_src_path)/core/SkMetaData.cpp', |
117 '<(skia_src_path)/core/SkMipMap.cpp', | 117 '<(skia_src_path)/core/SkMipMap.cpp', |
118 '<(skia_src_path)/core/SkOrderedReadBuffer.cpp', | 118 '<(skia_src_path)/core/SkOrderedReadBuffer.cpp', |
119 '<(skia_src_path)/core/SkOrderedWriteBuffer.cpp', | 119 '<(skia_src_path)/core/SkOrderedWriteBuffer.cpp', |
120 '<(skia_src_path)/core/SkPackBits.cpp', | 120 '<(skia_src_path)/core/SkPackBits.cpp', |
121 '<(skia_src_path)/core/SkPaint.cpp', | 121 '<(skia_src_path)/core/SkPaint.cpp', |
| 122 '<(skia_src_path)/core/SkPaintOptionsAndroid.cpp', |
122 '<(skia_src_path)/core/SkPaintPriv.cpp', | 123 '<(skia_src_path)/core/SkPaintPriv.cpp', |
123 '<(skia_src_path)/core/SkPaintPriv.h', | 124 '<(skia_src_path)/core/SkPaintPriv.h', |
124 '<(skia_src_path)/core/SkPath.cpp', | 125 '<(skia_src_path)/core/SkPath.cpp', |
125 '<(skia_src_path)/core/SkPathEffect.cpp', | 126 '<(skia_src_path)/core/SkPathEffect.cpp', |
126 '<(skia_src_path)/core/SkPathHeap.cpp', | 127 '<(skia_src_path)/core/SkPathHeap.cpp', |
127 '<(skia_src_path)/core/SkPathHeap.h', | 128 '<(skia_src_path)/core/SkPathHeap.h', |
128 '<(skia_src_path)/core/SkPathMeasure.cpp', | 129 '<(skia_src_path)/core/SkPathMeasure.cpp', |
129 '<(skia_src_path)/core/SkPathRef.cpp', | 130 '<(skia_src_path)/core/SkPathRef.cpp', |
130 '<(skia_src_path)/core/SkPicture.cpp', | 131 '<(skia_src_path)/core/SkPicture.cpp', |
131 '<(skia_src_path)/core/SkPictureFlat.cpp', | 132 '<(skia_src_path)/core/SkPictureFlat.cpp', |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 374 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
374 '<(skia_src_path)/pathops/SkReduceOrder.h', | 375 '<(skia_src_path)/pathops/SkReduceOrder.h', |
375 ], | 376 ], |
376 } | 377 } |
377 | 378 |
378 # Local Variables: | 379 # Local Variables: |
379 # tab-width:2 | 380 # tab-width:2 |
380 # indent-tabs-mode:nil | 381 # indent-tabs-mode:nil |
381 # End: | 382 # End: |
382 # vim: set expandtab tabstop=2 shiftwidth=2: | 383 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |