aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/webtry.gyp
blob: 63f71b9435a59aa8dcd5b3cd9438cd5d8ef7ec45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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',
       ],
    },
  ],
}