15b29811ca
BUG=skia: R=mtklein@google.com Author: jcgregorio@google.com Review URL: https://codereview.chromium.org/252863002 git-svn-id: http://skia.googlecode.com/svn/trunk@14402 2bbb7eff-a529-9590-31e7-b0007b416f81
24 lines
494 B
Python
24 lines
494 B
Python
# GYP file to build a the webtry sample.
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'webtry',
|
|
'type': 'executable',
|
|
'include_dirs' : [
|
|
'../src/core',
|
|
'../src/images',
|
|
'../src/pathops',
|
|
],
|
|
'sources': [
|
|
'../experimental/webtry/result.cpp',
|
|
'../experimental/webtry/main.cpp',
|
|
],
|
|
'dependencies': [
|
|
'flags.gyp:flags',
|
|
'skia_lib.gyp:skia_lib',
|
|
'images.gyp:images',
|
|
],
|
|
},
|
|
],
|
|
}
|