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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 '<(skia_src_path)/core/SkImageFilterUtils.cpp', | 103 '<(skia_src_path)/core/SkImageFilterUtils.cpp', |
104 '<(skia_src_path)/core/SkImageInfo.cpp', | 104 '<(skia_src_path)/core/SkImageInfo.cpp', |
105 '<(skia_src_path)/core/SkLineClipper.cpp', | 105 '<(skia_src_path)/core/SkLineClipper.cpp', |
106 '<(skia_src_path)/core/SkMallocPixelRef.cpp', | 106 '<(skia_src_path)/core/SkMallocPixelRef.cpp', |
107 '<(skia_src_path)/core/SkMask.cpp', | 107 '<(skia_src_path)/core/SkMask.cpp', |
108 '<(skia_src_path)/core/SkMaskFilter.cpp', | 108 '<(skia_src_path)/core/SkMaskFilter.cpp', |
109 '<(skia_src_path)/core/SkMaskGamma.cpp', | 109 '<(skia_src_path)/core/SkMaskGamma.cpp', |
110 '<(skia_src_path)/core/SkMaskGamma.h', | 110 '<(skia_src_path)/core/SkMaskGamma.h', |
111 '<(skia_src_path)/core/SkMath.cpp', | 111 '<(skia_src_path)/core/SkMath.cpp', |
112 '<(skia_src_path)/core/SkMatrix.cpp', | 112 '<(skia_src_path)/core/SkMatrix.cpp', |
| 113 '<(skia_src_path)/core/SkMatrixClipStateMgr.cpp', |
| 114 '<(skia_src_path)/core/SkMatrixClipStateMgr.h', |
113 '<(skia_src_path)/core/SkMessageBus.h', | 115 '<(skia_src_path)/core/SkMessageBus.h', |
114 '<(skia_src_path)/core/SkMetaData.cpp', | 116 '<(skia_src_path)/core/SkMetaData.cpp', |
115 '<(skia_src_path)/core/SkMipMap.cpp', | 117 '<(skia_src_path)/core/SkMipMap.cpp', |
116 '<(skia_src_path)/core/SkReadBuffer.cpp', | 118 '<(skia_src_path)/core/SkReadBuffer.cpp', |
117 '<(skia_src_path)/core/SkWriteBuffer.cpp', | 119 '<(skia_src_path)/core/SkWriteBuffer.cpp', |
118 '<(skia_src_path)/core/SkPackBits.cpp', | 120 '<(skia_src_path)/core/SkPackBits.cpp', |
119 '<(skia_src_path)/core/SkPaint.cpp', | 121 '<(skia_src_path)/core/SkPaint.cpp', |
120 '<(skia_src_path)/core/SkPaintOptionsAndroid.cpp', | 122 '<(skia_src_path)/core/SkPaintOptionsAndroid.cpp', |
121 '<(skia_src_path)/core/SkPaintPriv.cpp', | 123 '<(skia_src_path)/core/SkPaintPriv.cpp', |
122 '<(skia_src_path)/core/SkPaintPriv.h', | 124 '<(skia_src_path)/core/SkPaintPriv.h', |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 361 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
360 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 362 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
361 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 363 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
362 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 364 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
363 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 365 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
364 '<(skia_src_path)/pathops/SkPathWriter.h', | 366 '<(skia_src_path)/pathops/SkPathWriter.h', |
365 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 367 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
366 '<(skia_src_path)/pathops/SkReduceOrder.h', | 368 '<(skia_src_path)/pathops/SkReduceOrder.h', |
367 ], | 369 ], |
368 } | 370 } |
OLD | NEW |