blob: 7ea732a733d20cdcad90e2fa28b9f143d31a2a22 [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',
5 'type': 'static_library',
senorblanco@chromium.orgf6100c32012-08-20 20:56:26 +00006 'includes': [
7 'effects.gypi',
8 ],
epoger@google.comae85aea2011-05-31 13:50:51 +00009 'include_dirs': [
epoger@google.comae85aea2011-05-31 13:50:51 +000010 '../include/effects',
djsollen@google.com21830d92012-08-07 19:49:41 +000011 '../src/core',
epoger@google.comae85aea2011-05-31 13:50:51 +000012 ],
epoger@google.comae85aea2011-05-31 13:50:51 +000013 'direct_dependent_settings': {
14 'include_dirs': [
15 '../include/effects',
16 ],
17 },
borenet@google.com7ef39292012-07-18 14:59:54 +000018 'dependencies': [
19 'core.gyp:core',
bsalomon@google.comcf8fb1f2012-08-02 14:03:32 +000020 ],
21 'conditions': [
22 ['skia_gpu == 1', {
23 'include_dirs': [
24 '../src/gpu',
25 ],
26 'dependencies': [
27 'gpu.gyp:gr',
28 ],
29 }],
borenet@google.com7ef39292012-07-18 14:59:54 +000030 ],
epoger@google.comae85aea2011-05-31 13:50:51 +000031 },
32 ],
33}
34
35# Local Variables:
36# tab-width:2
37# indent-tabs-mode:nil
38# End:
39# vim: set expandtab tabstop=2 shiftwidth=2: