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

Unified Diff: webrtc/api/BUILD.gn

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix test gyp Created 4 years, 8 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 | « webrtc/DEPS ('k') | webrtc/api/api.gyp » ('j') | no next file with comments »
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 65039536c3a5b3592d42106614c3d95b0d39c1b4..6dc52174ece78864521e0f41c1ad48129ff6c7b2 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -7,116 +7,3 @@
# be found in the AUTHORS file in the root of the source tree.
import("../build/webrtc.gni")
-
-config("ios_config") {
- libs = [
- "CoreGraphics.framework",
- "GLKit.framework",
- "OpenGLES.framework",
- "QuartzCore.framework",
- ]
-}
-
-if (is_ios) {
- source_set("rtc_api_objc") {
- deps = [
- "../base:rtc_base_objc",
- #"../../talk/libjingle:libjingle_peerconnection",
- ]
- cflags = [
- "-fobjc-arc",
- "-Wobjc-missing-property-synthesis",
- ]
- sources = [
- # Add these when there's a BUILD.gn for peer connection APIs
- #"objc/RTCAVFoundationVideoSource+Private.h",
- #"objc/RTCAVFoundationVideoSource.h",
- #"objc/RTCAVFoundationVideoSource.mm",
- #"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/RTCDataChannelConfiguration+Private.h",
- #"objc/RTCDataChannelConfiguration.h",
- #"objc/RTCDataChannelConfiguration.mm",
- #"objc/RTCIceCandidate+Private.h",
- #"objc/RTCIceCandidate.h",
- #"objc/RTCIceCandidate.mm",
- #"objc/RTCMediaStream+Private.h",
- #"objc/RTCMediaStream.h",
- #"objc/RTCMediaStream.mm",
- #"objc/RTCMediaStreamTrack+Private.h",
- #"objc/RTCMediaStreamTrack.h",
- #"objc/RTCMediaStreamTrack.mm",
- #"objc/RTCPeerConnection+DataChannel.h",
- #"objc/RTCPeerConnection+Private.h",
- #"objc/RTCPeerConnection+Stats.h",
- #"objc/RTCPeerConnection.h",
- #"objc/RTCPeerConnection.mm",
- #"objc/RTCPeerConnectionFactory+Private.h",
- #"objc/RTCPeerConnectionFactory.h",
- #"objc/RTCPeerConnectionFactory.mm",
- #"objc/RTCRtpCodecParameters+Private.h",
- #"objc/RTCRtpCodecParameters.h",
- #"objc/RTCRtpCodecParameters.mm",
- #"objc/RTCRtpEncodingParameters+Private.h",
- #"objc/RTCRtpEncodingParameters.h",
- #"objc/RTCRtpEncodingParameters.mm",
- #"objc/RTCRtpParameters+Private.h",
- #"objc/RTCRtpParameters.h",
- #"objc/RTCRtpParameters.mm",
- #"objc/RTCRtpSender+Private.h",
- #"objc/RTCRtpSender.h",
- #"objc/RTCRtpSender.mm",
- #"objc/RTCVideoSource+Private.h",
- #"objc/RTCVideoSource.h",
- #"objc/RTCVideoSource.mm",
- #"objc/RTCVideoTrack+Private.h",
- #"objc/RTCVideoTrack.h",
- #"objc/RTCVideoTrack.mm",
- "objc/RTCIceServer+Private.h",
- "objc/RTCIceServer.h",
- "objc/RTCIceServer.mm",
- "objc/RTCMediaConstraints+Private.h",
- "objc/RTCMediaConstraints.h",
- "objc/RTCMediaConstraints.mm",
- "objc/RTCOpenGLVideoRenderer.h",
- "objc/RTCOpenGLVideoRenderer.mm",
- "objc/RTCSessionDescription+Private.h",
- "objc/RTCSessionDescription.h",
- "objc/RTCSessionDescription.mm",
- "objc/RTCStatsReport+Private.h",
- "objc/RTCStatsReport.h",
- "objc/RTCStatsReport.mm",
- "objc/RTCVideoFrame+Private.h",
- "objc/RTCVideoFrame.h",
- "objc/RTCVideoFrame.mm",
- "objc/RTCVideoRenderer.h",
- "objc/RTCVideoRendererAdapter+Private.h",
- "objc/RTCVideoRendererAdapter.h",
- "objc/RTCVideoRendererAdapter.mm",
- "objc/WebRTC-Prefix.pch",
- "objc/avfoundationvideocapturer.h",
- "objc/avfoundationvideocapturer.mm",
- ]
-
- if (is_ios) {
- sources += [
- "objc/RTCEAGLVideoView.h",
- "objc/RTCEAGLVideoView.m",
- ]
- }
-
- if (is_mac) {
- sources += [
- "objc/RTCNSGLVideoView.h",
- "objc/RTCNSGLVideoView.m",
- ]
- }
- }
-}
« no previous file with comments | « webrtc/DEPS ('k') | webrtc/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698