Moved connections/windows to third_party, and copied the blueprint file into third_party

PiperOrigin-RevId: 387621210
This commit is contained in:
hai007
2021-08-02 18:52:21 -07:00
committed by Janusz Sobczak
parent 4851400442
commit 236bc66e9a
10 changed files with 10 additions and 577 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ cc_library(
],
textual_hdrs = glob(["**/*.h"]),
visibility = [
"//third_party/nearby_connections/connections/windows:__subpackages__",
"//platform/impl/windows:__subpackages__",
"//third_party/nearby_connections/windows:__subpackages__",
],
)