summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-03 23:32:08 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-03 23:32:08 +0000
commitdd969ac19f91a918e13db899daebcee734103d7e (patch)
tree1adfcd47aa366c064f92552302a44df635d58d79 /common.gypi
parent9a72fb3cf7d241c481d2b81a10d29d8aaa7f1287 (diff)
downloadgyp-dd969ac19f91a918e13db899daebcee734103d7e.tar.gz
Remove uses of GR_RELEASE.
Instead of using GR_RELEASE new code should just use SK_RELEASE, like its counterpart SK_DEBUG instead of GR_DEBUG. R=bsalomon@google.com, robertphillips@google.com Author: tfarina@chromium.org Review URL: https://chromiumcodereview.appspot.com/23479017 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@11070 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 4ab00f1..aaf741d 100644
--- a/common.gypi
+++ b/common.gypi
@@ -98,7 +98,6 @@
'Release': {
'defines': [
'SK_RELEASE',
- 'GR_RELEASE=1',
],
},
'Release_Developer': {