Commit 0244af22 by Abseil Team Committed by Copybara-Service

Internal cleanup

PiperOrigin-RevId: 521525676
Change-Id: I40083f534c6904b4823138666deac18ffe6deab6
parent 486ec29b
...@@ -320,13 +320,13 @@ cc_library( ...@@ -320,13 +320,13 @@ cc_library(
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
deps = [ deps = [
":test_helpers", ":test_helpers",
"@com_google_googletest//:gtest",
"//absl/base:config", "//absl/base:config",
"//absl/base:core_headers", "//absl/base:core_headers",
"//absl/base:log_severity", "//absl/base:log_severity",
"//absl/log:log_entry", "//absl/log:log_entry",
"//absl/strings", "//absl/strings",
"//absl/time", "//absl/time",
"@com_google_googletest//:gtest",
] + select({ ] + select({
"//absl:msvc_compiler": [], "//absl:msvc_compiler": [],
"//conditions:default": [ "//conditions:default": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment