mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
No public changes.
PiperOrigin-RevId: 597033150
This commit is contained in:
committed by
Copybara-Service
parent
41d2d6fc4c
commit
c2ade33c9c
@@ -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
@@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user