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

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: 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..b462a3bc57447ffd3553a18606b6394a888f1c4f 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -883,5 +883,14 @@
}],
],
},
+ {
+ 'target_name': 'libcap',
Paweł Hajdan Jr. 2013/10/30 00:22:58 nit: Please keep the list of targets sorted alphab
jln (very slow on Chromium) 2013/10/30 00:33:34 Done.
+ 'type': 'none',
+ 'link_settings': {
+ 'libraries': [
+ '-lcap',
+ ],
+ },
+ },
],
}
« 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