diff options
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r-- | sandbox/sandbox.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index 598de3f..260a794 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -10,8 +10,14 @@ 'target_name': 'chrome_sandbox', 'type': 'executable', 'sources': [ + 'linux/suid/linux_util.c', + 'linux/suid/linux_util.h', 'linux/suid/sandbox.c', ], + 'cflags': [ + # For ULLONG_MAX + '-std=gnu99', + ], 'include_dirs': [ '..', ], |