summaryrefslogtreecommitdiffstats
path: root/sandbox/sandbox.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r--sandbox/sandbox.gyp10
1 files changed, 0 insertions, 10 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index ee7bf85..e389171 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -12,16 +12,6 @@
{
'target_name': 'chrome_sandbox',
'type': 'executable',
- 'conditions': [
- ['linux_suid_sandbox_restrictions=="User"',
- {
- 'defines': [ 'CHROME_DEVEL_SANDBOX' ],
- },
- ],
- ],
- 'defines': [
- 'LINUX_SANDBOX_CHROME_PATH="<(linux_sandbox_chrome_path)"',
- ],
'sources': [
'linux/suid/sandbox.c',
],