Index: sandbox/linux/BUILD.gn |
diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn |
index 21f856baaea87d6842b4277bdb61064ef2053845..c42520e6e58b4b944e8607b4e84c52ac57ed2b9b 100644 |
--- a/sandbox/linux/BUILD.gn |
+++ b/sandbox/linux/BUILD.gn |
@@ -288,15 +288,16 @@ component("sandbox_services") { |
source_set("sandbox_services_headers") { |
sources = [ |
- "system_headers/android_arm64_ucontext.h", |
- "system_headers/android_arm_ucontext.h", |
- "system_headers/android_i386_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/i386_linux_ucontext.h", |
"system_headers/linux_futex.h", |
"system_headers/linux_seccomp.h", |
+ "system_headers/linux_signal.h", |
"system_headers/linux_syscalls.h", |
+ "system_headers/linux_ucontext.h", |
"system_headers/x86_32_linux_syscalls.h", |
"system_headers/x86_64_linux_syscalls.h", |
] |