scroggo@google.com | 09fd4d2 | 2013-03-20 14:20:18 +0000 | [diff] [blame] | 1 | # GYP file to build flag parser |
| 2 | # |
| 3 | { |
| 4 | 'targets': [ |
| 5 | { |
| 6 | 'target_name': 'flags', |
| 7 | 'type': 'static_library', |
halcanary | 03758b8 | 2015-01-18 10:39:25 -0800 | [diff] [blame] | 8 | 'include_dirs': [ '../src/core', ], |
scroggo@google.com | 09fd4d2 | 2013-03-20 14:20:18 +0000 | [diff] [blame] | 9 | 'sources': [ |
scroggo@google.com | d9ba9a0 | 2013-03-21 19:43:15 +0000 | [diff] [blame] | 10 | '../tools/flags/SkCommandLineFlags.cpp', |
tfarina | 1c4d578 | 2014-06-22 16:13:00 -0700 | [diff] [blame] | 11 | '../tools/flags/SkCommandLineFlags.h', |
scroggo@google.com | 09fd4d2 | 2013-03-20 14:20:18 +0000 | [diff] [blame] | 12 | ], |
| 13 | 'dependencies': [ |
djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 14 | 'skia_lib.gyp:skia_lib', |
scroggo@google.com | 09fd4d2 | 2013-03-20 14:20:18 +0000 | [diff] [blame] | 15 | ], |
| 16 | 'direct_dependent_settings': { |
| 17 | 'include_dirs': [ |
scroggo@google.com | d9ba9a0 | 2013-03-21 19:43:15 +0000 | [diff] [blame] | 18 | '../tools/flags', |
scroggo@google.com | 09fd4d2 | 2013-03-20 14:20:18 +0000 | [diff] [blame] | 19 | ], |
| 20 | } |
| 21 | }, |
caryclark | 17f0b6d | 2014-07-22 10:15:34 -0700 | [diff] [blame] | 22 | { |
| 23 | 'target_name': 'flags_common', |
| 24 | 'type': 'static_library', |
| 25 | 'sources': [ |
| 26 | '../tools/flags/SkCommonFlags.cpp', |
| 27 | '../tools/flags/SkCommonFlags.h', |
| 28 | ], |
| 29 | 'dependencies': [ |
| 30 | 'skia_lib.gyp:skia_lib', |
| 31 | 'flags.gyp:flags', |
| 32 | ], |
| 33 | 'direct_dependent_settings': { |
| 34 | 'include_dirs': [ |
| 35 | '../tools/flags', |
| 36 | ], |
| 37 | } |
| 38 | }, |
scroggo@google.com | 09fd4d2 | 2013-03-20 14:20:18 +0000 | [diff] [blame] | 39 | ], |
| 40 | } |