automated internal change

PiperOrigin-RevId: 245070237
Change-Id: Ib6b0d9201f8b603e185eb91c1bc9f500f1af1ed6
This commit is contained in:
Sandboxed API Team 2019-04-24 10:30:55 -07:00 committed by Copybara-Service
parent feba2c35d7
commit afec50fdb5
2 changed files with 0 additions and 4 deletions

View File

@ -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",

View File

@ -76,7 +76,6 @@ cc_test(
name = "status_test",
srcs = ["status_test.cc"],
deps = [
":status",
":status_matchers",
"@com_google_googletest//:gtest_main",
],