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

Side by Side Diff: gyp/utils.gyp

Issue 213153006: Fix size of rotated text with FreeType. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: 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/SkFloatingPoint.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 # Gyp for utils. 1 # Gyp for utils.
2 { 2 {
3 'targets': [ 3 'targets': [
4 { 4 {
5 'target_name': 'utils', 5 'target_name': 'utils',
6 'product_name': 'skia_utils', 6 'product_name': 'skia_utils',
7 'type': 'static_library', 7 'type': 'static_library',
8 'standalone_static_library': 1, 8 'standalone_static_library': 1,
9 'dependencies': [ 9 'dependencies': [
10 'core.gyp:*', 10 'core.gyp:*',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 '../src/utils/SkCubicInterval.cpp', 74 '../src/utils/SkCubicInterval.cpp',
75 '../src/utils/SkCullPoints.cpp', 75 '../src/utils/SkCullPoints.cpp',
76 '../src/utils/SkDeferredCanvas.cpp', 76 '../src/utils/SkDeferredCanvas.cpp',
77 '../src/utils/SkDumpCanvas.cpp', 77 '../src/utils/SkDumpCanvas.cpp',
78 '../src/utils/SkEventTracer.cpp', 78 '../src/utils/SkEventTracer.cpp',
79 '../src/utils/SkFloatUtils.h', 79 '../src/utils/SkFloatUtils.h',
80 '../src/utils/SkGatherPixelRefsAndRects.cpp', 80 '../src/utils/SkGatherPixelRefsAndRects.cpp',
81 '../src/utils/SkGatherPixelRefsAndRects.h', 81 '../src/utils/SkGatherPixelRefsAndRects.h',
82 '../src/utils/SkInterpolator.cpp', 82 '../src/utils/SkInterpolator.cpp',
83 '../src/utils/SkLayer.cpp', 83 '../src/utils/SkLayer.cpp',
84 '../src/utils/SkMatrix22.cpp',
85 '../src/utils/SkMatrix22.h',
84 '../src/utils/SkMatrix44.cpp', 86 '../src/utils/SkMatrix44.cpp',
85 '../src/utils/SkMD5.cpp', 87 '../src/utils/SkMD5.cpp',
86 '../src/utils/SkMD5.h', 88 '../src/utils/SkMD5.h',
87 '../src/utils/SkMeshUtils.cpp', 89 '../src/utils/SkMeshUtils.cpp',
88 '../src/utils/SkNinePatch.cpp', 90 '../src/utils/SkNinePatch.cpp',
89 '../src/utils/SkNWayCanvas.cpp', 91 '../src/utils/SkNWayCanvas.cpp',
90 '../src/utils/SkNullCanvas.cpp', 92 '../src/utils/SkNullCanvas.cpp',
91 '../src/utils/SkOSFile.cpp', 93 '../src/utils/SkOSFile.cpp',
92 '../src/utils/SkParse.cpp', 94 '../src/utils/SkParse.cpp',
93 '../src/utils/SkParseColor.cpp', 95 '../src/utils/SkParseColor.cpp',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 ], 231 ],
230 'direct_dependent_settings': { 232 'direct_dependent_settings': {
231 'include_dirs': [ 233 'include_dirs': [
232 '../include/utils', 234 '../include/utils',
233 '../src/utils', 235 '../src/utils',
234 ], 236 ],
235 }, 237 },
236 }, 238 },
237 ], 239 ],
238 } 240 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkFloatingPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698