summaryrefslogtreecommitdiffstats
path: root/skia/skia.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r--skia/skia.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 11bece7..d0b1f6f 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -273,6 +273,16 @@
'SK_SUPPORT_GPU=0',
],
}],
+ ['release_valgrind_build == 1', {
+ 'defines': [
+ 'SK_DEBUG_PATH_REF=1',
+ ],
+ 'direct_dependent_settings': {
+ 'defines': [
+ 'SK_DEBUG_PATH_REF=1',
+ ],
+ },
+ }],
['order_profiling != 0', {
'target_conditions' : [
['_toolset=="target"', {