summaryrefslogtreecommitdiffstats
path: root/third_party/expat/expat.gyp
diff options
context:
space:
mode:
authorpvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-14 22:27:30 +0000
committerpvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-14 22:27:30 +0000
commita13d6771b025aeb6028e7e79c2b80b590c3bac01 (patch)
tree41556b16c320b2cb737bb9767534e2aa74176284 /third_party/expat/expat.gyp
parentb5284b12bf3c0c3afc1cc0602c4c0569b84b8fca (diff)
downloadchromium_src-a13d6771b025aeb6028e7e79c2b80b590c3bac01.zip
chromium_src-a13d6771b025aeb6028e7e79c2b80b590c3bac01.tar.gz
chromium_src-a13d6771b025aeb6028e7e79c2b80b590c3bac01.tar.bz2
GYP changes for FreeBSD and OpenBSD
Review URL: http://codereview.chromium.org/1480002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/expat/expat.gyp')
-rw-r--r--third_party/expat/expat.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/expat/expat.gyp b/third_party/expat/expat.gyp
index ab017f6..2f5b9bf 100644
--- a/third_party/expat/expat.gyp
+++ b/third_party/expat/expat.gyp
@@ -15,7 +15,7 @@
]
},
'conditions': [
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
# On Linux, we implicitly already depend on expat via fontconfig;
# let's not pull it in twice.
'targets': [
@@ -59,7 +59,7 @@
'COMPILED_FROM_DSP',
],
}],
- ['OS=="mac"', {
+ ['OS=="mac" or OS=="freebsd" or OS=="openbsd"', {
'defines': [
'HAVE_EXPAT_CONFIG_H',
],