Home | History | Annotate | Download | only in gyp
      1 # GYP file to build a the webtry sample.
      2 {
      3   'targets': [
      4     {
      5       'target_name': 'webtry',
      6       'type': 'executable',
      7       'include_dirs' : [
      8         '../src/core',
      9         '../src/images',
     10         '../src/pathops',
     11         ],
     12        'sources': [
     13          '../experimental/webtry/result.cpp',
     14          '../experimental/webtry/main.cpp',
     15        ],
     16        'dependencies': [
     17          'flags.gyp:flags',
     18          'skia_lib.gyp:skia_lib',
     19          'images.gyp:images',
     20        ],
     21     },
     22   ],
     23 }
     24