2013-06-29 01:32:00 +04:00
|
|
|
# Gyp file for effects
|
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,
|
2013-07-22 18:39:45 +04:00
|
|
|
'dependencies': [
|
|
|
|
'core.gyp:*',
|
|
|
|
'images.gyp:*',
|
|
|
|
'utils.gyp:*',
|
|
|
|
],
|
2012-08-21 00:56:26 +04:00
|
|
|
'includes': [
|
|
|
|
'effects.gypi',
|
|
|
|
],
|
2011-05-31 17:50:51 +04:00
|
|
|
'include_dirs': [
|
|
|
|
'../include/effects',
|
2013-09-04 23:23:53 +04:00
|
|
|
'../src/effects',
|
2013-10-31 01:57:04 +04:00
|
|
|
'../src/opts',
|
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',
|
|
|
|
],
|
|
|
|
},
|
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': [
|
2013-06-03 16:10:19 +04:00
|
|
|
'../include/gpu',
|
2012-08-02 18:03:32 +04:00
|
|
|
'../src/gpu',
|
|
|
|
],
|
|
|
|
}],
|
2012-07-18 18:59:54 +04:00
|
|
|
],
|
2011-05-31 17:50:51 +04:00
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|