Internal flow change phase 2.

PiperOrigin-RevId: 427059704
This commit is contained in:
suetfei
2022-02-07 17:17:20 -08:00
committed by Copybara-Service
parent 7661019dc3
commit 37f8b4487e
24 changed files with 103 additions and 197 deletions
+2 -23
View File
@@ -35,30 +35,9 @@ cc_library(
"//internal/platform:logging",
"//internal/platform:types",
"//internal/proto/analytics:connections_log_cc_proto",
"//proto:connections_enums_portable_proto",
"//proto/errorcode:error_code_enums_portable_proto",
"//proto:connections_enums_cc_proto",
"//proto/errorcode:error_code_enums_cc_proto",
"@com_google_absl//absl/container:btree",
"@com_google_absl//absl/time",
],
)
cc_test(
name = "analytics_test",
size = "small",
srcs = [
"analytics_recorder_test.cc",
],
shard_count = 16,
deps = [
":analytics",
"//internal/platform:comm",
"//internal/platform:error_code_recorder",
"//internal/platform:logging",
"//internal/platform:types",
"//internal/platform/implementation/g3", # build_cleaner: keep
"//internal/proto/analytics:connections_log_cc_proto",
"//proto:connections_enums_portable_proto",
"@com_google_googletest//:gtest_main","@com_github_protobuf_matchers//protobuf-matchers:protobuf-matchers",
"@com_google_absl//absl/time",
],
)