summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-27 19:41:42 +0000
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-27 19:41:42 +0000
commitcc9e740d3816fbb5d7fdcd6b2df899359540e32a (patch)
tree46d12fc53439fe1bc92a7a385e852121871af6ea /common.gypi
parenta4c6421e203d3b31062c6546ca2667a938c1e3ff (diff)
downloadgyp-cc9e740d3816fbb5d7fdcd6b2df899359540e32a.tar.gz
Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)
http://codereview.appspot.com/6353047/ git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@4376 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.gypi b/common.gypi
index a9b274d..717e6eb 100644
--- a/common.gypi
+++ b/common.gypi
@@ -68,6 +68,7 @@
'Debug': {
'defines': [
'SK_DEBUG',
+ 'SK_ENABLE_INST_COUNT',
'GR_DEBUG=1',
],
},