OLD | NEW |
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 import("../build/webrtc.gni") | 9 import("../build/webrtc.gni") |
10 | 10 |
(...skipping 11 matching lines...) Expand all Loading... |
22 deps = [ | 22 deps = [ |
23 "//webrtc/base:rtc_base_objc", | 23 "//webrtc/base:rtc_base_objc", |
24 #"//talk/libjingle:libjingle_peerconnection", | 24 #"//talk/libjingle:libjingle_peerconnection", |
25 ] | 25 ] |
26 cflags = [ | 26 cflags = [ |
27 "-fobjc-arc", | 27 "-fobjc-arc", |
28 "-Wobjc-missing-property-synthesis", | 28 "-Wobjc-missing-property-synthesis", |
29 ] | 29 ] |
30 sources = [ | 30 sources = [ |
31 # Add these when there's a BUILD.gn for peer connection APIs | 31 # Add these when there's a BUILD.gn for peer connection APIs |
| 32 #"objc/RTCAudioTrack+Private.h", |
| 33 #"objc/RTCAudioTrack.h", |
| 34 #"objc/RTCAudioTrack.mm",s |
32 #"objc/RTCIceCandidate+Private.h", | 35 #"objc/RTCIceCandidate+Private.h", |
33 #"objc/RTCIceCandidate.h", | 36 #"objc/RTCIceCandidate.h", |
34 #"objc/RTCIceCandidate.mm", | 37 #"objc/RTCIceCandidate.mm", |
35 #"objc/RTCMediaStreamTrack+Private.h", | 38 #"objc/RTCMediaStreamTrack+Private.h", |
36 #"objc/RTCMediaStreamTrack.h", | 39 #"objc/RTCMediaStreamTrack.h", |
37 #"objc/RTCMediaStreamTrack.mm", | 40 #"objc/RTCMediaStreamTrack.mm", |
38 #"objc/RTCPeerConnectionFactory+Private.h", | 41 #"objc/RTCPeerConnectionFactory+Private.h", |
39 #"objc/RTCPeerConnectionFactory.h", | 42 #"objc/RTCPeerConnectionFactory.h", |
40 #"objc/RTCPeerConnectionFactory.mm", | 43 #"objc/RTCPeerConnectionFactory.mm", |
41 #"objc/RTCVideoSource+Private.h", | 44 #"objc/RTCVideoSource+Private.h", |
42 #"objc/RTCVideoSource.h", | 45 #"objc/RTCVideoSource.h", |
43 #"objc/RTCVideoSource.mm", | 46 #"objc/RTCVideoSource.mm", |
| 47 #"objc/RTCVideoTrack+Private.h", |
| 48 #"objc/RTCVideoTrack.h", |
| 49 #"objc/RTCVideoTrack.mm", |
44 "objc/RTCIceServer+Private.h", | 50 "objc/RTCIceServer+Private.h", |
45 "objc/RTCIceServer.h", | 51 "objc/RTCIceServer.h", |
46 "objc/RTCIceServer.mm", | 52 "objc/RTCIceServer.mm", |
47 "objc/RTCMediaConstraints+Private.h", | 53 "objc/RTCMediaConstraints+Private.h", |
48 "objc/RTCMediaConstraints.h", | 54 "objc/RTCMediaConstraints.h", |
49 "objc/RTCMediaConstraints.mm", | 55 "objc/RTCMediaConstraints.mm", |
50 "objc/RTCOpenGLVideoRenderer.h", | 56 "objc/RTCOpenGLVideoRenderer.h", |
51 "objc/RTCOpenGLVideoRenderer.mm", | 57 "objc/RTCOpenGLVideoRenderer.mm", |
52 "objc/RTCSessionDescription+Private.h", | 58 "objc/RTCSessionDescription+Private.h", |
53 "objc/RTCSessionDescription.h", | 59 "objc/RTCSessionDescription.h", |
54 "objc/RTCSessionDescription.mm", | 60 "objc/RTCSessionDescription.mm", |
55 "objc/RTCStatsReport+Private.h", | 61 "objc/RTCStatsReport+Private.h", |
56 "objc/RTCStatsReport.h", | 62 "objc/RTCStatsReport.h", |
57 "objc/RTCStatsReport.mm", | 63 "objc/RTCStatsReport.mm", |
58 "objc/RTCVideoFrame+Private.h", | 64 "objc/RTCVideoFrame+Private.h", |
59 "objc/RTCVideoFrame.h", | 65 "objc/RTCVideoFrame.h", |
60 "objc/RTCVideoFrame.mm", | 66 "objc/RTCVideoFrame.mm", |
61 "objc/RTCVideoRenderer.h", | 67 "objc/RTCVideoRenderer.h", |
| 68 "objc/RTCVideoRendererAdapter+Private.h", |
| 69 "objc/RTCVideoRendererAdapter.h", |
| 70 "objc/RTCVideoRendererAdapter.mm", |
62 "objc/WebRTC-Prefix.pch", | 71 "objc/WebRTC-Prefix.pch", |
63 ] | 72 ] |
64 | 73 |
65 if (is_ios) { | 74 if (is_ios) { |
66 sources += [ | 75 sources += [ |
67 "objc/RTCEAGLVideoView.h", | 76 "objc/RTCEAGLVideoView.h", |
68 "objc/RTCEAGLVideoView.m", | 77 "objc/RTCEAGLVideoView.m", |
69 ] | 78 ] |
70 } | 79 } |
71 | 80 |
72 if (is_mac) { | 81 if (is_mac) { |
73 sources += [ | 82 sources += [ |
74 "objc/RTCNSGLVideoView.h", | 83 "objc/RTCNSGLVideoView.h", |
75 "objc/RTCNSGLVideoView.m", | 84 "objc/RTCNSGLVideoView.m", |
76 ] | 85 ] |
77 } | 86 } |
78 } | 87 } |
79 } | 88 } |
OLD | NEW |