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
parent 1fb9eee7
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
'targets': [ 'targets': [
{ {
'target_name': 'sandbox', 'target_name': 'sandbox',
'type': 'static_library', 'type': 'settings',
'conditions': [ 'conditions': [
# Only compile in the seccomp code for the flag combination # Only compile in the seccomp code for the flag combination
# where we support it. # where we support it.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment