mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Patch recent cls from nearby_connections;
Sync github to replace nearby_connections with nearby. PiperOrigin-RevId: 411609608
This commit is contained in:
+2
-2
@@ -22,12 +22,12 @@ cc_library(
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//third_party/nearby_connections/cpp:__subpackages__",
|
||||
"//third_party/nearby/cpp:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//absl/strings",
|
||||
"//absl/time",
|
||||
"//absl/types:optional",
|
||||
"//third_party/nearby_connections/cpp/cal/base:types",
|
||||
"//third_party/nearby/cpp/cal/base:types",
|
||||
],
|
||||
)
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
#include "absl/strings/string_view.h"
|
||||
#include "absl/time/time.h"
|
||||
#include "absl/types/optional.h"
|
||||
#include "third_party/nearby_connections/cpp/cal/base/ble_types.h"
|
||||
#include "third_party/nearby/cpp/cal/base/ble_types.h"
|
||||
namespace nearby {
|
||||
namespace cal {
|
||||
namespace api {
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ cc_library(
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//third_party/nearby_connections/cpp:__subpackages__",
|
||||
"//third_party/nearby/cpp:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//platform/base",
|
||||
|
||||
@@ -25,11 +25,11 @@ cc_library(
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//third_party/nearby_connections/cpp:__subpackages__",
|
||||
"//third_party/nearby/cpp:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//third_party/nearby_connections/cpp/cal/api:ble",
|
||||
"//third_party/nearby_connections/cpp/cal/base:types",
|
||||
"//third_party/nearby/cpp/cal/api:ble",
|
||||
"//third_party/nearby/cpp/cal/base:types",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -44,7 +44,7 @@ cc_test(
|
||||
":ble",
|
||||
"//testing/base/public:gunit",
|
||||
"//testing/base/public:gunit_main",
|
||||
"//third_party/nearby_connections/cpp/cal/api:ble",
|
||||
"//third_party/nearby_connections/cpp/cal/base:types",
|
||||
"//third_party/nearby/cpp/cal/api:ble",
|
||||
"//third_party/nearby/cpp/cal/base:types",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include "third_party/nearby_connections/cpp/cal/public/ble.h"
|
||||
#include "third_party/nearby/cpp/cal/public/ble.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "third_party/nearby_connections/cpp/cal/api/ble.h"
|
||||
#include "third_party/nearby_connections/cpp/cal/base/ble_types.h"
|
||||
#include "third_party/nearby/cpp/cal/api/ble.h"
|
||||
#include "third_party/nearby/cpp/cal/base/ble_types.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace cal {
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "third_party/nearby_connections/cpp/cal/api/ble.h"
|
||||
#include "third_party/nearby_connections/cpp/cal/base/ble_types.h"
|
||||
#include "third_party/nearby/cpp/cal/api/ble.h"
|
||||
#include "third_party/nearby/cpp/cal/base/ble_types.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace cal {
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "third_party/nearby_connections/cpp/cal/api/ble.h"
|
||||
#include "third_party/nearby_connections/cpp/cal/base/ble_types.h"
|
||||
#include "third_party/nearby_connections/cpp/cal/public/ble.h"
|
||||
#include "third_party/nearby/cpp/cal/api/ble.h"
|
||||
#include "third_party/nearby/cpp/cal/base/ble_types.h"
|
||||
#include "third_party/nearby/cpp/cal/public/ble.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace cal {
|
||||
|
||||
Reference in New Issue
Block a user