From afec50fdb58b22d40cd3c8a67a5431d191a629aa Mon Sep 17 00:00:00 2001 From: Sandboxed API Team Date: Wed, 24 Apr 2019 10:30:55 -0700 Subject: [PATCH] automated internal change PiperOrigin-RevId: 245070237 Change-Id: Ib6b0d9201f8b603e185eb91c1bc9f500f1af1ed6 --- sandboxed_api/sandbox2/BUILD.bazel | 3 --- sandboxed_api/util/BUILD.bazel | 1 - 2 files changed, 4 deletions(-) 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", ],