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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 '<(skia_src_path)/core/SkPaintPriv.cpp', | 123 '<(skia_src_path)/core/SkPaintPriv.cpp', |
124 '<(skia_src_path)/core/SkPaintPriv.h', | 124 '<(skia_src_path)/core/SkPaintPriv.h', |
125 '<(skia_src_path)/core/SkPatch.cpp', | 125 '<(skia_src_path)/core/SkPatch.cpp', |
126 '<(skia_src_path)/core/SkPath.cpp', | 126 '<(skia_src_path)/core/SkPath.cpp', |
127 '<(skia_src_path)/core/SkPathEffect.cpp', | 127 '<(skia_src_path)/core/SkPathEffect.cpp', |
128 '<(skia_src_path)/core/SkPathHeap.cpp', | 128 '<(skia_src_path)/core/SkPathHeap.cpp', |
129 '<(skia_src_path)/core/SkPathHeap.h', | 129 '<(skia_src_path)/core/SkPathHeap.h', |
130 '<(skia_src_path)/core/SkPathMeasure.cpp', | 130 '<(skia_src_path)/core/SkPathMeasure.cpp', |
131 '<(skia_src_path)/core/SkPathRef.cpp', | 131 '<(skia_src_path)/core/SkPathRef.cpp', |
132 '<(skia_src_path)/core/SkPicture.cpp', | 132 '<(skia_src_path)/core/SkPicture.cpp', |
| 133 '<(skia_src_path)/core/SkPictureContentInfo.cpp', |
| 134 '<(skia_src_path)/core/SkPictureContentInfo.h', |
133 '<(skia_src_path)/core/SkPictureData.cpp', | 135 '<(skia_src_path)/core/SkPictureData.cpp', |
134 '<(skia_src_path)/core/SkPictureData.h', | 136 '<(skia_src_path)/core/SkPictureData.h', |
135 '<(skia_src_path)/core/SkPictureFlat.cpp', | 137 '<(skia_src_path)/core/SkPictureFlat.cpp', |
136 '<(skia_src_path)/core/SkPictureFlat.h', | 138 '<(skia_src_path)/core/SkPictureFlat.h', |
137 '<(skia_src_path)/core/SkPicturePlayback.cpp', | 139 '<(skia_src_path)/core/SkPicturePlayback.cpp', |
138 '<(skia_src_path)/core/SkPicturePlayback.h', | 140 '<(skia_src_path)/core/SkPicturePlayback.h', |
139 '<(skia_src_path)/core/SkPictureRangePlayback.cpp', | 141 '<(skia_src_path)/core/SkPictureRangePlayback.cpp', |
140 '<(skia_src_path)/core/SkPictureRangePlayback.h', | 142 '<(skia_src_path)/core/SkPictureRangePlayback.h', |
141 '<(skia_src_path)/core/SkPictureRecord.cpp', | 143 '<(skia_src_path)/core/SkPictureRecord.cpp', |
142 '<(skia_src_path)/core/SkPictureRecord.h', | 144 '<(skia_src_path)/core/SkPictureRecord.h', |
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 377 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
376 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 378 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
377 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 379 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
378 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 380 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
379 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 381 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
380 '<(skia_src_path)/pathops/SkPathWriter.h', | 382 '<(skia_src_path)/pathops/SkPathWriter.h', |
381 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 383 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
382 '<(skia_src_path)/pathops/SkReduceOrder.h', | 384 '<(skia_src_path)/pathops/SkReduceOrder.h', |
383 ], | 385 ], |
384 } | 386 } |
OLD | NEW |