Internal change

PiperOrigin-RevId: 244879634
Change-Id: Ifa63ef7b0cc10e87d18f17b85cce55af03cd37cf
This commit is contained in:
Wiktor Garbacz 2019-04-23 10:31:26 -07:00 committed by Copybara-Service
parent 6cbaaead8b
commit 0fd468be7c
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",
],