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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 '<(skia_include_path)/core/SkRasterizer.h', | 279 '<(skia_include_path)/core/SkRasterizer.h', |
280 '<(skia_include_path)/core/SkReader32.h', | 280 '<(skia_include_path)/core/SkReader32.h', |
281 '<(skia_include_path)/core/SkRect.h', | 281 '<(skia_include_path)/core/SkRect.h', |
282 '<(skia_include_path)/core/SkRefCnt.h', | 282 '<(skia_include_path)/core/SkRefCnt.h', |
283 '<(skia_include_path)/core/SkRegion.h', | 283 '<(skia_include_path)/core/SkRegion.h', |
284 '<(skia_include_path)/core/SkRRect.h', | 284 '<(skia_include_path)/core/SkRRect.h', |
285 '<(skia_include_path)/core/SkScalar.h', | 285 '<(skia_include_path)/core/SkScalar.h', |
286 '<(skia_include_path)/core/SkShader.h', | 286 '<(skia_include_path)/core/SkShader.h', |
287 '<(skia_include_path)/core/SkStream.h', | 287 '<(skia_include_path)/core/SkStream.h', |
288 '<(skia_include_path)/core/SkString.h', | 288 '<(skia_include_path)/core/SkString.h', |
289 '<(skia_include_path)/core/SkStringUtils.h', | |
290 '<(skia_include_path)/core/SkStrokeRec.h', | 289 '<(skia_include_path)/core/SkStrokeRec.h', |
291 '<(skia_include_path)/core/SkSurface.h', | 290 '<(skia_include_path)/core/SkSurface.h', |
292 '<(skia_include_path)/core/SkTArray.h', | 291 '<(skia_include_path)/core/SkTArray.h', |
293 '<(skia_include_path)/core/SkTDArray.h', | 292 '<(skia_include_path)/core/SkTDArray.h', |
294 '<(skia_include_path)/core/SkTDStack.h', | 293 '<(skia_include_path)/core/SkTDStack.h', |
295 '<(skia_include_path)/core/SkTDict.h', | 294 '<(skia_include_path)/core/SkTDict.h', |
296 '<(skia_include_path)/core/SkTInternalLList.h', | 295 '<(skia_include_path)/core/SkTInternalLList.h', |
297 '<(skia_include_path)/core/SkTRegistry.h', | 296 '<(skia_include_path)/core/SkTRegistry.h', |
298 '<(skia_include_path)/core/SkTSearch.h', | 297 '<(skia_include_path)/core/SkTSearch.h', |
299 '<(skia_include_path)/core/SkTemplates.h', | 298 '<(skia_include_path)/core/SkTemplates.h', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 362 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
364 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 363 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
365 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 364 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
366 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 365 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
367 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 366 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
368 '<(skia_src_path)/pathops/SkPathWriter.h', | 367 '<(skia_src_path)/pathops/SkPathWriter.h', |
369 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 368 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
370 '<(skia_src_path)/pathops/SkReduceOrder.h', | 369 '<(skia_src_path)/pathops/SkReduceOrder.h', |
371 ], | 370 ], |
372 } | 371 } |
OLD | NEW |