Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1185)

Side by Side Diff: gyp/core.gypi

Issue 24447003: add counting to glyphcache, and refactor some for clarity (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: expose count-limit in SkGraphics.h Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | include/core/SkGraphics.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « no previous file | include/core/SkGraphics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698