From b05be39e20ae9d70bc54c7511d8199517294a2dd Mon Sep 17 00:00:00 2001 From: "pvalchev@google.com" Date: Sat, 23 Jan 2010 01:37:15 +0000 Subject: OpenBSD/FreeBSD ifdefs and GYP changes for app/ directory - Use OS_POSIX && !OS_MACOSX defines to capture Linux/*BSD as they have many similarities, use other defines instead of OS_LINUX where sensible. Based on original work by Sprewell and Ben Laurie on FreeBSD port Review URL: http://codereview.chromium.org/548126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36931 0039d316-1c4b-4281-b951-d872f2087c98 --- app/app.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/app.gyp') diff --git a/app/app.gyp b/app/app.gyp index dcabe1d..460696e 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -64,7 +64,7 @@ '..', ], 'conditions': [ - ['OS=="linux"', { + ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 'dependencies': [ '../build/linux/system.gyp:gtk', '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', -- cgit v1.1