No public changes.

PiperOrigin-RevId: 597033150
This commit is contained in:
Francis Tsui
2024-01-09 13:46:42 -08:00
committed by Copybara-Service
parent 41d2d6fc4c
commit c2ade33c9c
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -26,5 +26,5 @@ cc_library(
"//location/nearby/cpp/sharing:__subpackages__",
"//sharing:__subpackages__",
],
deps = ["@com_google_protobuf//:protobuf"],
deps = ["@com_google_protobuf//:protobuf_lite"],
)
+1 -1
View File
@@ -17,11 +17,11 @@ cc_library(
"//third_party/leveldb:db",
"//third_party/leveldb:table",
"//third_party/leveldb:util",
"//third_party/protobuf:protobuf_lite",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/functional:any_invocable",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/synchronization",
"@com_google_protobuf//:protobuf_lite",
],
)
+1 -1
View File
@@ -30,7 +30,7 @@
#include "third_party/leveldb/include/status.h"
#include "internal/data/data_set.h"
#include "internal/platform/logging.h"
#include "third_party/protobuf/message_lite.h"
#include "google/protobuf/message_lite.h"
namespace nearby {
namespace data {
+1 -1
View File
@@ -67,8 +67,8 @@ cc_test(
"//internal/platform:types",
"//internal/platform/implementation/g3", # build_cleaner: keep
"//proto:connections_enums_cc_proto",
"//third_party/protobuf",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
"@com_google_protobuf//:protobuf",
],
)