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

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

Issue 2342293002: [GN] Add missing framework headers (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | 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("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "objc/Framework/Headers/WebRTC/RTCCameraPreviewView.h", 223 "objc/Framework/Headers/WebRTC/RTCCameraPreviewView.h",
224 "objc/Framework/Headers/WebRTC/RTCConfiguration.h", 224 "objc/Framework/Headers/WebRTC/RTCConfiguration.h",
225 "objc/Framework/Headers/WebRTC/RTCDataChannel.h", 225 "objc/Framework/Headers/WebRTC/RTCDataChannel.h",
226 "objc/Framework/Headers/WebRTC/RTCDataChannelConfiguration.h", 226 "objc/Framework/Headers/WebRTC/RTCDataChannelConfiguration.h",
227 "objc/Framework/Headers/WebRTC/RTCDispatcher.h", 227 "objc/Framework/Headers/WebRTC/RTCDispatcher.h",
228 "objc/Framework/Headers/WebRTC/RTCEAGLVideoView.h", 228 "objc/Framework/Headers/WebRTC/RTCEAGLVideoView.h",
229 "objc/Framework/Headers/WebRTC/RTCFieldTrials.h", 229 "objc/Framework/Headers/WebRTC/RTCFieldTrials.h",
230 "objc/Framework/Headers/WebRTC/RTCIceCandidate.h", 230 "objc/Framework/Headers/WebRTC/RTCIceCandidate.h",
231 "objc/Framework/Headers/WebRTC/RTCIceServer.h", 231 "objc/Framework/Headers/WebRTC/RTCIceServer.h",
232 "objc/Framework/Headers/WebRTC/RTCLegacyStatsReport.h", 232 "objc/Framework/Headers/WebRTC/RTCLegacyStatsReport.h",
233 "objc/Framework/Headers/WebRTC/RTCLogging.h",
kjellander_webrtc 2016/09/18 17:45:38 Since objc/Framework/Headers/WebRTC/RTCFileLogger.
tkchin_webrtc 2016/09/27 09:39:59 https://codereview.webrtc.org/1898283002/ for cont
233 "objc/Framework/Headers/WebRTC/RTCMacros.h", 234 "objc/Framework/Headers/WebRTC/RTCMacros.h",
234 "objc/Framework/Headers/WebRTC/RTCMediaConstraints.h", 235 "objc/Framework/Headers/WebRTC/RTCMediaConstraints.h",
235 "objc/Framework/Headers/WebRTC/RTCMediaSource.h", 236 "objc/Framework/Headers/WebRTC/RTCMediaSource.h",
236 "objc/Framework/Headers/WebRTC/RTCMediaStream.h", 237 "objc/Framework/Headers/WebRTC/RTCMediaStream.h",
237 "objc/Framework/Headers/WebRTC/RTCMediaStreamTrack.h", 238 "objc/Framework/Headers/WebRTC/RTCMediaStreamTrack.h",
239 "objc/Framework/Headers/WebRTC/RTCMetrics.h",
238 "objc/Framework/Headers/WebRTC/RTCMetricsSampleInfo.h", 240 "objc/Framework/Headers/WebRTC/RTCMetricsSampleInfo.h",
239 "objc/Framework/Headers/WebRTC/RTCPeerConnection.h", 241 "objc/Framework/Headers/WebRTC/RTCPeerConnection.h",
240 "objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h", 242 "objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h",
241 "objc/Framework/Headers/WebRTC/RTCRtpCodecParameters.h", 243 "objc/Framework/Headers/WebRTC/RTCRtpCodecParameters.h",
242 "objc/Framework/Headers/WebRTC/RTCRtpEncodingParameters.h", 244 "objc/Framework/Headers/WebRTC/RTCRtpEncodingParameters.h",
243 "objc/Framework/Headers/WebRTC/RTCRtpParameters.h", 245 "objc/Framework/Headers/WebRTC/RTCRtpParameters.h",
244 "objc/Framework/Headers/WebRTC/RTCRtpReceiver.h", 246 "objc/Framework/Headers/WebRTC/RTCRtpReceiver.h",
245 "objc/Framework/Headers/WebRTC/RTCRtpSender.h", 247 "objc/Framework/Headers/WebRTC/RTCRtpSender.h",
248 "objc/Framework/Headers/WebRTC/RTCSSLAdapter.h",
246 "objc/Framework/Headers/WebRTC/RTCSessionDescription.h", 249 "objc/Framework/Headers/WebRTC/RTCSessionDescription.h",
250 "objc/Framework/Headers/WebRTC/RTCTracing.h",
247 "objc/Framework/Headers/WebRTC/RTCVideoFrame.h", 251 "objc/Framework/Headers/WebRTC/RTCVideoFrame.h",
248 "objc/Framework/Headers/WebRTC/RTCVideoRenderer.h", 252 "objc/Framework/Headers/WebRTC/RTCVideoRenderer.h",
249 "objc/Framework/Headers/WebRTC/RTCVideoSource.h", 253 "objc/Framework/Headers/WebRTC/RTCVideoSource.h",
250 "objc/Framework/Headers/WebRTC/RTCVideoTrack.h", 254 "objc/Framework/Headers/WebRTC/RTCVideoTrack.h",
251 "objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h", 255 "objc/Framework/Headers/WebRTC/UIDevice+RTCDevice.h",
252 "objc/Framework/Headers/WebRTC/WebRTC.h", 256 "objc/Framework/Headers/WebRTC/WebRTC.h",
253 ] 257 ]
254 if (is_mac) { 258 if (is_mac) {
255 mac_framework_bundle("rtc_sdk_framework_objc") { 259 mac_framework_bundle("rtc_sdk_framework_objc") {
256 info_plist = "objc/Framework/Info.plist" 260 info_plist = "objc/Framework/Info.plist"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 public_configs = [ ":rtc_sdk_common_objc_config" ] 332 public_configs = [ ":rtc_sdk_common_objc_config" ]
329 333
330 if (is_clang) { 334 if (is_clang) {
331 # Suppress warnings from the Chromium Clang plugins. 335 # Suppress warnings from the Chromium Clang plugins.
332 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. 336 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
333 configs -= [ "//build/config/clang:find_bad_constructs" ] 337 configs -= [ "//build/config/clang:find_bad_constructs" ]
334 } 338 }
335 } 339 }
336 } 340 }
337 } 341 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698