diff options
author | pvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 22:27:30 +0000 |
---|---|---|
committer | pvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 22:27:30 +0000 |
commit | a13d6771b025aeb6028e7e79c2b80b590c3bac01 (patch) | |
tree | 41556b16c320b2cb737bb9767534e2aa74176284 /sandbox | |
parent | b5284b12bf3c0c3afc1cc0602c4c0569b84b8fca (diff) | |
download | chromium_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 'sandbox')
-rw-r--r-- | sandbox/sandbox.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index b73c1e5..5564fabc 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -126,6 +126,15 @@ ], }, 'conditions': [ + [ 'OS=="freebsd" or OS=="openbsd"', { + # GYP requires that each file have at least one target defined. + 'targets': [ + { + 'target_name': 'sandbox', + 'type': 'settings', + }, + ], + }], [ 'OS=="linux" and selinux==0', { 'targets': [ { |