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

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

Issue 1533323003: Update/move RTCVideoRendererAdapter to webrtc/api/objc. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@moveRenderers
Patch Set: Update against master and fix variable name Created 4 years, 11 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/api/api.gyp » ('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 (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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "objc/RTCSessionDescription+Private.h", 52 "objc/RTCSessionDescription+Private.h",
53 "objc/RTCSessionDescription.h", 53 "objc/RTCSessionDescription.h",
54 "objc/RTCSessionDescription.mm", 54 "objc/RTCSessionDescription.mm",
55 "objc/RTCStatsReport+Private.h", 55 "objc/RTCStatsReport+Private.h",
56 "objc/RTCStatsReport.h", 56 "objc/RTCStatsReport.h",
57 "objc/RTCStatsReport.mm", 57 "objc/RTCStatsReport.mm",
58 "objc/RTCVideoFrame+Private.h", 58 "objc/RTCVideoFrame+Private.h",
59 "objc/RTCVideoFrame.h", 59 "objc/RTCVideoFrame.h",
60 "objc/RTCVideoFrame.mm", 60 "objc/RTCVideoFrame.mm",
61 "objc/RTCVideoRenderer.h", 61 "objc/RTCVideoRenderer.h",
62 "objc/RTCVideoRendererAdapter+Private.h",
63 "objc/RTCVideoRendererAdapter.h",
64 "objc/RTCVideoRendererAdapter.mm",
62 "objc/WebRTC-Prefix.pch", 65 "objc/WebRTC-Prefix.pch",
63 ] 66 ]
64 67
65 if (is_ios) { 68 if (is_ios) {
66 sources += [ 69 sources += [
67 "objc/RTCEAGLVideoView.h", 70 "objc/RTCEAGLVideoView.h",
68 "objc/RTCEAGLVideoView.m", 71 "objc/RTCEAGLVideoView.m",
69 ] 72 ]
70 } 73 }
71 74
72 if (is_mac) { 75 if (is_mac) {
73 sources += [ 76 sources += [
74 "objc/RTCNSGLVideoView.h", 77 "objc/RTCNSGLVideoView.h",
75 "objc/RTCNSGLVideoView.m", 78 "objc/RTCNSGLVideoView.m",
76 ] 79 ]
77 } 80 }
78 } 81 }
79 } 82 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698