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

Side by Side Diff: gyp/sfnt.gyp

Issue 15855006: prepare skia for shared library build on android (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebasing Created 7 years, 6 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 | « gyp/ports.gyp ('k') | gyp/shapeops_demo.gyp » ('j') | 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': 'sfnt', 4 'target_name': 'sfnt',
5 'product_name': 'skia_sfnt', 5 'product_name': 'skia_sfnt',
6 'type': 'static_library', 6 'type': 'static_library',
7 'standalone_static_library': 1, 7 'standalone_static_library': 1,
8 'dependencies': [
9 'core.gyp:core',
10 ],
11 'include_dirs': [ 8 'include_dirs': [
9 '../include/config',
10 '../include/core',
12 '../src/sfnt', 11 '../src/sfnt',
13 ], 12 ],
14 'sources': [ 13 'sources': [
15 '../src/sfnt/SkIBMFamilyClass.h', 14 '../src/sfnt/SkIBMFamilyClass.h',
16 '../src/sfnt/SkOTTableTypes.h', 15 '../src/sfnt/SkOTTableTypes.h',
17 '../src/sfnt/SkOTTable_glyf.h', 16 '../src/sfnt/SkOTTable_glyf.h',
18 '../src/sfnt/SkOTTable_head.h', 17 '../src/sfnt/SkOTTable_head.h',
19 '../src/sfnt/SkOTTable_hhea.h', 18 '../src/sfnt/SkOTTable_hhea.h',
20 '../src/sfnt/SkOTTable_loca.h', 19 '../src/sfnt/SkOTTable_loca.h',
21 '../src/sfnt/SkOTTable_maxp.h', 20 '../src/sfnt/SkOTTable_maxp.h',
(...skipping 25 matching lines...) Expand all
47 }, 46 },
48 }, 47 },
49 ], 48 ],
50 } 49 }
51 50
52 # Local Variables: 51 # Local Variables:
53 # tab-width:2 52 # tab-width:2
54 # indent-tabs-mode:nil 53 # indent-tabs-mode:nil
55 # End: 54 # End:
56 # vim: set expandtab tabstop=2 shiftwidth=2: 55 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/ports.gyp ('k') | gyp/shapeops_demo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698