summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authoredisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-08 18:00:16 +0000
committeredisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-08 18:00:16 +0000
commita1a976bf06703bd223a25b41cc986cb9377af1a2 (patch)
treec9383631258054f6e471db2b16a963720c20871a /common.gypi
parent7eae9a6d858f283e07bacdd85671999851928438 (diff)
downloadgyp-a1a976bf06703bd223a25b41cc986cb9377af1a2.tar.gz
Collect minidump and print callstack if an app chrashes.
Review URL: https://codereview.chromium.org/12387018 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@8044 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi7
1 files changed, 7 insertions, 0 deletions
diff --git a/common.gypi b/common.gypi
index 810a0f8..d3e1498 100644
--- a/common.gypi
+++ b/common.gypi
@@ -76,6 +76,13 @@
],
},
}],
+ [ 'skia_win_debuggers_path and skia_os == "win"',
+ {
+ 'defines': [
+ 'SK_USE_CDB',
+ ],
+ },
+ ],
],
'configurations': {
'Debug': {