| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 06b610954235428a0cf2f8e8a284698046ac25ca..8cfcffc7dc33c162661993c3c9ab9b0b7b8bd6bb 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -177,7 +177,7 @@
|
| '../webkit/support/webkit_support.gyp:webkit_support_common',
|
| ],
|
| }],
|
| - ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', {
|
| + ['OS == "win" or toolkit_uses_gtk == 1', {
|
| 'dependencies': [
|
| '../sandbox/sandbox.gyp:sandbox',
|
| ],
|
|
|