Roll forward to cl/314747126

Change-Id: I858d3227b44ca6d727b39fae95358df58fce9c1b
This commit is contained in:
Himanshu Jaju
2020-06-04 19:24:33 +01:00
parent cffbc04508
commit e2a07376f4
43 changed files with 1910 additions and 47 deletions
+4 -4
View File
@@ -7,7 +7,7 @@ cc_library(
deps = [
"//platform:utils",
"//platform/api",
"//webrtc/api:libjingle_peerconnection_api",
"//webrtc/files/stable/webrtc/api:libjingle_peerconnection_api",
],
)
@@ -20,7 +20,7 @@ cc_test(
"//platform/api",
"//platform/impl/g3", # buildcleaner: keep
"//testing/base/public:gunit_main",
"//webrtc/api:libjingle_peerconnection_api",
"//webrtc/files/stable/webrtc/api:libjingle_peerconnection_api",
],
)
@@ -45,7 +45,7 @@ cc_library(
":peer_id",
"//platform:types",
"//location/nearby/mediums/proto:web_rtc_signaling_frames_cc_proto",
"//webrtc/api:libjingle_peerconnection_api",
"//webrtc/files/stable/webrtc/api:libjingle_peerconnection_api",
],
)
@@ -72,6 +72,6 @@ cc_test(
"//platform/impl/g3", # buildcleaner: keep
"//net/proto2/public:proto2",
"//testing/base/public:gunit_main",
"//webrtc/pc:peerconnection", # buildcleaner: keep
"//webrtc/files/stable/webrtc/pc:peerconnection", # buildcleaner: keep
],
)
@@ -7,7 +7,7 @@
#include "platform/byte_array.h"
#include "platform/ptr.h"
#include "location/nearby/mediums/proto/web_rtc_signaling_frames.pb.h"
#include "webrtc/api/peer_connection_interface.h"
#include "webrtc/files/stable/webrtc/api/peer_connection_interface.h"
namespace location {
namespace nearby {
@@ -6,7 +6,7 @@
#include "platform/api/output_stream.h"
#include "platform/api/socket.h"
#include "platform/pipe.h"
#include "webrtc/api/data_channel_interface.h"
#include "webrtc/files/stable/webrtc/api/data_channel_interface.h"
namespace location {
namespace nearby {
@@ -5,7 +5,7 @@
#include "platform/ptr.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "webrtc/api/data_channel_interface.h"
#include "webrtc/files/stable/webrtc/api/data_channel_interface.h"
namespace location {
namespace nearby {