Commit 4736c3de authored by James Vecore's avatar James Vecore Committed by Commit Bot

[Nearby] Uprev Nearby Connections

Change-Id: I686ea0b14646a318aa4e6e1e2da47cde5022f6d2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2526629
Auto-Submit: James Vecore <vecore@google.com>
Reviewed-by: default avatarJosh Nohle <nohle@chromium.org>
Reviewed-by: default avatarRyan Hansberry <hansberry@chromium.org>
Commit-Queue: James Vecore <vecore@google.com>
Cr-Commit-Position: refs/heads/master@{#825693}
parent 5c6b3600
......@@ -354,7 +354,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling nearby
# and whatever else without interference from each other.
'nearby_revision': '8be443c39de9b13b7514ad395381ef85f2a3550e',
'nearby_revision': '4f962db40e0d9ff7bc7a0e8e2d2184e0949af17e',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling securemessage
# and whatever else without interference from each other.
......
......@@ -310,6 +310,7 @@ source_set("core_internal") {
"src/cpp/core/internal/internal_payload.cc",
"src/cpp/core/internal/internal_payload_factory.cc",
"src/cpp/core/internal/offline_frames.cc",
"src/cpp/core/internal/offline_frames_validator.cc",
"src/cpp/core/internal/offline_service_controller.cc",
"src/cpp/core/internal/p2p_cluster_pcp_handler.cc",
"src/cpp/core/internal/p2p_point_to_point_pcp_handler.cc",
......@@ -343,6 +344,7 @@ source_set("core_internal") {
"src/cpp/core/internal/internal_payload_factory.h",
"src/cpp/core/internal/message_lite.h",
"src/cpp/core/internal/offline_frames.h",
"src/cpp/core/internal/offline_frames_validator.h",
"src/cpp/core/internal/offline_service_controller.h",
"src/cpp/core/internal/p2p_cluster_pcp_handler.h",
"src/cpp/core/internal/p2p_point_to_point_pcp_handler.h",
......
Name: Nearby Connections Library
Short Name: Nearby
URL: https://github.com/google/nearby-connections
Version: ebaddb8cdfda1cb140fadc618d0de851b608b6e3
Version: 4f962db40e0d9ff7bc7a0e8e2d2184e0949af17e
License: Apache 2.0
License File: LICENSE
Security Critical: yes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment