| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 '<(skia_src_path)/core/SkFloat.h', | 94 '<(skia_src_path)/core/SkFloat.h', |
| 95 '<(skia_src_path)/core/SkFloatBits.cpp', | 95 '<(skia_src_path)/core/SkFloatBits.cpp', |
| 96 '<(skia_src_path)/core/SkFontHost.cpp', | 96 '<(skia_src_path)/core/SkFontHost.cpp', |
| 97 '<(skia_src_path)/core/SkFontDescriptor.cpp', | 97 '<(skia_src_path)/core/SkFontDescriptor.cpp', |
| 98 '<(skia_src_path)/core/SkFontDescriptor.h', | 98 '<(skia_src_path)/core/SkFontDescriptor.h', |
| 99 '<(skia_src_path)/core/SkFontStream.cpp', | 99 '<(skia_src_path)/core/SkFontStream.cpp', |
| 100 '<(skia_src_path)/core/SkFontStream.h', | 100 '<(skia_src_path)/core/SkFontStream.h', |
| 101 '<(skia_src_path)/core/SkGeometry.cpp', | 101 '<(skia_src_path)/core/SkGeometry.cpp', |
| 102 '<(skia_src_path)/core/SkGlyphCache.cpp', | 102 '<(skia_src_path)/core/SkGlyphCache.cpp', |
| 103 '<(skia_src_path)/core/SkGlyphCache.h', | 103 '<(skia_src_path)/core/SkGlyphCache.h', |
| 104 '<(skia_src_path)/core/SkGlyphCache_Globals.h', |
| 104 '<(skia_src_path)/core/SkGraphics.cpp', | 105 '<(skia_src_path)/core/SkGraphics.cpp', |
| 105 '<(skia_src_path)/core/SkInstCnt.cpp', | 106 '<(skia_src_path)/core/SkInstCnt.cpp', |
| 106 '<(skia_src_path)/core/SkImageFilter.cpp', | 107 '<(skia_src_path)/core/SkImageFilter.cpp', |
| 107 '<(skia_src_path)/core/SkImageFilterUtils.cpp', | 108 '<(skia_src_path)/core/SkImageFilterUtils.cpp', |
| 108 '<(skia_src_path)/core/SkLineClipper.cpp', | 109 '<(skia_src_path)/core/SkLineClipper.cpp', |
| 109 '<(skia_src_path)/core/SkMallocPixelRef.cpp', | 110 '<(skia_src_path)/core/SkMallocPixelRef.cpp', |
| 110 '<(skia_src_path)/core/SkMask.cpp', | 111 '<(skia_src_path)/core/SkMask.cpp', |
| 111 '<(skia_src_path)/core/SkMaskFilter.cpp', | 112 '<(skia_src_path)/core/SkMaskFilter.cpp', |
| 112 '<(skia_src_path)/core/SkMaskGamma.cpp', | 113 '<(skia_src_path)/core/SkMaskGamma.cpp', |
| 113 '<(skia_src_path)/core/SkMaskGamma.h', | 114 '<(skia_src_path)/core/SkMaskGamma.h', |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 373 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 373 '<(skia_src_path)/pathops/SkReduceOrder.h', | 374 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 374 ], | 375 ], |
| 375 } | 376 } |
| 376 | 377 |
| 377 # Local Variables: | 378 # Local Variables: |
| 378 # tab-width:2 | 379 # tab-width:2 |
| 379 # indent-tabs-mode:nil | 380 # indent-tabs-mode:nil |
| 380 # End: | 381 # End: |
| 381 # vim: set expandtab tabstop=2 shiftwidth=2: | 382 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |