Remove redundant glog dependency for sandbox2::sanitizer

PiperOrigin-RevId: 421500119
Change-Id: I720a3efef52868099d388685abee45be887ba430
This commit is contained in:
Wiktor Garbacz 2022-01-13 01:15:19 -08:00 committed by Copybara-Service
parent 85c8ae5125
commit 99b56fee19
4 changed files with 2 additions and 2 deletions

View File

@ -408,7 +408,6 @@ cc_library(
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
"@com_google_glog//:glog",
],
)

View File

@ -37,6 +37,7 @@ cc_binary(
"//sandboxed_api/util:flags",
"//sandboxed_api/util:runfiles",
"@com_google_absl//absl/memory",
"@com_google_glog//:glog",
],
)

View File

@ -20,7 +20,6 @@
#include <cstdint>
#include <cstring>
#include <glog/logging.h>
#include "sandboxed_api/util/flag.h"
#include "sandboxed_api/sandbox2/client.h"
#include "sandboxed_api/sandbox2/comms.h"

View File

@ -79,6 +79,7 @@ cc_test(
":filtering",
"//sandboxed_api:testing",
"//sandboxed_api/util:status_matchers",
"@com_google_glog//:glog",
"@com_google_googletest//:gtest_main",
],
)