epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 1 | { |
| 2 | 'includes': [ |
epoger@google.com | 5351b37 | 2011-07-01 17:16:26 +0000 | [diff] [blame] | 3 | 'common.gypi', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 4 | ], |
| 5 | 'targets': [ |
| 6 | { |
| 7 | 'target_name': 'experimental', |
| 8 | 'type': 'static_library', |
| 9 | 'include_dirs': [ |
| 10 | '../include/config', |
| 11 | '../include/core', |
| 12 | ], |
| 13 | 'sources': [ |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 14 | '../experimental/SkSetPoly3To3.cpp', |
| 15 | '../experimental/SkSetPoly3To3_A.cpp', |
| 16 | '../experimental/SkSetPoly3To3_D.cpp', |
| 17 | ], |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 18 | 'direct_dependent_settings': { |
| 19 | 'include_dirs': [ |
| 20 | '../experimental', |
| 21 | ], |
| 22 | }, |
| 23 | }, |
| 24 | ], |
| 25 | } |
| 26 | |
| 27 | # Local Variables: |
| 28 | # tab-width:2 |
| 29 | # indent-tabs-mode:nil |
| 30 | # End: |
| 31 | # vim: set expandtab tabstop=2 shiftwidth=2: |