Index: webrtc/examples/BUILD.gn |
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn |
index e6b73f017d2def3ee4fec0ff3d73e0591b121782..fcd7da64144a3bd892fa08b48969836beaa2dca3 100644 |
--- a/webrtc/examples/BUILD.gn |
+++ b/webrtc/examples/BUILD.gn |
@@ -189,8 +189,6 @@ if (is_ios || (is_mac && target_cpu != "x86")) { |
"objc/AppRTCMobile/ARDAppEngineClient.m", |
"objc/AppRTCMobile/ARDBitrateTracker.h", |
"objc/AppRTCMobile/ARDBitrateTracker.m", |
- "objc/AppRTCMobile/ARDCEODTURNClient.h", |
- "objc/AppRTCMobile/ARDCEODTURNClient.m", |
"objc/AppRTCMobile/ARDJoinResponse+Internal.h", |
"objc/AppRTCMobile/ARDJoinResponse.h", |
"objc/AppRTCMobile/ARDJoinResponse.m", |
@@ -205,7 +203,9 @@ if (is_ios || (is_mac && target_cpu != "x86")) { |
"objc/AppRTCMobile/ARDSignalingMessage.m", |
"objc/AppRTCMobile/ARDStatsBuilder.h", |
"objc/AppRTCMobile/ARDStatsBuilder.m", |
+ "objc/AppRTCMobile/ARDTURNClient+Internal.h", |
"objc/AppRTCMobile/ARDTURNClient.h", |
+ "objc/AppRTCMobile/ARDTURNClient.m", |
"objc/AppRTCMobile/ARDWebSocketChannel.h", |
"objc/AppRTCMobile/ARDWebSocketChannel.m", |
"objc/AppRTCMobile/RTCIceCandidate+JSON.h", |