| Index: sandbox/linux/sandbox_linux.gypi
|
| diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
|
| index c03b024ee8a3f4e0d606b0cfc94ef3cf856fd840..2a0182040db8512f9cdcb24b5dc9c74814845563 100644
|
| --- a/sandbox/linux/sandbox_linux.gypi
|
| +++ b/sandbox/linux/sandbox_linux.gypi
|
| @@ -274,18 +274,18 @@
|
| { 'target_name': 'sandbox_services_headers',
|
| 'type': 'none',
|
| 'sources': [
|
| - 'services/android_arm_ucontext.h',
|
| - 'services/android_arm64_ucontext.h',
|
| - 'services/android_futex.h',
|
| - 'services/android_ucontext.h',
|
| - 'services/android_i386_ucontext.h',
|
| - 'services/android_mips_ucontext.h',
|
| - 'services/arm_linux_syscalls.h',
|
| - 'services/arm64_linux_syscalls.h',
|
| - 'services/mips_linux_syscalls.h',
|
| - 'services/linux_syscalls.h',
|
| - 'services/x86_32_linux_syscalls.h',
|
| - 'services/x86_64_linux_syscalls.h',
|
| + 'system_headers/android_arm_ucontext.h',
|
| + 'system_headers/android_arm64_ucontext.h',
|
| + 'system_headers/android_futex.h',
|
| + 'system_headers/android_ucontext.h',
|
| + 'system_headers/android_i386_ucontext.h',
|
| + 'system_headers/android_mips_ucontext.h',
|
| + 'system_headers/arm_linux_syscalls.h',
|
| + 'system_headers/arm64_linux_syscalls.h',
|
| + 'system_headers/mips_linux_syscalls.h',
|
| + 'system_headers/linux_syscalls.h',
|
| + 'system_headers/x86_32_linux_syscalls.h',
|
| + 'system_headers/x86_64_linux_syscalls.h',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|