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/SkAAClip.cpp', | 10 '<(skia_src_path)/core/SkAAClip.cpp', |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 '<(skia_src_path)/core/SkMaskGamma.h', | 112 '<(skia_src_path)/core/SkMaskGamma.h', |
113 '<(skia_src_path)/core/SkMath.cpp', | 113 '<(skia_src_path)/core/SkMath.cpp', |
114 '<(skia_src_path)/core/SkMatrix.cpp', | 114 '<(skia_src_path)/core/SkMatrix.cpp', |
115 '<(skia_src_path)/core/SkMatrixClipStateMgr.cpp', | 115 '<(skia_src_path)/core/SkMatrixClipStateMgr.cpp', |
116 '<(skia_src_path)/core/SkMatrixClipStateMgr.h', | 116 '<(skia_src_path)/core/SkMatrixClipStateMgr.h', |
117 '<(skia_src_path)/core/SkMessageBus.h', | 117 '<(skia_src_path)/core/SkMessageBus.h', |
118 '<(skia_src_path)/core/SkMetaData.cpp', | 118 '<(skia_src_path)/core/SkMetaData.cpp', |
119 '<(skia_src_path)/core/SkMipMap.cpp', | 119 '<(skia_src_path)/core/SkMipMap.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/SkPatch.cpp', | 125 '<(skia_src_path)/core/SkPatch.cpp', |
125 '<(skia_src_path)/core/SkPath.cpp', | 126 '<(skia_src_path)/core/SkPath.cpp', |
126 '<(skia_src_path)/core/SkPathEffect.cpp', | 127 '<(skia_src_path)/core/SkPathEffect.cpp', |
127 '<(skia_src_path)/core/SkPathHeap.cpp', | 128 '<(skia_src_path)/core/SkPathHeap.cpp', |
128 '<(skia_src_path)/core/SkPathHeap.h', | 129 '<(skia_src_path)/core/SkPathHeap.h', |
129 '<(skia_src_path)/core/SkPathMeasure.cpp', | 130 '<(skia_src_path)/core/SkPathMeasure.cpp', |
130 '<(skia_src_path)/core/SkPathRef.cpp', | 131 '<(skia_src_path)/core/SkPathRef.cpp', |
131 '<(skia_src_path)/core/SkPicture.cpp', | 132 '<(skia_src_path)/core/SkPicture.cpp', |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 375 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
375 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 376 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
376 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 377 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
377 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 378 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
378 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 379 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
379 '<(skia_src_path)/pathops/SkPathWriter.h', | 380 '<(skia_src_path)/pathops/SkPathWriter.h', |
380 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 381 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
381 '<(skia_src_path)/pathops/SkReduceOrder.h', | 382 '<(skia_src_path)/pathops/SkReduceOrder.h', |
382 ], | 383 ], |
383 } | 384 } |
OLD | NEW |