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

Unified Diff: sandbox/linux/BUILD.gn

Issue 693943003: Update from https://crrev.com/302630 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « net/websockets/websocket_channel_test.cc ('k') | sandbox/linux/bpf_dsl/DEPS » ('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 f310534ec2acd04363802adf6749e05514f3ec41..f73d8dfc979528b3468872c4120b936b03cf537b 100644
--- a/sandbox/linux/BUILD.gn
+++ b/sandbox/linux/BUILD.gn
@@ -67,10 +67,10 @@ source_set("sandbox_linux_test_utils") {
# The main sandboxing test target.
test("sandbox_linux_unittests") {
sources = [
- "services/broker_process_unittest.cc",
"services/scoped_process_unittest.cc",
"services/thread_helpers_unittests.cc",
"services/yama_unittests.cc",
+ "syscall_broker/broker_process_unittest.cc",
"tests/main.cc",
"tests/scoped_temporary_file.cc",
"tests/scoped_temporary_file.h",
@@ -143,6 +143,8 @@ component("seccomp_bpf") {
"bpf_dsl/bpf_dsl_forward.h",
"bpf_dsl/bpf_dsl_impl.h",
"bpf_dsl/cons.h",
+ "bpf_dsl/dump_bpf.cc",
+ "bpf_dsl/dump_bpf.h",
"bpf_dsl/policy.cc",
"bpf_dsl/policy.h",
"bpf_dsl/policy_compiler.cc",
@@ -219,8 +221,6 @@ if (is_linux) {
component("sandbox_services") {
sources = [
- "services/broker_process.cc",
- "services/broker_process.h",
"services/init_process_reaper.cc",
"services/init_process_reaper.h",
"services/scoped_process.cc",
@@ -229,6 +229,15 @@ component("sandbox_services") {
"services/thread_helpers.h",
"services/yama.h",
"services/yama.cc",
+ "syscall_broker/broker_client.cc",
+ "syscall_broker/broker_client.h",
+ "syscall_broker/broker_common.h",
+ "syscall_broker/broker_host.cc",
+ "syscall_broker/broker_host.h",
+ "syscall_broker/broker_policy.cc",
+ "syscall_broker/broker_policy.h",
+ "syscall_broker/broker_process.cc",
+ "syscall_broker/broker_process.h",
]
defines = [ "SANDBOX_IMPLEMENTATION" ]
« no previous file with comments | « net/websockets/websocket_channel_test.cc ('k') | sandbox/linux/bpf_dsl/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698