mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Moved connections/windows to third_party, and copied the blueprint file into third_party
PiperOrigin-RevId: 388521021
This commit is contained in:
@@ -22,6 +22,7 @@ cc_library(
|
||||
hdrs = [
|
||||
"atomic_boolean.h",
|
||||
"atomic_reference.h",
|
||||
"bluetooth_adapter.h",
|
||||
"cancelable.h",
|
||||
"condition_variable.h",
|
||||
"count_down_latch.h",
|
||||
@@ -47,8 +48,11 @@ cc_library(
|
||||
name = "comm",
|
||||
hdrs = [
|
||||
"ble.h",
|
||||
"bluetooth_adapter.h",
|
||||
"bluetooth_classic.h",
|
||||
"bluetooth_classic_device.h",
|
||||
"bluetooth_classic_medium.h",
|
||||
"bluetooth_classic_server_socket.h",
|
||||
"bluetooth_classic_socket.h",
|
||||
"server_sync.h",
|
||||
"webrtc.h",
|
||||
"wifi.h",
|
||||
@@ -58,6 +62,7 @@ cc_library(
|
||||
deps = [
|
||||
"//platform/api:comm",
|
||||
"//platform/base",
|
||||
"//platform/impl/windows/generated:types",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -93,7 +98,7 @@ cc_library(
|
||||
],
|
||||
copts = ["-Ithird_party/nearby_connections/cpp/platform/impl/windows/generated"],
|
||||
visibility = [
|
||||
"//location/nearby/connections/windows:__subpackages__",
|
||||
"//third_party/nearby_connections/windows:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
":comm",
|
||||
@@ -116,7 +121,7 @@ cc_library(
|
||||
"test_utils.h",
|
||||
],
|
||||
visibility = [
|
||||
"//location/nearby/connections/windows:__subpackages__",
|
||||
"//third_party/nearby_connections/windows:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//platform/base",
|
||||
|
||||
@@ -32,6 +32,7 @@ cc_library(
|
||||
],
|
||||
textual_hdrs = glob(["**/*.h"]),
|
||||
visibility = [
|
||||
"//third_party/nearby_connections/connections/windows:__subpackages__",
|
||||
"//platform/impl/windows:__subpackages__",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user