2014-03-11 22:57:50 +00:00
|
|
|
# GYP file to build a the webtry sample.
|
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'webtry',
|
|
|
|
'type': 'executable',
|
|
|
|
'include_dirs' : [
|
|
|
|
'../src/core',
|
|
|
|
'../src/images',
|
2014-04-28 14:56:32 +00:00
|
|
|
'../src/pathops',
|
2014-03-11 22:57:50 +00:00
|
|
|
],
|
|
|
|
'sources': [
|
|
|
|
'../experimental/webtry/result.cpp',
|
2014-04-09 18:59:44 +00:00
|
|
|
'../experimental/webtry/main.cpp',
|
2014-03-11 22:57:50 +00:00
|
|
|
],
|
|
|
|
'dependencies': [
|
|
|
|
'flags.gyp:flags',
|
|
|
|
'skia_lib.gyp:skia_lib',
|
|
|
|
'images.gyp:images',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|