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

Unified Diff: sandbox/linux/BUILD.gn

Issue 2776903002: sandbox: add missing header files to the corresponding BUILD.gn file (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | 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 3e98defa5c612f298631edb395a8146c82436edf..d250d216acc11f0d4c49c89779055cd33990c2c7 100644
--- a/sandbox/linux/BUILD.gn
+++ b/sandbox/linux/BUILD.gn
@@ -391,14 +391,19 @@ source_set("sandbox_services_headers") {
"system_headers/arm_linux_syscalls.h",
"system_headers/arm_linux_ucontext.h",
"system_headers/i386_linux_ucontext.h",
+ "system_headers/linux_filter.h",
"system_headers/linux_futex.h",
"system_headers/linux_seccomp.h",
"system_headers/linux_signal.h",
"system_headers/linux_syscalls.h",
"system_headers/linux_time.h",
"system_headers/linux_ucontext.h",
+ "system_headers/mips64_linux_syscalls.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",
+ "system_headers/x86_64_linux_ucontext.h",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698