blob: e110c9f0697cdbcdc9e717479c0d26fe7367c9f0 [file] [log] [blame]
epoger@google.comae85aea2011-05-31 13:50:51 +00001{
epoger@google.comae85aea2011-05-31 13:50:51 +00002 'targets': [
3 {
4 'target_name': 'effects',
borenet@google.comefb1d772012-10-10 19:45:51 +00005 'product_name': 'skia_effects',
epoger@google.comae85aea2011-05-31 13:50:51 +00006 'type': 'static_library',
borenet@google.comefb1d772012-10-10 19:45:51 +00007 'standalone_static_library': 1,
senorblanco@chromium.orgf6100c32012-08-20 20:56:26 +00008 'includes': [
9 'effects.gypi',
10 ],
epoger@google.comae85aea2011-05-31 13:50:51 +000011 'include_dirs': [
epoger@google.comae85aea2011-05-31 13:50:51 +000012 '../include/effects',
djsollen@google.com21830d92012-08-07 19:49:41 +000013 '../src/core',
epoger@google.comae85aea2011-05-31 13:50:51 +000014 ],
epoger@google.comae85aea2011-05-31 13:50:51 +000015 'direct_dependent_settings': {
16 'include_dirs': [
17 '../include/effects',
18 ],
19 },
borenet@google.com7ef39292012-07-18 14:59:54 +000020 'dependencies': [
borenet@google.comefb1d772012-10-10 19:45:51 +000021 'skia_base_libs.gyp:skia_base_libs',
bsalomon@google.comcf8fb1f2012-08-02 14:03:32 +000022 ],
bsalomon@google.com202a51b2012-09-04 14:37:12 +000023 'sources': [
24 'effects.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
25 ],
bsalomon@google.comcf8fb1f2012-08-02 14:03:32 +000026 'conditions': [
27 ['skia_gpu == 1', {
28 'include_dirs': [
29 '../src/gpu',
30 ],
bsalomon@google.comcf8fb1f2012-08-02 14:03:32 +000031 }],
borenet@google.com7ef39292012-07-18 14:59:54 +000032 ],
epoger@google.comae85aea2011-05-31 13:50:51 +000033 },
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: