aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index a83522c0db..21d9c02db8 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -50,6 +50,12 @@
'direct_dependent_settings': {
'include_dirs': [ '../tools' ],
},
+ 'conditions': [
+ [ 'skia_is_bot', {
+ 'defines': [ 'SK_CRASH_HANDLER' ],
+ }],
+ ],
+
'all_dependent_settings': {
'msvs_settings': {
'VCLinkerTool': {