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 = [ deps = [
":bpfdisassembler", ":bpfdisassembler",
":comms", ":comms",
":fs",
":namespace", ":namespace",
":regs", ":regs",
":syscall", ":syscall",
@ -271,7 +270,6 @@ cc_library(
":violation_proto_cc", ":violation_proto_cc",
":forkserver", ":forkserver",
":forkserver_proto_cc", ":forkserver_proto_cc",
":fs",
":global_forkserver", ":global_forkserver",
":ipc", ":ipc",
":limits", ":limits",
@ -281,7 +279,6 @@ cc_library(
":notify", ":notify",
":policy", ":policy",
":regs", ":regs",
":reporter",
":result", ":result",
":syscall", ":syscall",
":util", ":util",

View File

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