blob: 1f476f3d4675ce490bbf3dc9adb1474aeed76621 [file] [log] [blame]
# GYP file to build a the webtry sample.
{
'targets': [
{
'target_name': 'webtry',
'type': 'executable',
'include_dirs' : [
'../src/core',
'../src/images',
],
'sources': [
'../experimental/webtry/result.cpp',
'../experimental/webtry/main.cpp',
],
'dependencies': [
'flags.gyp:flags',
'skia_lib.gyp:skia_lib',
'images.gyp:images',
],
},
],
}