diff options
author | mtklein <mtklein@chromium.org> | 2014-06-19 07:41:58 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-06-19 07:41:59 -0700 |
commit | 3f73e8c8d589e0d5a1f75327b4aa22c1e745732d (patch) | |
tree | 0b7a8e78028cffe7048ba9dfc19addccb50c89e8 /gyp | |
parent | 373dd9b52f88158edd1e24419e6d937efaf59d55 (diff) |
CrashHandler for Windows.
Plus, print out assertion failures on Windows,
and some little tweaks to CrashHandler on other platforms for consistency.
BUG=skia:
R=bungeman@google.com, mtklein@google.com, reed@google.com
Author: mtklein@chromium.org
Review URL: https://codereview.chromium.org/340523007
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/crash_handler.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gyp/crash_handler.gyp b/gyp/crash_handler.gyp index aa5ad94720..7e3599c8d9 100644 --- a/gyp/crash_handler.gyp +++ b/gyp/crash_handler.gyp @@ -7,5 +7,12 @@ 'direct_dependent_settings': { 'include_dirs': [ '../tools' ], }, + 'all_dependent_settings': { + 'msvs_settings': { + 'VCLinkerTool': { + 'AdditionalDependencies': [ 'Dbghelp.lib' ], + } + }, + } }] } |