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': 'effects', |
borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 5 | 'product_name': 'skia_effects', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 6 | 'type': 'static_library', |
borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 7 | 'standalone_static_library': 1, |
senorblanco@chromium.org | f6100c3 | 2012-08-20 20:56:26 +0000 | [diff] [blame] | 8 | 'includes': [ |
| 9 | 'effects.gypi', |
| 10 | ], |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 11 | 'include_dirs': [ |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 12 | '../include/effects', |
djsollen@google.com | 21830d9 | 2012-08-07 19:49:41 +0000 | [diff] [blame] | 13 | '../src/core', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 14 | ], |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 15 | 'direct_dependent_settings': { |
| 16 | 'include_dirs': [ |
| 17 | '../include/effects', |
| 18 | ], |
| 19 | }, |
borenet@google.com | 7ef3929 | 2012-07-18 14:59:54 +0000 | [diff] [blame] | 20 | 'dependencies': [ |
borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 21 | 'skia_base_libs.gyp:skia_base_libs', |
bsalomon@google.com | cf8fb1f | 2012-08-02 14:03:32 +0000 | [diff] [blame] | 22 | ], |
bsalomon@google.com | 202a51b | 2012-09-04 14:37:12 +0000 | [diff] [blame] | 23 | 'sources': [ |
| 24 | 'effects.gypi', # Makes the gypi appear in IDEs (but does not modify the build). |
| 25 | ], |
bsalomon@google.com | cf8fb1f | 2012-08-02 14:03:32 +0000 | [diff] [blame] | 26 | 'conditions': [ |
| 27 | ['skia_gpu == 1', { |
| 28 | 'include_dirs': [ |
| 29 | '../src/gpu', |
| 30 | ], |
bsalomon@google.com | cf8fb1f | 2012-08-02 14:03:32 +0000 | [diff] [blame] | 31 | }], |
borenet@google.com | 7ef3929 | 2012-07-18 14:59:54 +0000 | [diff] [blame] | 32 | ], |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 33 | }, |
| 34 | ], |
| 35 | } |
| 36 | |
| 37 | # Local Variables: |
| 38 | # tab-width:2 |
| 39 | # indent-tabs-mode:nil |
| 40 | # End: |
| 41 | # vim: set expandtab tabstop=2 shiftwidth=2: |