From a13d6771b025aeb6028e7e79c2b80b590c3bac01 Mon Sep 17 00:00:00 2001 From: "pvalchev@google.com" Date: Fri, 14 May 2010 22:27:30 +0000 Subject: 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 --- third_party/expat/expat.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/expat/expat.gyp') 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', ], -- cgit v1.1