| 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', | 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 '<(skia_src_path)/core/SkError.cpp', | 83 '<(skia_src_path)/core/SkError.cpp', |
| 84 '<(skia_src_path)/core/SkErrorInternals.h', | 84 '<(skia_src_path)/core/SkErrorInternals.h', |
| 85 '<(skia_src_path)/core/SkFilterProc.cpp', | 85 '<(skia_src_path)/core/SkFilterProc.cpp', |
| 86 '<(skia_src_path)/core/SkFilterProc.h', | 86 '<(skia_src_path)/core/SkFilterProc.h', |
| 87 '<(skia_src_path)/core/SkFilterShader.cpp', | 87 '<(skia_src_path)/core/SkFilterShader.cpp', |
| 88 '<(skia_src_path)/core/SkFlattenable.cpp', | 88 '<(skia_src_path)/core/SkFlattenable.cpp', |
| 89 '<(skia_src_path)/core/SkFlattenableSerialization.cpp', | 89 '<(skia_src_path)/core/SkFlattenableSerialization.cpp', |
| 90 '<(skia_src_path)/core/SkFloat.cpp', | 90 '<(skia_src_path)/core/SkFloat.cpp', |
| 91 '<(skia_src_path)/core/SkFloat.h', | 91 '<(skia_src_path)/core/SkFloat.h', |
| 92 '<(skia_src_path)/core/SkFloatBits.cpp', | 92 '<(skia_src_path)/core/SkFloatBits.cpp', |
| 93 '<(skia_src_path)/core/SkFont.cpp', |
| 93 '<(skia_src_path)/core/SkFontHost.cpp', | 94 '<(skia_src_path)/core/SkFontHost.cpp', |
| 94 '<(skia_src_path)/core/SkFontDescriptor.cpp', | 95 '<(skia_src_path)/core/SkFontDescriptor.cpp', |
| 95 '<(skia_src_path)/core/SkFontDescriptor.h', | 96 '<(skia_src_path)/core/SkFontDescriptor.h', |
| 96 '<(skia_src_path)/core/SkFontStream.cpp', | 97 '<(skia_src_path)/core/SkFontStream.cpp', |
| 97 '<(skia_src_path)/core/SkFontStream.h', | 98 '<(skia_src_path)/core/SkFontStream.h', |
| 98 '<(skia_src_path)/core/SkGeometry.cpp', | 99 '<(skia_src_path)/core/SkGeometry.cpp', |
| 99 '<(skia_src_path)/core/SkGlyphCache.cpp', | 100 '<(skia_src_path)/core/SkGlyphCache.cpp', |
| 100 '<(skia_src_path)/core/SkGlyphCache.h', | 101 '<(skia_src_path)/core/SkGlyphCache.h', |
| 101 '<(skia_src_path)/core/SkGlyphCache_Globals.h', | 102 '<(skia_src_path)/core/SkGlyphCache_Globals.h', |
| 102 '<(skia_src_path)/core/SkGraphics.cpp', | 103 '<(skia_src_path)/core/SkGraphics.cpp', |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 361 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 361 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 362 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 362 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 363 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 363 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 364 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
| 364 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 365 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 365 '<(skia_src_path)/pathops/SkPathWriter.h', | 366 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 366 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 367 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 367 '<(skia_src_path)/pathops/SkReduceOrder.h', | 368 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 368 ], | 369 ], |
| 369 } | 370 } |
| OLD | NEW |