mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
update date in readme.md
PiperOrigin-RevId: 420118461
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include "analytics/analytics_recorder.h"
|
||||
#include "third_party/nearby/cpp/analytics/analytics_recorder.h"
|
||||
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "absl/container/btree_map.h"
|
||||
#include "absl/time/time.h"
|
||||
#include "analytics/connection_attempt_metadata_params.h"
|
||||
#include "third_party/nearby/cpp/analytics/connection_attempt_metadata_params.h"
|
||||
#include "core/event_logger.h"
|
||||
#include "core/payload.h"
|
||||
#include "core/strategy.h"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include "analytics/analytics_recorder.h"
|
||||
#include "third_party/nearby/cpp/analytics/analytics_recorder.h"
|
||||
|
||||
#include <string>
|
||||
#include <utility>
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "absl/time/time.h"
|
||||
#include "analytics/connection_attempt_metadata_params.h"
|
||||
#include "third_party/nearby/cpp/analytics/connection_attempt_metadata_params.h"
|
||||
#include "platform/base/error_code_params.h"
|
||||
#include "platform/base/error_code_recorder.h"
|
||||
#include "platform/public/count_down_latch.h"
|
||||
|
||||
+2
-2
@@ -59,7 +59,7 @@ cc_library(
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
copts = ["-DCORE_ADAPTER_DLL"],
|
||||
visibility = [
|
||||
"//analytics:__subpackages__",
|
||||
"//third_party/nearby/cpp/analytics:__subpackages__",
|
||||
"//core:__subpackages__",
|
||||
"//platform/impl/ios:__subpackages__",
|
||||
],
|
||||
@@ -80,7 +80,7 @@ cc_library(
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//analytics:__subpackages__",
|
||||
"//third_party/nearby/cpp/analytics:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//proto/analytics:connections_log_cc_proto",
|
||||
|
||||
@@ -100,7 +100,7 @@ cc_library(
|
||||
"//absl/strings",
|
||||
"//absl/time",
|
||||
"//absl/types:span",
|
||||
"//analytics",
|
||||
"//third_party/nearby/cpp/analytics",
|
||||
"//core:core_types",
|
||||
"//core/internal/mediums",
|
||||
"//core/internal/mediums:utils",
|
||||
@@ -197,7 +197,7 @@ cc_test(
|
||||
"//absl/synchronization",
|
||||
"//absl/time",
|
||||
"//absl/types:span",
|
||||
"//analytics",
|
||||
"//third_party/nearby/cpp/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 "analytics/analytics_recorder.h"
|
||||
#include "third_party/nearby/cpp/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 "analytics/analytics_recorder.h"
|
||||
#include "third_party/nearby/cpp/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 "analytics/analytics_recorder.h"
|
||||
#include "third_party/nearby/cpp/analytics/analytics_recorder.h"
|
||||
#include "platform/base/byte_array.h"
|
||||
#include "platform/base/exception.h"
|
||||
#include "platform/public/mutex.h"
|
||||
|
||||
@@ -44,7 +44,7 @@ cc_library(
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
copts = ["-DCORE_ADAPTER_DLL"],
|
||||
visibility = [
|
||||
"//analytics:__subpackages__",
|
||||
"//third_party/nearby/cpp/analytics:__subpackages__",
|
||||
"//third_party/nearby/cpp/cal:__subpackages__",
|
||||
"//core:__subpackages__",
|
||||
"//platform:__subpackages__",
|
||||
@@ -140,7 +140,7 @@ cc_library(
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//analytics:__subpackages__",
|
||||
"//third_party/nearby/cpp/analytics:__subpackages__",
|
||||
"//core/internal:__subpackages__",
|
||||
"//platform/impl:__subpackages__",
|
||||
],
|
||||
|
||||
@@ -109,7 +109,7 @@ cc_library(
|
||||
"platform.cc",
|
||||
],
|
||||
visibility = [
|
||||
"//analytics:__subpackages__",
|
||||
"//third_party/nearby/cpp/analytics:__subpackages__",
|
||||
"//core:__subpackages__",
|
||||
"//platform:__subpackages__",
|
||||
"//proto/analytics:__subpackages__",
|
||||
|
||||
@@ -52,7 +52,7 @@ cc_library(
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//analytics:__subpackages__",
|
||||
"//third_party/nearby/cpp/analytics:__subpackages__",
|
||||
"//core:__subpackages__",
|
||||
"//platform/base:__pkg__",
|
||||
"//platform/impl/ios:__subpackages__",
|
||||
@@ -90,7 +90,7 @@ cc_library(
|
||||
copts = ["-DCORE_ADAPTER_DLL"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//analytics:__subpackages__",
|
||||
"//third_party/nearby/cpp/analytics:__subpackages__",
|
||||
"//core:__subpackages__",
|
||||
"//platform/public:__pkg__",
|
||||
],
|
||||
@@ -116,7 +116,7 @@ cc_library(
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
copts = ["-DCORE_ADAPTER_DLL"],
|
||||
visibility = [
|
||||
"//analytics:__subpackages__",
|
||||
"//third_party/nearby/cpp/analytics:__subpackages__",
|
||||
"//core:__subpackages__",
|
||||
"//platform:__subpackages__",
|
||||
"//proto/analytics:__subpackages__",
|
||||
|
||||
Reference in New Issue
Block a user