| 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)/c/sk_surface.cpp', | 10 '<(skia_src_path)/c/sk_surface.cpp', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 '<(skia_src_path)/core/SkMessageBus.h', | 118 '<(skia_src_path)/core/SkMessageBus.h', |
| 119 '<(skia_src_path)/core/SkMetaData.cpp', | 119 '<(skia_src_path)/core/SkMetaData.cpp', |
| 120 '<(skia_src_path)/core/SkMipMap.cpp', | 120 '<(skia_src_path)/core/SkMipMap.cpp', |
| 121 '<(skia_src_path)/core/SkMultiPictureDraw.cpp', | 121 '<(skia_src_path)/core/SkMultiPictureDraw.cpp', |
| 122 '<(skia_src_path)/core/SkPackBits.cpp', | 122 '<(skia_src_path)/core/SkPackBits.cpp', |
| 123 '<(skia_src_path)/core/SkPaint.cpp', | 123 '<(skia_src_path)/core/SkPaint.cpp', |
| 124 '<(skia_src_path)/core/SkPaintPriv.cpp', | 124 '<(skia_src_path)/core/SkPaintPriv.cpp', |
| 125 '<(skia_src_path)/core/SkPaintPriv.h', | 125 '<(skia_src_path)/core/SkPaintPriv.h', |
| 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', | |
| 129 '<(skia_src_path)/core/SkPathHeap.h', | |
| 130 '<(skia_src_path)/core/SkPathMeasure.cpp', | 128 '<(skia_src_path)/core/SkPathMeasure.cpp', |
| 131 '<(skia_src_path)/core/SkPathRef.cpp', | 129 '<(skia_src_path)/core/SkPathRef.cpp', |
| 132 '<(skia_src_path)/core/SkPicture.cpp', | 130 '<(skia_src_path)/core/SkPicture.cpp', |
| 133 '<(skia_src_path)/core/SkPictureContentInfo.cpp', | 131 '<(skia_src_path)/core/SkPictureContentInfo.cpp', |
| 134 '<(skia_src_path)/core/SkPictureContentInfo.h', | 132 '<(skia_src_path)/core/SkPictureContentInfo.h', |
| 135 '<(skia_src_path)/core/SkPictureData.cpp', | 133 '<(skia_src_path)/core/SkPictureData.cpp', |
| 136 '<(skia_src_path)/core/SkPictureData.h', | 134 '<(skia_src_path)/core/SkPictureData.h', |
| 137 '<(skia_src_path)/core/SkPictureFlat.cpp', | 135 '<(skia_src_path)/core/SkPictureFlat.cpp', |
| 138 '<(skia_src_path)/core/SkPictureFlat.h', | 136 '<(skia_src_path)/core/SkPictureFlat.h', |
| 139 '<(skia_src_path)/core/SkPicturePlayback.cpp', | 137 '<(skia_src_path)/core/SkPicturePlayback.cpp', |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 368 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 371 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 369 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 372 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 370 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 373 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 371 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
| 374 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 372 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 375 '<(skia_src_path)/pathops/SkPathWriter.h', | 373 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 376 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 374 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 377 '<(skia_src_path)/pathops/SkReduceOrder.h', | 375 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 378 ], | 376 ], |
| 379 } | 377 } |
| OLD | NEW |