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
@@ -65,9 +65,9 @@ cc_test(
"//internal/proto/analytics:connections_log_cc_proto",
"//net/proto2/contrib/parse_proto:parse_text_proto",
"//proto:connections_enums_cc_proto",
"//third_party/protobuf:protobuf_lite",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_absl//absl/time",
"@com_google_googletest//:gtest_main",
"@com_google_protobuf//:protobuf_lite",
],
)
@@ -34,7 +34,7 @@
#include "internal/platform/exception.h"
#include "internal/proto/analytics/connections_log.proto.h"
#include "proto/connections_enums.proto.h"
#include "third_party/protobuf/message_lite.h"
#include "google/protobuf/message_lite.h"
namespace nearby {
namespace analytics {
@@ -92,12 +92,12 @@ cc_test(
"//internal/platform:test_util",
"//internal/platform:types",
"//internal/platform/implementation/g3", # buildcleaner: keep
"//third_party/protobuf",
"//third_party/webrtc/files/stable/webrtc/api:libjingle_peerconnection_api",
"//third_party/webrtc/files/stable/webrtc/api:rtc_error",
"//third_party/webrtc/files/stable/webrtc/api:scoped_refptr",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_absl//absl/time",
"@com_google_googletest//:gtest_main",
"@com_google_protobuf//:protobuf",
],
)
@@ -16,11 +16,11 @@
#include <memory>
#include "google/protobuf/text_format.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "connections/implementation/mediums/webrtc_peer_id.h"
#include "google/protobuf/text_format.h"
namespace nearby {
namespace connections {
+1 -1
View File
@@ -15,6 +15,6 @@
#ifndef CORE_INTERNAL_MESSAGE_LITE_H_
#define CORE_INTERNAL_MESSAGE_LITE_H_
#include "google/protobuf/message_lite.h"
#include "google/protobuf/message_lite.h" // IWYU pragma: export
#endif // CORE_INTERNAL_MESSAGE_LITE_H_
+2 -2
View File
@@ -29,7 +29,7 @@ cc_library(
"//internal/analytics:event_logger",
"//internal/proto/analytics:fast_pair_log_cc_proto",
"//proto:fast_pair_enums_cc_proto",
"//third_party/protobuf:protobuf_lite",
"@com_google_protobuf//:protobuf_lite",
],
)
@@ -41,8 +41,8 @@ cc_test(
"//internal/analytics:event_logger",
"//internal/proto/analytics:fast_pair_log_cc_proto",
"//proto:fast_pair_enums_cc_proto",
"//third_party/protobuf:protobuf_lite",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
"@com_google_protobuf//:protobuf_lite",
],
)
+1 -1
View File
@@ -19,7 +19,7 @@
#include "internal/analytics/event_logger.h"
#include "internal/proto/analytics/fast_pair_log.proto.h"
#include "proto/fast_pair_enums.proto.h"
#include "third_party/protobuf/message_lite.h"
#include "google/protobuf/message_lite.h"
namespace nearby {
namespace fastpair {
+1 -1
View File
@@ -20,7 +20,7 @@
#include "internal/analytics/event_logger.h"
#include "internal/proto/analytics/fast_pair_log.proto.h"
#include "proto/fast_pair_enums.proto.h"
#include "third_party/protobuf/message_lite.h"
#include "google/protobuf/message_lite.h"
namespace nearby {
namespace fastpair {
@@ -22,7 +22,7 @@
#include "internal/analytics/event_logger.h"
#include "internal/proto/analytics/fast_pair_log.proto.h"
#include "proto/fast_pair_enums.proto.h"
#include "third_party/protobuf/message_lite.h"
#include "google/protobuf/message_lite.h"
namespace nearby {
namespace fastpair {
+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",
],
)