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', |
| 8 | 'sources': [ |
scroggo@google.com | d9ba9a0 | 2013-03-21 19:43:15 +0000 | [diff] [blame] | 9 | '../tools/flags/SkCommandLineFlags.h', |
| 10 | '../tools/flags/SkCommandLineFlags.cpp', |
scroggo@google.com | 09fd4d2 | 2013-03-20 14:20:18 +0000 | [diff] [blame] | 11 | ], |
| 12 | 'dependencies': [ |
djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 13 | 'skia_lib.gyp:skia_lib', |
scroggo@google.com | 09fd4d2 | 2013-03-20 14:20:18 +0000 | [diff] [blame] | 14 | ], |
| 15 | 'direct_dependent_settings': { |
| 16 | 'include_dirs': [ |
scroggo@google.com | d9ba9a0 | 2013-03-21 19:43:15 +0000 | [diff] [blame] | 17 | '../tools/flags', |
scroggo@google.com | 09fd4d2 | 2013-03-20 14:20:18 +0000 | [diff] [blame] | 18 | ], |
| 19 | } |
| 20 | }, |
| 21 | ], |
| 22 | } |
| 23 | |
| 24 | # Local Variables: |
| 25 | # tab-width:2 |
| 26 | # indent-tabs-mode:nil |
| 27 | # End: |
| 28 | # vim: set expandtab tabstop=2 shiftwidth=2: |