Home | History | Annotate | Download | only in gyp
      1 {
      2   'targets': [{
      3       'target_name': 'CrashHandler',
      4           'type': 'static_library',
      5           'sources': [ '../tools/CrashHandler.cpp' ],
      6           'dependencies': [ 'skia_lib.gyp:skia_lib' ],
      7           'direct_dependent_settings': {
      8               'include_dirs': [ '../tools' ],
      9           },
     10           'all_dependent_settings': {
     11               'msvs_settings': {
     12                   'VCLinkerTool': {
     13                       'AdditionalDependencies': [ 'Dbghelp.lib' ],
     14                   }
     15               },
     16           }
     17   }]
     18 }
     19