summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authorcraig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-11 18:11:16 +0000
committercraig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-11 18:11:16 +0000
commitf9cdd2a4a1c064d6666816a703e0d84fca555f5f (patch)
treef154cfbeb67f196f96e45571df09d74cfc042d7e /sandbox
parent1fb9eee7382c3de80532ea147ff5d7498f0ca79b (diff)
downloadchromium_src-f9cdd2a4a1c064d6666816a703e0d84fca555f5f.zip
chromium_src-f9cdd2a4a1c064d6666816a703e0d84fca555f5f.tar.gz
chromium_src-f9cdd2a4a1c064d6666816a703e0d84fca555f5f.tar.bz2
Make sandbox target a settings target type to fix a linker error.
BUG=92164 TEST=Clobber build compiles, trybots Review URL: http://codereview.chromium.org/7602016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96425 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/sandbox.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index 89f75fc..295c8bd 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -136,7 +136,7 @@
'targets': [
{
'target_name': 'sandbox',
- 'type': 'static_library',
+ 'type': 'settings',
'conditions': [
# Only compile in the seccomp code for the flag combination
# where we support it.