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

Side by Side Diff: gyp/freetype.gyp

Issue 12328138: Build freetype as a standalone_static_library (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'freetype', 4 'target_name': 'freetype',
5 'type': 'static_library', 5 'type': 'static_library',
6 'standalone_static_library': 1,
6 'sources': [ 7 'sources': [
7 # base components (required) 8 # base components (required)
8 '../third_party/externals/freetype/src/base/ftsystem.c', 9 '../third_party/externals/freetype/src/base/ftsystem.c',
9 '../third_party/externals/freetype/src/base/ftinit.c', 10 '../third_party/externals/freetype/src/base/ftinit.c',
10 '../third_party/externals/freetype/src/base/ftdebug.c', 11 '../third_party/externals/freetype/src/base/ftdebug.c',
11 '../third_party/externals/freetype/src/base/ftbase.c', 12 '../third_party/externals/freetype/src/base/ftbase.c',
12 13
13 '../third_party/externals/freetype/src/base/ftbbox.c', # recommend ed, see <freetype/ftbbox.h> 14 '../third_party/externals/freetype/src/base/ftbbox.c', # recommend ed, see <freetype/ftbbox.h>
14 '../third_party/externals/freetype/src/base/ftglyph.c', # recommend ed, see <freetype/ftglyph.h> 15 '../third_party/externals/freetype/src/base/ftglyph.c', # recommend ed, see <freetype/ftglyph.h>
15 16
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 ], 80 ],
80 }, 81 },
81 ], 82 ],
82 } 83 }
83 84
84 # Local Variables: 85 # Local Variables:
85 # tab-width:2 86 # tab-width:2
86 # indent-tabs-mode:nil 87 # indent-tabs-mode:nil
87 # End: 88 # End:
88 # vim: set expandtab tabstop=2 shiftwidth=2: 89 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698