epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 1 | { |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'experimental', |
| 5 | 'type': 'static_library', |
bungeman@google.com | 5a64e58 | 2012-03-29 14:51:56 +0000 | [diff] [blame] | 6 | 'include_dirs': [ |
| 7 | '../include/config', |
| 8 | '../include/core', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 9 | ], |
| 10 | 'sources': [ |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 11 | '../experimental/SkSetPoly3To3.cpp', |
| 12 | '../experimental/SkSetPoly3To3_A.cpp', |
| 13 | '../experimental/SkSetPoly3To3_D.cpp', |
| 14 | ], |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 15 | 'direct_dependent_settings': { |
| 16 | 'include_dirs': [ |
| 17 | '../experimental', |
| 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: |