summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorcaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-24 19:33:57 +0000
committercaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-24 19:33:57 +0000
commite5c9465ec725d913b63ff2fcde665425ec2178e6 (patch)
treedefdf3fbc213fc9129c3b47ce4d392917f0a8aab /common.gypi
parentac0811d9847603653a141085053a5220a49bdaec (diff)
downloadgyp-e5c9465ec725d913b63ff2fcde665425ec2178e6.tar.gz
iOS support work in progress
include/core/SkTypes.h - address unsigned warning include/core/SkInstCnt.h src/core/SkInstCnt.cpp gyp/common.gypi - always define SK_ENABLE_INST_COUNT for debug builds src/views/mac/SkNSView.mm - only call glClear if there is a GL context src/ports/SkImageDecoder_CG.cpp - fix iOS hack by using proper include gyp/opts.gyp - exclude more ARM files from iOS for now (see issue 900) gyp/common_conditions.gypi - add release, more ios specific common settings gyp/bench.gyp - add iOS condition gyp/SampleApp.gyp - remove precompiled header, hardcoded SDK path - add more frameworks gyp/debugger.gyp - fix syntax error - add iOS/Android condition gyp/core.gyp - remove hardcoded SDK path, add more frameworks gyp/common_variables.gypi - add ios SDK path - add ios SDK version gyp/iOSSampleApp.gyp - remove obsolete project gyp/zlib.gyp - add ios library path Review URL: https://codereview.appspot.com/6551070 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@5649 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 4b558f8..b620226 100644
--- a/common.gypi
+++ b/common.gypi
@@ -75,7 +75,6 @@
'Debug': {
'defines': [
'SK_DEBUG',
- 'SK_ENABLE_INST_COUNT',
'GR_DEBUG=1',
],
},