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

Unified Diff: sandbox/linux/BUILD.gn

Issue 684993005: Linux sandbox: start adding syscall wrappers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More dependencies. Created 6 years, 1 month 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
Index: sandbox/linux/BUILD.gn
diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
index f73d8dfc979528b3468872c4120b936b03cf537b..cedcce913bec7bd9d235ad12714a5d5535115e95 100644
--- a/sandbox/linux/BUILD.gn
+++ b/sandbox/linux/BUILD.gn
@@ -225,6 +225,8 @@ component("sandbox_services") {
"services/init_process_reaper.h",
"services/scoped_process.cc",
"services/scoped_process.h",
+ "services/syscall_wrappers.cc",
+ "services/syscall_wrappers.h",
"services/thread_helpers.cc",
"services/thread_helpers.h",
"services/yama.h",
« no previous file with comments | « no previous file | sandbox/linux/bpf_dsl/bpf_dsl_more_unittest.cc » ('j') | sandbox/linux/services/syscall_wrappers.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698