summaryrefslogtreecommitdiff
path: root/xml.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 /xml.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 'xml.gyp')
-rw-r--r--xml.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml.gyp b/xml.gyp
index 464a2a5..5c9edb2 100644
--- a/xml.gyp
+++ b/xml.gyp
@@ -33,7 +33,7 @@
'../src/xml/SkXMLPullParser.cpp', #if 0 around class decl in header
],
'conditions': [
- [ 'OS == "win" or OS == "mac" or OS == "linux" or OS == "openbsd" or OS == "solaris"', {
+ [ 'skia_os in ["win", "mac", "linux", "freebsd", "openbsd", "solaris"]', {
'sources!': [
# no jsapi.h by default on system
'../include/xml/SkJS.h',