mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
analytics: 3p NC: Update Connections_log.proto
PiperOrigin-RevId: 400862464
This commit is contained in:
committed by
Copybara-Service
parent
4af1c80eee
commit
38f89e4e05
+1
-1
@@ -37,7 +37,7 @@ cc_library(
|
||||
"//platform/public:types",
|
||||
"//proto:connections_enums_portable_proto",
|
||||
"//proto/analytics:connections_log_cc_proto",
|
||||
"//third_party/nearby_connections/proto/errorcode:error_code_enums_portable_proto",
|
||||
"//proto/errorcode:error_code_enums_portable_proto",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include "third_party/nearby_connections/cpp/analytics/analytics_recorder.h"
|
||||
#include "analytics/analytics_recorder.h"
|
||||
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include "third_party/nearby_connections/cpp/analytics/analytics_recorder.h"
|
||||
#include "analytics/analytics_recorder.h"
|
||||
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
+2
-2
@@ -55,7 +55,7 @@ cc_library(
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//third_party/nearby_connections/cpp/analytics:__subpackages__",
|
||||
"//analytics:__subpackages__",
|
||||
"//core:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
@@ -75,7 +75,7 @@ cc_library(
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//third_party/nearby_connections/cpp/analytics:__subpackages__",
|
||||
"//analytics:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//proto/analytics:connections_log_cc_proto",
|
||||
|
||||
@@ -99,7 +99,7 @@ cc_library(
|
||||
"//absl/strings",
|
||||
"//absl/time",
|
||||
"//absl/types:span",
|
||||
"//third_party/nearby_connections/cpp/analytics",
|
||||
"//analytics",
|
||||
"//core:core_types",
|
||||
"//core/internal/mediums",
|
||||
"//core/internal/mediums:utils",
|
||||
@@ -196,7 +196,7 @@ cc_test(
|
||||
"//absl/synchronization",
|
||||
"//absl/time",
|
||||
"//absl/types:span",
|
||||
"//third_party/nearby_connections/cpp/analytics",
|
||||
"//analytics",
|
||||
"//core:core_types",
|
||||
"//core/internal/mediums",
|
||||
"//core/internal/mediums:utils",
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
#include "securegcm/d2d_connection_context_v1.h"
|
||||
#include "absl/base/thread_annotations.h"
|
||||
#include "third_party/nearby_connections/cpp/analytics/analytics_recorder.h"
|
||||
#include "analytics/analytics_recorder.h"
|
||||
#include "core/internal/endpoint_channel.h"
|
||||
#include "platform/base/byte_array.h"
|
||||
#include "platform/base/input_stream.h"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "third_party/nearby_connections/cpp/analytics/analytics_recorder.h"
|
||||
#include "analytics/analytics_recorder.h"
|
||||
#include "core/listeners.h"
|
||||
#include "core/options.h"
|
||||
#include "core/status.h"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "securegcm/d2d_connection_context_v1.h"
|
||||
#include "absl/time/clock.h"
|
||||
#include "third_party/nearby_connections/cpp/analytics/analytics_recorder.h"
|
||||
#include "analytics/analytics_recorder.h"
|
||||
#include "platform/base/byte_array.h"
|
||||
#include "platform/base/exception.h"
|
||||
#include "platform/public/mutex.h"
|
||||
|
||||
@@ -43,7 +43,7 @@ cc_library(
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//third_party/nearby_connections/cpp/analytics:__subpackages__",
|
||||
"//analytics:__subpackages__",
|
||||
"//third_party/nearby_connections/cpp/cal:__subpackages__",
|
||||
"//core:__subpackages__",
|
||||
"//platform:__subpackages__",
|
||||
@@ -139,14 +139,14 @@ cc_library(
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//third_party/nearby_connections/cpp/analytics:__subpackages__",
|
||||
"//analytics:__subpackages__",
|
||||
"//core/internal:__subpackages__",
|
||||
"//platform/impl:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
":logging",
|
||||
"//proto:connections_enums_portable_proto",
|
||||
"//third_party/nearby_connections/proto/errorcode:error_code_enums_portable_proto",
|
||||
"//proto/errorcode:error_code_enums_portable_proto",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -107,7 +107,7 @@ cc_library(
|
||||
"platform.cc",
|
||||
],
|
||||
visibility = [
|
||||
"//third_party/nearby_connections/cpp/analytics:__subpackages__",
|
||||
"//analytics:__subpackages__",
|
||||
"//core:__subpackages__",
|
||||
"//platform:__subpackages__",
|
||||
"//proto/analytics:__subpackages__",
|
||||
|
||||
@@ -52,7 +52,7 @@ cc_library(
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//third_party/nearby_connections/cpp/analytics:__subpackages__",
|
||||
"//analytics:__subpackages__",
|
||||
"//core:__subpackages__",
|
||||
"//platform/base:__pkg__",
|
||||
"//platform/impl/windows:__subpackages__",
|
||||
@@ -111,7 +111,7 @@ cc_library(
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//third_party/nearby_connections/cpp/analytics:__subpackages__",
|
||||
"//analytics:__subpackages__",
|
||||
"//core:__subpackages__",
|
||||
"//platform:__subpackages__",
|
||||
"//proto/analytics:__subpackages__",
|
||||
|
||||
Reference in New Issue
Block a user