summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-17 17:22:14 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-17 17:22:14 +0000
commit5d9bc78fa77fbb892561a3c1acbc030ba0ebc66e (patch)
tree54d23a3517d1e0bcecd0380de54f039f40209696 /content/content_shell.gypi
parent7e75e4a8d4bc9dda2944cb5381c819c6d0249ec9 (diff)
downloadchromium_src-5d9bc78fa77fbb892561a3c1acbc030ba0ebc66e.zip
chromium_src-5d9bc78fa77fbb892561a3c1acbc030ba0ebc66e.tar.gz
chromium_src-5d9bc78fa77fbb892561a3c1acbc030ba0ebc66e.tar.bz2
Linux: remove unmaintained SELinux code.
See https://groups.google.com/a/chromium.org/d/msg/chromium-dev/YpU7t2XaGRg/V9-diQZQQDwJ for discussion. BUG=none R=agl@chromium.org, jln@chromium.org Review URL: https://codereview.chromium.org/14771026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200838 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 901e9fd..fd04f522 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',