mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
internal changes
PiperOrigin-RevId: 709164576
This commit is contained in:
committed by
Copybara-Service
parent
dbc81e94a2
commit
c9fbf6b690
@@ -157,19 +157,6 @@ cc_library(
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "message_lite",
|
||||
hdrs = [
|
||||
"message_lite.h",
|
||||
],
|
||||
visibility = [
|
||||
"//connections:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"@com_google_protobuf//:protobuf_lite",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "internal_test",
|
||||
testonly = True,
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
// Copyright 2020 Google LLC
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// https://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#ifndef CORE_INTERNAL_MESSAGE_LITE_H_
|
||||
#define CORE_INTERNAL_MESSAGE_LITE_H_
|
||||
|
||||
#include "google/protobuf/message_lite.h" // IWYU pragma: export
|
||||
|
||||
#endif // CORE_INTERNAL_MESSAGE_LITE_H_
|
||||
@@ -15,7 +15,6 @@
|
||||
#include "connections/implementation/offline_frames.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
@@ -36,7 +35,6 @@ namespace {
|
||||
|
||||
using ExceptionOrOfflineFrame =
|
||||
ExceptionOr<::location::nearby::connections::OfflineFrame>;
|
||||
using MessageLite = ::google::protobuf::MessageLite;
|
||||
using ::location::nearby::connections::BandwidthUpgradeNegotiationFrame;
|
||||
using ::location::nearby::connections::ConnectionRequestFrame;
|
||||
using ::location::nearby::connections::ConnectionResponseFrame;
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#include <string>
|
||||
|
||||
#include "gmock/gmock.h"
|
||||
#include "protobuf-matchers/protocol-buffer-matchers.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "absl/strings/escaping.h"
|
||||
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
#include "sharing/proto/enums.pb.h"
|
||||
#include "sharing/share_target.h"
|
||||
#include "sharing/wifi_credentials_attachment.h"
|
||||
#include "google/protobuf/repeated_ptr_field.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace sharing {
|
||||
|
||||
@@ -69,7 +69,6 @@
|
||||
#include "sharing/proto/rpc_resources.pb.h"
|
||||
#include "sharing/scheduling/nearby_share_scheduler.h"
|
||||
#include "sharing/scheduling/nearby_share_scheduler_factory.h"
|
||||
#include "google/protobuf/repeated_ptr_field.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace sharing {
|
||||
|
||||
@@ -95,7 +95,6 @@
|
||||
#include "sharing/transfer_metadata_matchers.h"
|
||||
#include "sharing/transfer_update_callback.h"
|
||||
#include "sharing/wifi_credentials_attachment.h"
|
||||
#include "google/protobuf/repeated_ptr_field.h"
|
||||
|
||||
namespace nearby::sharing {
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user