summaryrefslogtreecommitdiff
path: root/SimpleCocoaApp.gyp
diff options
context:
space:
mode:
authorepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-01 20:20:07 +0000
committerepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-01 20:20:07 +0000
commit9518584daf848c80cc24b508e389017ff1bdf20d (patch)
treed563ae1434b1f3c44a1e8a2dba0c8f9379896cac /SimpleCocoaApp.gyp
parent27b9aa07b3f847211402967a28ef5ef96e710240 (diff)
downloadgyp-9518584daf848c80cc24b508e389017ff1bdf20d.tar.gz
Create new 'skia_os' variable to replace use of 'OS' in most places.
http://codereview.appspot.com/4627085 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@1782 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'SimpleCocoaApp.gyp')
-rw-r--r--SimpleCocoaApp.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/SimpleCocoaApp.gyp b/SimpleCocoaApp.gyp
index 9f415e4..ead9fe4 100644
--- a/SimpleCocoaApp.gyp
+++ b/SimpleCocoaApp.gyp
@@ -28,7 +28,7 @@
],
'conditions' : [
# Only supports Mac currently
- [ 'OS == "mac"', {
+ [ 'skia_os == "mac"', {
'sources': [
'../include/utils/mac/SkCGUtils.h',
'../src/utils/mac/SkCreateCGImageRef.cpp',