2011-05-31 17:50:51 +04:00
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'effects',
|
2012-10-10 23:45:51 +04:00
|
|
|
'product_name': 'skia_effects',
|
2011-05-31 17:50:51 +04:00
|
|
|
'type': 'static_library',
|
2012-10-10 23:45:51 +04:00
|
|
|
'standalone_static_library': 1,
|
2012-08-21 00:56:26 +04:00
|
|
|
'includes': [
|
|
|
|
'effects.gypi',
|
|
|
|
],
|
2011-05-31 17:50:51 +04:00
|
|
|
'include_dirs': [
|
|
|
|
'../include/effects',
|
2012-08-07 23:49:41 +04:00
|
|
|
'../src/core',
|
2011-05-31 17:50:51 +04:00
|
|
|
],
|
|
|
|
'direct_dependent_settings': {
|
|
|
|
'include_dirs': [
|
|
|
|
'../include/effects',
|
|
|
|
],
|
|
|
|
},
|
2013-06-01 00:09:47 +04:00
|
|
|
'dependencies': [
|
|
|
|
'skia_base_libs.gyp:skia_base_libs',
|
|
|
|
],
|
2012-09-04 18:37:12 +04:00
|
|
|
'sources': [
|
|
|
|
'effects.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
|
|
|
|
],
|
2012-08-02 18:03:32 +04:00
|
|
|
'conditions': [
|
|
|
|
['skia_gpu == 1', {
|
|
|
|
'include_dirs': [
|
|
|
|
'../src/gpu',
|
|
|
|
],
|
|
|
|
}],
|
2012-07-18 18:59:54 +04:00
|
|
|
],
|
2011-05-31 17:50:51 +04:00
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
# Local Variables:
|
|
|
|
# tab-width:2
|
|
|
|
# indent-tabs-mode:nil
|
|
|
|
# End:
|
|
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|