| Index: sandbox/linux/sandbox_linux.gypi
|
| diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
|
| index 4305b4199587a6bd235ece12fe71cfc827f8f640..77242235f8e3c19660723098fd9d20ce6b49cf97 100644
|
| --- a/sandbox/linux/sandbox_linux.gypi
|
| +++ b/sandbox/linux/sandbox_linux.gypi
|
| @@ -278,18 +278,18 @@
|
| { 'target_name': 'sandbox_services_headers',
|
| 'type': 'none',
|
| 'sources': [
|
| - 'system_headers/android_arm64_ucontext.h',
|
| - 'system_headers/android_arm_ucontext.h',
|
| - 'system_headers/android_futex.h',
|
| - 'system_headers/android_i386_ucontext.h',
|
| - 'system_headers/android_mips_ucontext.h',
|
| - 'system_headers/android_ucontext.h',
|
| 'system_headers/arm64_linux_syscalls.h',
|
| + 'system_headers/arm64_linux_ucontext.h',
|
| 'system_headers/arm_linux_syscalls.h',
|
| + 'system_headers/arm_linux_ucontext.h',
|
| 'system_headers/capability.h',
|
| + 'system_headers/i386_linux_ucontext.h',
|
| + 'system_headers/linux_futex.h',
|
| 'system_headers/linux_seccomp.h',
|
| 'system_headers/linux_syscalls.h',
|
| + 'system_headers/linux_ucontext.h',
|
| 'system_headers/mips_linux_syscalls.h',
|
| + 'system_headers/mips_linux_ucontext.h',
|
| 'system_headers/x86_32_linux_syscalls.h',
|
| 'system_headers/x86_64_linux_syscalls.h',
|
| ],
|
|
|