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', |
11 '<(skia_src_path)/core/SkAnnotation.cpp', | 11 '<(skia_src_path)/core/SkAnnotation.cpp', |
12 '<(skia_src_path)/core/SkAdvancedTypefaceMetrics.cpp', | 12 '<(skia_src_path)/core/SkAdvancedTypefaceMetrics.cpp', |
13 '<(skia_src_path)/core/SkAlphaRuns.cpp', | 13 '<(skia_src_path)/core/SkAlphaRuns.cpp', |
14 '<(skia_src_path)/core/SkAntiRun.h', | 14 '<(skia_src_path)/core/SkAntiRun.h', |
15 '<(skia_src_path)/core/SkBBHFactory.cpp', | 15 '<(skia_src_path)/core/SkBBHFactory.cpp', |
16 '<(skia_src_path)/core/SkBBoxHierarchy.h', | 16 '<(skia_src_path)/core/SkBBoxHierarchy.h', |
17 '<(skia_src_path)/core/SkBBoxRecord.cpp', | 17 '<(skia_src_path)/core/SkBBoxRecord.cpp', |
18 '<(skia_src_path)/core/SkBBoxRecord.h', | 18 '<(skia_src_path)/core/SkBBoxRecord.h', |
19 '<(skia_src_path)/core/SkBBoxHierarchyRecord.cpp', | 19 '<(skia_src_path)/core/SkBBoxHierarchyRecord.cpp', |
20 '<(skia_src_path)/core/SkBBoxHierarchyRecord.h', | 20 '<(skia_src_path)/core/SkBBoxHierarchyRecord.h', |
21 '<(skia_src_path)/core/SkBitmap.cpp', | 21 '<(skia_src_path)/core/SkBitmap.cpp', |
| 22 '<(skia_src_path)/core/SkBitmapCache.cpp', |
22 '<(skia_src_path)/core/SkBitmapDevice.cpp', | 23 '<(skia_src_path)/core/SkBitmapDevice.cpp', |
23 '<(skia_src_path)/core/SkBitmapFilter.h', | 24 '<(skia_src_path)/core/SkBitmapFilter.h', |
24 '<(skia_src_path)/core/SkBitmapFilter.cpp', | 25 '<(skia_src_path)/core/SkBitmapFilter.cpp', |
25 '<(skia_src_path)/core/SkBitmapHeap.cpp', | 26 '<(skia_src_path)/core/SkBitmapHeap.cpp', |
26 '<(skia_src_path)/core/SkBitmapHeap.h', | 27 '<(skia_src_path)/core/SkBitmapHeap.h', |
27 '<(skia_src_path)/core/SkBitmapProcShader.cpp', | 28 '<(skia_src_path)/core/SkBitmapProcShader.cpp', |
28 '<(skia_src_path)/core/SkBitmapProcShader.h', | 29 '<(skia_src_path)/core/SkBitmapProcShader.h', |
29 '<(skia_src_path)/core/SkBitmapProcState.cpp', | 30 '<(skia_src_path)/core/SkBitmapProcState.cpp', |
30 '<(skia_src_path)/core/SkBitmapProcState.h', | 31 '<(skia_src_path)/core/SkBitmapProcState.h', |
31 '<(skia_src_path)/core/SkBitmapProcState_matrix.h', | 32 '<(skia_src_path)/core/SkBitmapProcState_matrix.h', |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 372 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
372 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 373 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
373 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 374 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
374 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 375 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
375 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 376 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
376 '<(skia_src_path)/pathops/SkPathWriter.h', | 377 '<(skia_src_path)/pathops/SkPathWriter.h', |
377 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 378 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
378 '<(skia_src_path)/pathops/SkReduceOrder.h', | 379 '<(skia_src_path)/pathops/SkReduceOrder.h', |
379 ], | 380 ], |
380 } | 381 } |
OLD | NEW |