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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 375 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
375 '<(skia_src_path)/pathops/SkReduceOrder.h', | 376 '<(skia_src_path)/pathops/SkReduceOrder.h', |
376 ], | 377 ], |
377 } | 378 } |
378 | 379 |
379 # Local Variables: | 380 # Local Variables: |
380 # tab-width:2 | 381 # tab-width:2 |
381 # indent-tabs-mode:nil | 382 # indent-tabs-mode:nil |
382 # End: | 383 # End: |
383 # vim: set expandtab tabstop=2 shiftwidth=2: | 384 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |