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

Side by Side Diff: webrtc/sdk/BUILD.gn

Issue 2812613003: ObjC: Remove RTCOpenGLVideoRenderer (Closed)
Patch Set: Fix pointer typo and add include. Created 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/sdk/objc/Framework/Classes/RTCEAGLVideoView.m » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright 2016 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("../webrtc.gni") 9 import("../webrtc.gni")
10 if (is_ios) { 10 if (is_ios) {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "objc/Framework/Classes/RTCLegacyStatsReport.mm", 119 "objc/Framework/Classes/RTCLegacyStatsReport.mm",
120 "objc/Framework/Classes/RTCMediaConstraints+Private.h", 120 "objc/Framework/Classes/RTCMediaConstraints+Private.h",
121 "objc/Framework/Classes/RTCMediaConstraints.mm", 121 "objc/Framework/Classes/RTCMediaConstraints.mm",
122 "objc/Framework/Classes/RTCMediaSource+Private.h", 122 "objc/Framework/Classes/RTCMediaSource+Private.h",
123 "objc/Framework/Classes/RTCMediaSource.mm", 123 "objc/Framework/Classes/RTCMediaSource.mm",
124 "objc/Framework/Classes/RTCMediaStream+Private.h", 124 "objc/Framework/Classes/RTCMediaStream+Private.h",
125 "objc/Framework/Classes/RTCMediaStream.mm", 125 "objc/Framework/Classes/RTCMediaStream.mm",
126 "objc/Framework/Classes/RTCMediaStreamTrack+Private.h", 126 "objc/Framework/Classes/RTCMediaStreamTrack+Private.h",
127 "objc/Framework/Classes/RTCMediaStreamTrack.mm", 127 "objc/Framework/Classes/RTCMediaStreamTrack.mm",
128 "objc/Framework/Classes/RTCOpenGLDefines.h", 128 "objc/Framework/Classes/RTCOpenGLDefines.h",
129 "objc/Framework/Classes/RTCOpenGLVideoRenderer.h",
130 "objc/Framework/Classes/RTCOpenGLVideoRenderer.mm",
131 "objc/Framework/Classes/RTCPeerConnection+DataChannel.mm", 129 "objc/Framework/Classes/RTCPeerConnection+DataChannel.mm",
132 "objc/Framework/Classes/RTCPeerConnection+Private.h", 130 "objc/Framework/Classes/RTCPeerConnection+Private.h",
133 "objc/Framework/Classes/RTCPeerConnection+Stats.mm", 131 "objc/Framework/Classes/RTCPeerConnection+Stats.mm",
134 "objc/Framework/Classes/RTCPeerConnection.mm", 132 "objc/Framework/Classes/RTCPeerConnection.mm",
135 "objc/Framework/Classes/RTCPeerConnectionFactory+Private.h", 133 "objc/Framework/Classes/RTCPeerConnectionFactory+Private.h",
136 "objc/Framework/Classes/RTCPeerConnectionFactory.mm", 134 "objc/Framework/Classes/RTCPeerConnectionFactory.mm",
137 "objc/Framework/Classes/RTCRtpCodecParameters+Private.h", 135 "objc/Framework/Classes/RTCRtpCodecParameters+Private.h",
138 "objc/Framework/Classes/RTCRtpCodecParameters.mm", 136 "objc/Framework/Classes/RTCRtpCodecParameters.mm",
139 "objc/Framework/Classes/RTCRtpEncodingParameters+Private.h", 137 "objc/Framework/Classes/RTCRtpEncodingParameters+Private.h",
140 "objc/Framework/Classes/RTCRtpEncodingParameters.mm", 138 "objc/Framework/Classes/RTCRtpEncodingParameters.mm",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 deps += [ "$rtc_libyuv_dir" ] 431 deps += [ "$rtc_libyuv_dir" ]
434 public_deps = [ 432 public_deps = [
435 "$rtc_libyuv_dir", 433 "$rtc_libyuv_dir",
436 ] 434 ]
437 } else { 435 } else {
438 # Need to add a directory normally exported by libyuv. 436 # Need to add a directory normally exported by libyuv.
439 include_dirs = [ "$rtc_libyuv_dir/include" ] 437 include_dirs = [ "$rtc_libyuv_dir/include" ]
440 } 438 }
441 } 439 }
442 } 440 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/sdk/objc/Framework/Classes/RTCEAGLVideoView.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698