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

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

Issue 2988783002: Removed file RTCCameraVideoCapturer.mm that isn't needed (Closed)
Patch Set: Added changes from review of 2964703002 after commit. Created 3 years, 4 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/PeerConnection/RTCCameraVideoCapturer.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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 configs += [ "..:common_objc" ] 135 configs += [ "..:common_objc" ]
136 if (!build_with_chromium && is_clang) { 136 if (!build_with_chromium && is_clang) {
137 # Suppress warnings from the Chromium Clang plugin 137 # Suppress warnings from the Chromium Clang plugin
138 # (bugs.webrtc.org/163). 138 # (bugs.webrtc.org/163).
139 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 139 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
140 } 140 }
141 } 141 }
142 142
143 rtc_static_library("objc_video") { 143 rtc_static_library("objc_video") {
144 sources = [ 144 sources = [
145 "objc/Framework/Classes/Video/AVCaptureSession+Device.h", 145 "objc/Framework/Classes/Video/AVCaptureSession+DevicePosition.h",
146 "objc/Framework/Classes/Video/AVCaptureSession+Device.mm", 146 "objc/Framework/Classes/Video/AVCaptureSession+DevicePosition.mm",
147 "objc/Framework/Classes/Video/RTCAVFoundationVideoCapturerInternal.h", 147 "objc/Framework/Classes/Video/RTCAVFoundationVideoCapturerInternal.h",
148 "objc/Framework/Classes/Video/RTCAVFoundationVideoCapturerInternal.mm", 148 "objc/Framework/Classes/Video/RTCAVFoundationVideoCapturerInternal.mm",
149 "objc/Framework/Classes/Video/RTCDefaultShader.h", 149 "objc/Framework/Classes/Video/RTCDefaultShader.h",
150 "objc/Framework/Classes/Video/RTCDefaultShader.mm", 150 "objc/Framework/Classes/Video/RTCDefaultShader.mm",
151 "objc/Framework/Classes/Video/RTCI420TextureCache.h", 151 "objc/Framework/Classes/Video/RTCI420TextureCache.h",
152 "objc/Framework/Classes/Video/RTCI420TextureCache.mm", 152 "objc/Framework/Classes/Video/RTCI420TextureCache.mm",
153 "objc/Framework/Classes/Video/RTCOpenGLDefines.h", 153 "objc/Framework/Classes/Video/RTCOpenGLDefines.h",
154 "objc/Framework/Classes/Video/RTCShader.h", 154 "objc/Framework/Classes/Video/RTCShader.h",
155 "objc/Framework/Classes/Video/RTCShader.mm", 155 "objc/Framework/Classes/Video/RTCShader.mm",
156 "objc/Framework/Classes/Video/avfoundationformatmapper.h", 156 "objc/Framework/Classes/Video/avfoundationformatmapper.h",
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 public_deps = [ 745 public_deps = [
746 "$rtc_libyuv_dir", 746 "$rtc_libyuv_dir",
747 ] 747 ]
748 } else { 748 } else {
749 # Need to add a directory normally exported by libyuv. 749 # Need to add a directory normally exported by libyuv.
750 include_dirs = [ "$rtc_libyuv_dir/include" ] 750 include_dirs = [ "$rtc_libyuv_dir/include" ]
751 } 751 }
752 } 752 }
753 } 753 }
754 } 754 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/sdk/objc/Framework/Classes/PeerConnection/RTCCameraVideoCapturer.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698