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

Unified Diff: build/linux/system.gyp

Issue 51773002: Add a libcap target to link against libcap2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move to respect alphabetical order. Created 7 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 0f294223936461f6f69ee4954e86b34a63915cd9..68e1c0afeb7d05bff6b6347be83ddd453c60a4b3 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -477,6 +477,15 @@
],
},
{
+ 'target_name': 'libcap',
+ 'type': 'none',
+ 'link_settings': {
+ 'libraries': [
+ '-lcap',
+ ],
+ },
+ },
+ {
'target_name': 'libgcrypt',
'type': 'none',
'conditions': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698