From f3c9c6e3886c2f24e6454b11026bc3e96c3a550c Mon Sep 17 00:00:00 2001 From: Sandboxed API Team Date: Fri, 26 Apr 2019 00:45:47 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 245377524 Change-Id: If41601b2d68c6ff0f7d3f37811aac62c32441d1f --- sandboxed_api/sandbox2/BUILD.bazel | 3 +++ sandboxed_api/util/BUILD.bazel | 1 + 2 files changed, 4 insertions(+) diff --git a/sandboxed_api/sandbox2/BUILD.bazel b/sandboxed_api/sandbox2/BUILD.bazel index 96242ce..6f1cc1a 100644 --- a/sandboxed_api/sandbox2/BUILD.bazel +++ b/sandboxed_api/sandbox2/BUILD.bazel @@ -168,6 +168,7 @@ cc_library( deps = [ ":bpfdisassembler", ":comms", + ":fs", ":namespace", ":regs", ":syscall", @@ -270,6 +271,7 @@ cc_library( ":violation_proto_cc", ":forkserver", ":forkserver_proto_cc", + ":fs", ":global_forkserver", ":ipc", ":limits", @@ -279,6 +281,7 @@ cc_library( ":notify", ":policy", ":regs", + ":reporter", ":result", ":syscall", ":util", diff --git a/sandboxed_api/util/BUILD.bazel b/sandboxed_api/util/BUILD.bazel index babb2b8..9fd8ea8 100644 --- a/sandboxed_api/util/BUILD.bazel +++ b/sandboxed_api/util/BUILD.bazel @@ -76,6 +76,7 @@ cc_test( name = "status_test", srcs = ["status_test.cc"], deps = [ + ":status", ":status_matchers", "@com_google_googletest//:gtest_main", ],