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

Unified Diff: sandbox/sandbox.gyp

Issue 149230: Linux: SUID sandbox support (Closed)
Patch Set: ... Created 11 years, 5 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 | « sandbox/linux/suid/sandbox.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/sandbox.gyp
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index b9506bb6efd06600e8c0125716110b4d90c7fdae..cfb6600db22a21b6fe6176d26d930576994c1fd6 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -7,6 +7,17 @@
'../build/common.gypi',
],
'conditions': [
+ [ 'OS=="linux"', {
+ 'targets': [
+ {
+ 'target_name': 'chrome-sandbox',
+ 'type': 'executable',
+ 'sources': [
+ 'linux/suid/sandbox.cc',
+ ],
+ }
+ ],
+ }],
[ 'OS=="win"', {
'targets': [
{
« no previous file with comments | « sandbox/linux/suid/sandbox.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698