Chromium Code Reviews| Index: sandbox/sandbox.gyp |
| =================================================================== |
| --- sandbox/sandbox.gyp (revision 30836) |
| +++ sandbox/sandbox.gyp (working copy) |
| @@ -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': [ |
| '..', |
| ], |