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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 '<(skia_src_path)/image/SkSurface_Raster.cpp', | 220 '<(skia_src_path)/image/SkSurface_Raster.cpp', |
221 | 221 |
222 '<(skia_src_path)/pipe/SkGPipeRead.cpp', | 222 '<(skia_src_path)/pipe/SkGPipeRead.cpp', |
223 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', | 223 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', |
224 | 224 |
225 '<(skia_include_path)/core/SkAdvancedTypefaceMetrics.h', | 225 '<(skia_include_path)/core/SkAdvancedTypefaceMetrics.h', |
226 '<(skia_include_path)/core/SkBBHFactory.h', | 226 '<(skia_include_path)/core/SkBBHFactory.h', |
227 '<(skia_include_path)/core/SkBitmap.h', | 227 '<(skia_include_path)/core/SkBitmap.h', |
228 '<(skia_include_path)/core/SkBitmapDevice.h', | 228 '<(skia_include_path)/core/SkBitmapDevice.h', |
229 '<(skia_include_path)/core/SkBlitRow.h', | 229 '<(skia_include_path)/core/SkBlitRow.h', |
230 '<(skia_include_path)/core/SkBounder.h', | |
231 '<(skia_include_path)/core/SkCanvas.h', | 230 '<(skia_include_path)/core/SkCanvas.h', |
232 '<(skia_include_path)/core/SkChecksum.h', | 231 '<(skia_include_path)/core/SkChecksum.h', |
233 '<(skia_include_path)/core/SkChunkAlloc.h', | 232 '<(skia_include_path)/core/SkChunkAlloc.h', |
234 '<(skia_include_path)/core/SkClipStack.h', | 233 '<(skia_include_path)/core/SkClipStack.h', |
235 '<(skia_include_path)/core/SkColor.h', | 234 '<(skia_include_path)/core/SkColor.h', |
236 '<(skia_include_path)/core/SkColorFilter.h', | 235 '<(skia_include_path)/core/SkColorFilter.h', |
237 '<(skia_include_path)/core/SkColorPriv.h', | 236 '<(skia_include_path)/core/SkColorPriv.h', |
238 '<(skia_include_path)/core/SkColorShader.h', | 237 '<(skia_include_path)/core/SkColorShader.h', |
239 '<(skia_include_path)/core/SkComposeShader.h', | 238 '<(skia_include_path)/core/SkComposeShader.h', |
240 '<(skia_include_path)/core/SkData.h', | 239 '<(skia_include_path)/core/SkData.h', |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 368 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
370 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 369 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
371 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 370 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
372 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 371 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
373 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 372 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
374 '<(skia_src_path)/pathops/SkPathWriter.h', | 373 '<(skia_src_path)/pathops/SkPathWriter.h', |
375 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 374 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
376 '<(skia_src_path)/pathops/SkReduceOrder.h', | 375 '<(skia_src_path)/pathops/SkReduceOrder.h', |
377 ], | 376 ], |
378 } | 377 } |
OLD | NEW |