6f458fc221
BUG=skia: R=reed@google.com Author: jcgregorio@google.com Review URL: https://codereview.chromium.org/195143004 git-svn-id: http://skia.googlecode.com/svn/trunk@13751 2bbb7eff-a529-9590-31e7-b0007b416f81
23 lines
448 B
Python
23 lines
448 B
Python
# GYP file to build a the webtry sample.
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'webtry',
|
|
'type': 'executable',
|
|
'mac_bundle' : 1,
|
|
'include_dirs' : [
|
|
'../src/core',
|
|
'../src/images',
|
|
],
|
|
'sources': [
|
|
'../experimental/webtry/result.cpp',
|
|
],
|
|
'dependencies': [
|
|
'flags.gyp:flags',
|
|
'skia_lib.gyp:skia_lib',
|
|
'images.gyp:images',
|
|
],
|
|
},
|
|
],
|
|
}
|