9e64b78ff6
Reason for revert: GpuTimer broken Original issue's description: > Move BenchTimer to tools as Timer > > This breaks a bunch of circular dependencies between tools and gm and bench. > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/4ed75287aed6371c6e4a41ffcc78c8a49c9810ed R=tfarina@chromium.org, mtklein@chromium.org TBR=mtklein@chromium.org, tfarina@chromium.org NOTREECHECKS=true NOTRY=true BUG=skia: Author: mtklein@google.com Review URL: https://codereview.chromium.org/346753003
19 lines
530 B
Python
19 lines
530 B
Python
{
|
|
'targets': [{
|
|
'target_name': 'CrashHandler',
|
|
'type': 'static_library',
|
|
'sources': [ '../tools/CrashHandler.cpp' ],
|
|
'dependencies': [ 'skia_lib.gyp:skia_lib' ],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': [ '../tools' ],
|
|
},
|
|
'all_dependent_settings': {
|
|
'msvs_settings': {
|
|
'VCLinkerTool': {
|
|
'AdditionalDependencies': [ 'Dbghelp.lib' ],
|
|
}
|
|
},
|
|
}
|
|
}]
|
|
}
|