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/ARGB32_Clamp_Bilinear_BitmapShader.h', | |
11 '<(skia_src_path)/core/SkAAClip.cpp', | 10 '<(skia_src_path)/core/SkAAClip.cpp', |
12 '<(skia_src_path)/core/SkAnnotation.cpp', | 11 '<(skia_src_path)/core/SkAnnotation.cpp', |
13 '<(skia_src_path)/core/SkAdvancedTypefaceMetrics.cpp', | 12 '<(skia_src_path)/core/SkAdvancedTypefaceMetrics.cpp', |
14 '<(skia_src_path)/core/SkAlphaRuns.cpp', | 13 '<(skia_src_path)/core/SkAlphaRuns.cpp', |
15 '<(skia_src_path)/core/SkAntiRun.h', | 14 '<(skia_src_path)/core/SkAntiRun.h', |
16 '<(skia_src_path)/core/SkBBHFactory.cpp', | 15 '<(skia_src_path)/core/SkBBHFactory.cpp', |
17 '<(skia_src_path)/core/SkBBoxHierarchy.h', | 16 '<(skia_src_path)/core/SkBBoxHierarchy.h', |
18 '<(skia_src_path)/core/SkBBoxRecord.cpp', | 17 '<(skia_src_path)/core/SkBBoxRecord.cpp', |
19 '<(skia_src_path)/core/SkBBoxRecord.h', | 18 '<(skia_src_path)/core/SkBBoxRecord.h', |
20 '<(skia_src_path)/core/SkBBoxHierarchyRecord.cpp', | 19 '<(skia_src_path)/core/SkBBoxHierarchyRecord.cpp', |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 366 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
368 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 367 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
369 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 368 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
370 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 369 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
371 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 370 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
372 '<(skia_src_path)/pathops/SkPathWriter.h', | 371 '<(skia_src_path)/pathops/SkPathWriter.h', |
373 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 372 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
374 '<(skia_src_path)/pathops/SkReduceOrder.h', | 373 '<(skia_src_path)/pathops/SkReduceOrder.h', |
375 ], | 374 ], |
376 } | 375 } |
OLD | NEW |