blob: 7e3599c8d9570c7d7f15bc5b5f7c710c844da4bb [file] [log] [blame]
mtklein9e64b782014-06-20 10:43:07 -07001{
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}