blob: ba0b9263a185b12bd308a1a53a3f234b4fdec458 [file] [log] [blame]
commit-bot@chromium.org6f458fc2014-03-11 22:57:50 +00001# GYP file to build a the webtry sample.
2{
3 'targets': [
4 {
5 'target_name': 'webtry',
6 'type': 'executable',
7 'mac_bundle' : 1,
8 'include_dirs' : [
9 '../src/core',
10 '../src/images',
11 ],
12 'sources': [
13 '../experimental/webtry/result.cpp',
14 ],
15 'dependencies': [
16 'flags.gyp:flags',
17 'skia_lib.gyp:skia_lib',
18 'images.gyp:images',
19 ],
20 },
21 ],
22}