Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Unified Diff: gyp/tools.gyp

Issue 915663002: Only define SK_CRASH_HANDLER in crash_handler. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index a83522c0db414d9551e63ce8f295d729b5292fa2..21d9c02db84e43beb92c8119700ce14826d28463 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': {
« no previous file with comments | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698