mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Remove redundant glog dependency for sandbox2::sanitizer
PiperOrigin-RevId: 421500119 Change-Id: I720a3efef52868099d388685abee45be887ba430
This commit is contained in:
parent
85c8ae5125
commit
99b56fee19
|
@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ cc_binary(
|
|||
"//sandboxed_api/util:flags",
|
||||
"//sandboxed_api/util:runfiles",
|
||||
"@com_google_absl//absl/memory",
|
||||
"@com_google_glog//:glog",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -79,6 +79,7 @@ cc_test(
|
|||
":filtering",
|
||||
"//sandboxed_api:testing",
|
||||
"//sandboxed_api/util:status_matchers",
|
||||
"@com_google_glog//:glog",
|
||||
"@com_google_googletest//:gtest_main",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user