| commit | b74af872cc1ce45768df3ae03fa86ad3ed76b582 | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jun 27 19:41:42 2012 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jun 27 19:41:42 2012 +0000 |
| tree | d7af92a8668a2bd14e3e1cd1b162aeca08e178dd | |
| parent | 006db0f1b8d85caea7ac37bc1fca133eca74aac8 [diff] [blame] |
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@4376 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/common.gypi b/gyp/common.gypi index a9b274d..717e6eb 100644 --- a/gyp/common.gypi +++ b/gyp/common.gypi
@@ -68,6 +68,7 @@ 'Debug': { 'defines': [ 'SK_DEBUG', + 'SK_ENABLE_INST_COUNT', 'GR_DEBUG=1', ], },