aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/xml.gyp
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-01 20:20:07 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-01 20:20:07 +0000
commit8846cb22cea7842d8dafe25a557215e31e9deeec (patch)
treec71133dcf9565943237ff68ab687ed4d0160161b /gyp/xml.gyp
parent5351b373b3c68e12aecf4f16378bfebc4a5586a2 (diff)
Create new 'skia_os' variable to replace use of 'OS' in most places.
Diffstat (limited to 'gyp/xml.gyp')
-rw-r--r--gyp/xml.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/xml.gyp b/gyp/xml.gyp
index 464a2a5e0b..5c9edb27f6 100644
--- a/gyp/xml.gyp
+++ b/gyp/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',