summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authorbungeman@chromium.org <bungeman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-28 03:55:42 +0000
committerbungeman@chromium.org <bungeman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-28 03:55:42 +0000
commitced96af37fdfbf2289bed85c690011e684345077 (patch)
tree423561a05c75daf95dd37f4c5d596d0898dbebac /sandbox
parente717a85629f72aa26c2a5c68c022a0ddfcfdee8f (diff)
downloadchromium_src-ced96af37fdfbf2289bed85c690011e684345077.zip
chromium_src-ced96af37fdfbf2289bed85c690011e684345077.tar.gz
chromium_src-ced96af37fdfbf2289bed85c690011e684345077.tar.bz2
The 'sandbox' target is always 'none'.
In revision 143549 seccomp_bpf was moved to its own target, however the line changing 'sandbox' to a static_library was left behind. This should be removed as it is misleading and leads to odd build generator behavior (like an empty build.ninja file). Review URL: https://codereview.chromium.org/12340115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185143 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/linux/sandbox_linux.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
index 5bfa6f7..f9cef2b 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -57,7 +57,6 @@
}],
# Similarly, compile seccomp BPF when we support it
[ 'compile_seccomp_bpf==1', {
- 'type': 'static_library',
'dependencies': [
'seccomp_bpf',
],