| 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_paint.cpp', | 10 '<(skia_src_path)/c/sk_paint.cpp', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 '<(skia_src_path)/core/SkError.cpp', | 87 '<(skia_src_path)/core/SkError.cpp', |
| 88 '<(skia_src_path)/core/SkErrorInternals.h', | 88 '<(skia_src_path)/core/SkErrorInternals.h', |
| 89 '<(skia_src_path)/core/SkFilterProc.cpp', | 89 '<(skia_src_path)/core/SkFilterProc.cpp', |
| 90 '<(skia_src_path)/core/SkFilterProc.h', | 90 '<(skia_src_path)/core/SkFilterProc.h', |
| 91 '<(skia_src_path)/core/SkFilterShader.cpp', | 91 '<(skia_src_path)/core/SkFilterShader.cpp', |
| 92 '<(skia_src_path)/core/SkFlattenable.cpp', | 92 '<(skia_src_path)/core/SkFlattenable.cpp', |
| 93 '<(skia_src_path)/core/SkFlattenableSerialization.cpp', | 93 '<(skia_src_path)/core/SkFlattenableSerialization.cpp', |
| 94 '<(skia_src_path)/core/SkFloatBits.cpp', | 94 '<(skia_src_path)/core/SkFloatBits.cpp', |
| 95 '<(skia_src_path)/core/SkFont.cpp', | 95 '<(skia_src_path)/core/SkFont.cpp', |
| 96 '<(skia_src_path)/core/SkFontHost.cpp', | 96 '<(skia_src_path)/core/SkFontHost.cpp', |
| 97 '<(skia_src_path)/core/SkFontMgr.cpp', |
| 98 '<(skia_src_path)/core/SkFontStyle.cpp', |
| 97 '<(skia_src_path)/core/SkFontDescriptor.cpp', | 99 '<(skia_src_path)/core/SkFontDescriptor.cpp', |
| 98 '<(skia_src_path)/core/SkFontDescriptor.h', | 100 '<(skia_src_path)/core/SkFontDescriptor.h', |
| 99 '<(skia_src_path)/core/SkFontStream.cpp', | 101 '<(skia_src_path)/core/SkFontStream.cpp', |
| 100 '<(skia_src_path)/core/SkFontStream.h', | 102 '<(skia_src_path)/core/SkFontStream.h', |
| 101 '<(skia_src_path)/core/SkGeometry.cpp', | 103 '<(skia_src_path)/core/SkGeometry.cpp', |
| 102 '<(skia_src_path)/core/SkGeometry.h', | 104 '<(skia_src_path)/core/SkGeometry.h', |
| 103 '<(skia_src_path)/core/SkGlyphCache.cpp', | 105 '<(skia_src_path)/core/SkGlyphCache.cpp', |
| 104 '<(skia_src_path)/core/SkGlyphCache.h', | 106 '<(skia_src_path)/core/SkGlyphCache.h', |
| 105 '<(skia_src_path)/core/SkGlyphCache_Globals.h', | 107 '<(skia_src_path)/core/SkGlyphCache_Globals.h', |
| 106 '<(skia_src_path)/core/SkGraphics.cpp', | 108 '<(skia_src_path)/core/SkGraphics.cpp', |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 378 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 377 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 379 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 378 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 380 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 379 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 381 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
| 380 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 382 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 381 '<(skia_src_path)/pathops/SkPathWriter.h', | 383 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 382 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 384 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 383 '<(skia_src_path)/pathops/SkReduceOrder.h', | 385 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 384 ], | 386 ], |
| 385 } | 387 } |
| OLD | NEW |