diff --git a/sandboxed_api/sandbox2/BUILD.bazel b/sandboxed_api/sandbox2/BUILD.bazel index 6f1cc1a..96242ce 100644 --- a/sandboxed_api/sandbox2/BUILD.bazel +++ b/sandboxed_api/sandbox2/BUILD.bazel @@ -168,7 +168,6 @@ cc_library( deps = [ ":bpfdisassembler", ":comms", - ":fs", ":namespace", ":regs", ":syscall", @@ -271,7 +270,6 @@ cc_library( ":violation_proto_cc", ":forkserver", ":forkserver_proto_cc", - ":fs", ":global_forkserver", ":ipc", ":limits", @@ -281,7 +279,6 @@ cc_library( ":notify", ":policy", ":regs", - ":reporter", ":result", ":syscall", ":util", diff --git a/sandboxed_api/util/BUILD.bazel b/sandboxed_api/util/BUILD.bazel index 9fd8ea8..babb2b8 100644 --- a/sandboxed_api/util/BUILD.bazel +++ b/sandboxed_api/util/BUILD.bazel @@ -76,7 +76,6 @@ cc_test( name = "status_test", srcs = ["status_test.cc"], deps = [ - ":status", ":status_matchers", "@com_google_googletest//:gtest_main", ],