Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1515)

Unified Diff: sandbox/linux/BUILD.gn

Issue 487143003: sandbox: Add Arm64 support for seccomp-BPF (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review changes Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | sandbox/linux/sandbox_linux.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/BUILD.gn
diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
index 9f481d6047969e3335cb1af5712b828cc3d2d132..8d858d4335cd78a1741b19aad80db5249698df7b 100644
--- a/sandbox/linux/BUILD.gn
+++ b/sandbox/linux/BUILD.gn
@@ -251,10 +251,12 @@ component("sandbox_services") {
source_set("sandbox_services_headers") {
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/arm_linux_syscalls.h",
+ "services/arm64_linux_syscalls.h",
"services/linux_syscalls.h",
"services/x86_32_linux_syscalls.h",
"services/x86_64_linux_syscalls.h",
« no previous file with comments | « build/common.gypi ('k') | sandbox/linux/sandbox_linux.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698