| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 901e9fd814c10bda5b76a510970793125a82d430..fd04f5225968e4427336a725fe82a75f2f58ef0c 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -375,11 +375,11 @@
|
| },
|
| },
|
| }], # OS=="win"
|
| - ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', {
|
| + ['OS == "win" or toolkit_uses_gtk == 1', {
|
| 'dependencies': [
|
| '../sandbox/sandbox.gyp:sandbox',
|
| ],
|
| - }], # OS=="win" or (toolkit_uses_gtk == 1 and selinux == 0)
|
| + }], # OS=="win" or toolkit_uses_gtk == 1
|
| ['toolkit_uses_gtk == 1', {
|
| 'dependencies': [
|
| '<(DEPTH)/build/linux/system.gyp:gtk',
|
|
|