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

Side by Side Diff: gyp/core.gypi

Issue 185293018: WIP -- SkFont (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: add initial tests Created 6 years, 8 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/SkFont.h » ('j') | include/core/SkFont.h » ('J')
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 '<(skia_src_path)/core/SkError.cpp', 81 '<(skia_src_path)/core/SkError.cpp',
82 '<(skia_src_path)/core/SkErrorInternals.h', 82 '<(skia_src_path)/core/SkErrorInternals.h',
83 '<(skia_src_path)/core/SkFilterProc.cpp', 83 '<(skia_src_path)/core/SkFilterProc.cpp',
84 '<(skia_src_path)/core/SkFilterProc.h', 84 '<(skia_src_path)/core/SkFilterProc.h',
85 '<(skia_src_path)/core/SkFilterShader.cpp', 85 '<(skia_src_path)/core/SkFilterShader.cpp',
86 '<(skia_src_path)/core/SkFlattenable.cpp', 86 '<(skia_src_path)/core/SkFlattenable.cpp',
87 '<(skia_src_path)/core/SkFlattenableSerialization.cpp', 87 '<(skia_src_path)/core/SkFlattenableSerialization.cpp',
88 '<(skia_src_path)/core/SkFloat.cpp', 88 '<(skia_src_path)/core/SkFloat.cpp',
89 '<(skia_src_path)/core/SkFloat.h', 89 '<(skia_src_path)/core/SkFloat.h',
90 '<(skia_src_path)/core/SkFloatBits.cpp', 90 '<(skia_src_path)/core/SkFloatBits.cpp',
91 '<(skia_src_path)/core/SkFont.cpp',
91 '<(skia_src_path)/core/SkFontHost.cpp', 92 '<(skia_src_path)/core/SkFontHost.cpp',
92 '<(skia_src_path)/core/SkFontDescriptor.cpp', 93 '<(skia_src_path)/core/SkFontDescriptor.cpp',
93 '<(skia_src_path)/core/SkFontDescriptor.h', 94 '<(skia_src_path)/core/SkFontDescriptor.h',
94 '<(skia_src_path)/core/SkFontStream.cpp', 95 '<(skia_src_path)/core/SkFontStream.cpp',
95 '<(skia_src_path)/core/SkFontStream.h', 96 '<(skia_src_path)/core/SkFontStream.h',
96 '<(skia_src_path)/core/SkGeometry.cpp', 97 '<(skia_src_path)/core/SkGeometry.cpp',
97 '<(skia_src_path)/core/SkGlyphCache.cpp', 98 '<(skia_src_path)/core/SkGlyphCache.cpp',
98 '<(skia_src_path)/core/SkGlyphCache.h', 99 '<(skia_src_path)/core/SkGlyphCache.h',
99 '<(skia_src_path)/core/SkGlyphCache_Globals.h', 100 '<(skia_src_path)/core/SkGlyphCache_Globals.h',
100 '<(skia_src_path)/core/SkGraphics.cpp', 101 '<(skia_src_path)/core/SkGraphics.cpp',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 362 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
362 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 363 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
363 '<(skia_src_path)/pathops/SkPathOpsRect.h', 364 '<(skia_src_path)/pathops/SkPathOpsRect.h',
364 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 365 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
365 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 366 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
366 '<(skia_src_path)/pathops/SkPathWriter.h', 367 '<(skia_src_path)/pathops/SkPathWriter.h',
367 '<(skia_src_path)/pathops/SkQuarticRoot.h', 368 '<(skia_src_path)/pathops/SkQuarticRoot.h',
368 '<(skia_src_path)/pathops/SkReduceOrder.h', 369 '<(skia_src_path)/pathops/SkReduceOrder.h',
369 ], 370 ],
370 } 371 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkFont.h » ('j') | include/core/SkFont.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698