Merge logging and types build targets

Both "types" and "logging" build targets included "logging.h"
Merging them together avoids circular dependencies.

PiperOrigin-RevId: 555262816
This commit is contained in:
Janusz Sobczak
2023-08-09 19:13:12 -07:00
committed by Copybara-Service
parent d19f21ed71
commit 5393daf9f1
30 changed files with 23 additions and 74 deletions
+1 -2
View File
@@ -44,8 +44,8 @@ cc_library(
deps = [
":preferences_repository",
"//internal/platform:base",
"//internal/platform:logging",
"//internal/platform:test_util",
"//internal/platform:types",
"//internal/platform:util",
"//internal/platform/implementation:types",
"//internal/platform/implementation/shared:count_down_latch",
@@ -103,7 +103,6 @@ cc_library(
"@com_google_absl//absl/synchronization",
"//internal/platform:base",
"//internal/platform:cancellation_flag",
"//internal/platform:logging",
"//internal/platform:test_util",
"//internal/platform:types",
"//internal/platform:uuid",