scroggo | 3e56227 | 2015-03-25 10:22:41 -0700 | [diff] [blame] | 1 | # Copyright 2015 Google Inc. |
| 2 | # |
| 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
bungeman@google.com | f8d1aee | 2012-02-02 19:15:21 +0000 | [diff] [blame] | 5 | { |
bungeman@google.com | f8d1aee | 2012-02-02 19:15:21 +0000 | [diff] [blame] | 6 | 'targets': [ |
| 7 | { |
| 8 | 'target_name': 'sfnt', |
borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 9 | 'product_name': 'skia_sfnt', |
bungeman@google.com | f8d1aee | 2012-02-02 19:15:21 +0000 | [diff] [blame] | 10 | 'type': 'static_library', |
borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 11 | 'standalone_static_library': 1, |
bungeman@google.com | b8f3655 | 2013-07-22 14:39:45 +0000 | [diff] [blame] | 12 | 'dependencies': [ |
| 13 | 'core.gyp:*', |
| 14 | ], |
bungeman@google.com | f8d1aee | 2012-02-02 19:15:21 +0000 | [diff] [blame] | 15 | 'include_dirs': [ |
bungeman | f3c15b7 | 2015-08-19 11:56:48 -0700 | [diff] [blame] | 16 | '../include/private', |
reed | 95dd177 | 2015-08-17 18:29:47 -0700 | [diff] [blame] | 17 | '../src/core', |
bungeman@google.com | f8d1aee | 2012-02-02 19:15:21 +0000 | [diff] [blame] | 18 | '../src/sfnt', |
| 19 | ], |
| 20 | 'sources': [ |
| 21 | '../src/sfnt/SkIBMFamilyClass.h', |
| 22 | '../src/sfnt/SkOTTableTypes.h', |
bungeman@google.com | 4d868b0 | 2014-05-09 14:08:28 +0000 | [diff] [blame] | 23 | '../src/sfnt/SkOTTable_EBDT.h', |
| 24 | '../src/sfnt/SkOTTable_EBLC.h', |
| 25 | '../src/sfnt/SkOTTable_EBSC.h', |
bungeman | 740c3f1 | 2014-06-23 08:29:23 -0700 | [diff] [blame] | 26 | '../src/sfnt/SkOTTable_gasp.h', |
bungeman@google.com | a544f29 | 2012-11-20 18:52:23 +0000 | [diff] [blame] | 27 | '../src/sfnt/SkOTTable_glyf.h', |
bungeman@google.com | f8d1aee | 2012-02-02 19:15:21 +0000 | [diff] [blame] | 28 | '../src/sfnt/SkOTTable_head.h', |
| 29 | '../src/sfnt/SkOTTable_hhea.h', |
bungeman@google.com | a544f29 | 2012-11-20 18:52:23 +0000 | [diff] [blame] | 30 | '../src/sfnt/SkOTTable_loca.h', |
| 31 | '../src/sfnt/SkOTTable_maxp.h', |
| 32 | '../src/sfnt/SkOTTable_maxp_CFF.h', |
| 33 | '../src/sfnt/SkOTTable_maxp_TT.h', |
bungeman@google.com | 8ec9956 | 2012-02-07 21:30:21 +0000 | [diff] [blame] | 34 | '../src/sfnt/SkOTTable_name.h', |
bungeman@google.com | f8d1aee | 2012-02-02 19:15:21 +0000 | [diff] [blame] | 35 | '../src/sfnt/SkOTTable_OS_2.h', |
| 36 | '../src/sfnt/SkOTTable_OS_2_V0.h', |
| 37 | '../src/sfnt/SkOTTable_OS_2_V1.h', |
| 38 | '../src/sfnt/SkOTTable_OS_2_V2.h', |
| 39 | '../src/sfnt/SkOTTable_OS_2_V3.h', |
| 40 | '../src/sfnt/SkOTTable_OS_2_V4.h', |
| 41 | '../src/sfnt/SkOTTable_OS_2_VA.h', |
| 42 | '../src/sfnt/SkOTTable_post.h', |
| 43 | '../src/sfnt/SkPanose.h', |
bungeman@google.com | 8ec9956 | 2012-02-07 21:30:21 +0000 | [diff] [blame] | 44 | '../src/sfnt/SkOTUtils.h', |
bungeman@google.com | f8d1aee | 2012-02-02 19:15:21 +0000 | [diff] [blame] | 45 | '../src/sfnt/SkPreprocessorSeq.h', |
bungeman@google.com | 8ec9956 | 2012-02-07 21:30:21 +0000 | [diff] [blame] | 46 | '../src/sfnt/SkSFNTHeader.h', |
commit-bot@chromium.org | b5e34e2 | 2013-05-07 15:28:15 +0000 | [diff] [blame] | 47 | '../src/sfnt/SkTTCFHeader.h', |
bungeman@google.com | f8d1aee | 2012-02-02 19:15:21 +0000 | [diff] [blame] | 48 | '../src/sfnt/SkTypedEnum.h', |
bungeman@google.com | 8ec9956 | 2012-02-07 21:30:21 +0000 | [diff] [blame] | 49 | |
bungeman@google.com | 07a69f8 | 2013-04-02 14:12:38 +0000 | [diff] [blame] | 50 | '../src/sfnt/SkOTTable_name.cpp', |
bungeman@google.com | 8ec9956 | 2012-02-07 21:30:21 +0000 | [diff] [blame] | 51 | '../src/sfnt/SkOTUtils.cpp', |
bungeman@google.com | f8d1aee | 2012-02-02 19:15:21 +0000 | [diff] [blame] | 52 | ], |
| 53 | 'direct_dependent_settings': { |
| 54 | 'include_dirs': [ |
| 55 | '../src/sfnt', |
| 56 | ], |
| 57 | }, |
| 58 | }, |
| 59 | ], |
| 60 | } |