Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: webrtc/api/BUILD.gn

Issue 1616303002: Update API for Objective-C RTCConfiguration. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update against master Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/api/api.gyp » ('j') | webrtc/api/objc/RTCConfiguration.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index 928b6155c77afdbe5ea6268a763f87f2d690bd04..150cb64725ff37e7c524d17a653bbef8ec160f9f 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -35,12 +35,22 @@ if (is_ios) {
#"objc/RTCAudioTrack+Private.h",
#"objc/RTCAudioTrack.h",
#"objc/RTCAudioTrack.mm",
+ #"objc/RTCConfiguration+Private.h",
+ #"objc/RTCConfiguration.h",
+ #"objc/RTCConfiguration.mm",
#"objc/RTCDataChannel+Private.h",
#"objc/RTCDataChannel.h",
#"objc/RTCDataChannel.mm",
#"objc/RTCIceCandidate+Private.h",
#"objc/RTCIceCandidate.h",
#"objc/RTCIceCandidate.mm",
+ #"objc/RTCMediaSource+Private.h",
tkchin_webrtc 2016/01/22 22:49:56 ? some duplication going on here
hjon_webrtc 2016/01/25 19:25:03 Done.
+ #"objc/RTCMediaSource.h",
+ #"objc/RTCMediaSource+Private.h",
+ #"objc/RTCMediaSource.h",
+ #"objc/RTCMediaSource+Private.h",
+ #"objc/RTCMediaSource.h",
+ #"objc/RTCMediaSource.mm",
#"objc/RTCMediaStream+Private.h",
#"objc/RTCMediaStream.h",
#"objc/RTCMediaStream.mm",
« no previous file with comments | « no previous file | webrtc/api/api.gyp » ('j') | webrtc/api/objc/RTCConfiguration.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698