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

Unified Diff: chrome/chrome_tests_unit.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/chrome_exe.gypi ('k') | chrome/nacl/nacl_helper_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index ccd468cf35bf55500709aa0c02c6c8f824e6cb29..e81d14cef032a83808a1aab52fa83afd9320d7a4 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2060,11 +2060,6 @@
}],
['toolkit_uses_gtk == 1', {
'conditions': [
- ['selinux==0', {
- 'dependencies': [
- '../sandbox/sandbox.gyp:*',
- ],
- }],
['toolkit_views==1', {
'sources!': [
'browser/ui/gtk/accelerators_gtk_unittest.cc',
@@ -2093,6 +2088,7 @@
'../build/linux/system.gyp:dbus',
'../build/linux/system.gyp:gtk',
'../dbus/dbus.gyp:dbus_test_support',
+ '../sandbox/sandbox.gyp:*',
],
'sources!': [
'browser/printing/print_job_unittest.cc',
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/nacl/nacl_helper_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698