[Nearby Connection] Add webrtc_stub.*, BUILD.bazel and rename webrtc_socket_wrapper.* => webrtc_socket.* & webrtc_socket.* => webrtc_socket_impl.*.

PiperOrigin-RevId: 408278672
This commit is contained in:
suetfei
2021-11-08 01:43:53 -08:00
committed by Copybara-Service
parent 3ad0700559
commit 1b4ae4b28a
25 changed files with 593 additions and 27 deletions
+4
View File
@@ -18,7 +18,11 @@
#include "core/internal/mediums/ble.h"
#include "core/internal/mediums/bluetooth_classic.h"
#include "core/internal/mediums/bluetooth_radio.h"
#ifdef NO_WEBRTC
#include "core/internal/mediums/webrtc_stub.h"
#else
#include "core/internal/mediums/webrtc.h"
#endif
#include "core/internal/mediums/wifi_lan.h"
namespace location {