[Nearby Directory Refactoring] Move nearby/proto codes into the appropriate directories.

PiperOrigin-RevId: 421636973
This commit is contained in:
suetfei
2022-01-13 12:48:51 -08:00
committed by Copybara-Service
parent 6dfd9fa0a5
commit 5e845655bb
36 changed files with 48 additions and 51 deletions
+2 -2
View File
@@ -111,8 +111,8 @@ cc_library(
visibility = [
"//core:__subpackages__",
"//platform:__subpackages__",
"//analytics:__subpackages__",
"//proto/analytics:__subpackages__",
"//internal/analytics:__subpackages__",
"//internal/proto/analytics:__subpackages__",
],
deps = [
":comm",
+1 -1
View File
@@ -51,6 +51,6 @@ objc_proto_library(
proto_library(
name = "Protos",
deps = [
"//proto/connections:offline_wire_formats_proto",
"//connections/implementation/proto:offline_wire_formats_proto",
],
)