summaryrefslogtreecommitdiffstats
path: root/third_party/libxslt
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-18 16:11:37 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-18 16:11:37 +0000
commitb5c72b82b5b19a3268ea5df60b79322f7f779027 (patch)
tree27bbd22eccca76f350d0e6350e78dcd20f297104 /third_party/libxslt
parentc04057c9f62073cd266eebe462dd777f8fe6d7a5 (diff)
downloadchromium_src-b5c72b82b5b19a3268ea5df60b79322f7f779027.zip
chromium_src-b5c72b82b5b19a3268ea5df60b79322f7f779027.tar.gz
chromium_src-b5c72b82b5b19a3268ea5df60b79322f7f779027.tar.bz2
Solaris: Second set adding in Solaris as an OS option
TEST=compiles BUG=30101 Patch by James Choi <jchoi42@pha.jhu.edu>. Review URL: http://codereview.chromium.org/606075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39362 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxslt')
-rw-r--r--third_party/libxslt/libxslt.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libxslt/libxslt.gyp b/third_party/libxslt/libxslt.gyp
index ae83817..0240936 100644
--- a/third_party/libxslt/libxslt.gyp
+++ b/third_party/libxslt/libxslt.gyp
@@ -5,7 +5,7 @@
{
'variables': {
'conditions': [
- ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
+ ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
'os_include': 'linux'
}],
['OS=="mac"', {'os_include': 'mac'}],