Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: content/content_shell.gypi

Issue 14771026: Linux: remove unmaintained SELinux code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/nacl/nacl_helper_linux.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/nacl/nacl_helper_linux.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698