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

Unified Diff: build/linux/system.gyp

Issue 203071: Linux: add support for SELinux. (Closed)
Patch Set: Created 11 years, 3 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
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 7b6d82cb10d6488e000e0317af8218e00ef4714e..5275373d8beb6766bf8ae7dee5217f4665cb7668 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -135,6 +135,15 @@
],
},
},
+ {
+ 'target_name': 'selinux',
+ 'type': 'settings',
+ 'link_settings': {
+ 'libraries': [
+ '-lselinux',
+ ],
+ },
+ },
# TODO(evanm): temporarily disabled while we figure out whether to depend
# on gnome-keyring etc.
# http://code.google.com/p/chromium/issues/detail?id=12351

Powered by Google App Engine
This is Rietveld 408576698