2011-05-31 13:50:51 +00:00
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'effects',
|
|
|
|
'type': 'static_library',
|
2012-08-20 20:56:26 +00:00
|
|
|
'includes': [
|
|
|
|
'effects.gypi',
|
|
|
|
],
|
2011-05-31 13:50:51 +00:00
|
|
|
'include_dirs': [
|
|
|
|
'../include/effects',
|
2012-08-07 19:49:41 +00:00
|
|
|
'../src/core',
|
2011-05-31 13:50:51 +00:00
|
|
|
],
|
|
|
|
'direct_dependent_settings': {
|
|
|
|
'include_dirs': [
|
|
|
|
'../include/effects',
|
|
|
|
],
|
|
|
|
},
|
2012-07-18 14:59:54 +00:00
|
|
|
'dependencies': [
|
|
|
|
'core.gyp:core',
|
2012-08-02 14:03:32 +00:00
|
|
|
],
|
|
|
|
'conditions': [
|
|
|
|
['skia_gpu == 1', {
|
|
|
|
'include_dirs': [
|
|
|
|
'../src/gpu',
|
|
|
|
],
|
|
|
|
'dependencies': [
|
|
|
|
'gpu.gyp:gr',
|
|
|
|
],
|
|
|
|
}],
|
2012-07-18 14:59:54 +00:00
|
|
|
],
|
2011-05-31 13:50:51 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
# Local Variables:
|
|
|
|
# tab-width:2
|
|
|
|
# indent-tabs-mode:nil
|
|
|
|
# End:
|
|
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|