Home | History | Annotate | Download | only in templates
      1 {
      2   'targets': [
      3     {
      4       'configurations': {
      5         'Debug': { },
      6         'Release': { }
      7       },
      8       'cflags!': [
      9         '-Werror'
     10       ],
     11       'target_name': '{{.Hash}}',
     12       'type': 'executable',
     13       'dependencies': [
     14         '../skia/gyp/skia_lib.gyp:skia_lib',
     15         '../skia/gyp/flags.gyp:flags'
     16       ],
     17       'include_dirs': [
     18         '../skia/include/config',
     19         '../skia/include/core',
     20         '../skia/tools/flags',
     21         '../skia/src/core',
     22       ],
     23       'conditions': [
     24         ['skia_os == "mac"', {
     25                 'defines': ['SK_UNSAFE_BUILD_DESKTOP_ONLY=1']
     26         }]
     27       ],
     28       'sources': [
     29         'src/{{.Hash}}.cpp',
     30         '../skia/experimental/webtry/main.cpp'
     31       ],
     32     }
     33   ]
     34 }
     35