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

Side by Side Diff: talk/app/webrtc/legacy_objc_api.gyp

Issue 1929223003: Reland of Delete video_render module. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # libjingle 2 # libjingle
3 # Copyright 2012 Google Inc. 3 # Copyright 2012 Google Inc.
4 # 4 #
5 # Redistribution and use in source and binary forms, with or without 5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions are met: 6 # modification, are permitted provided that the following conditions are met:
7 # 7 #
8 # 1. Redistributions of source code must retain the above copyright notice, 8 # 1. Redistributions of source code must retain the above copyright notice,
9 # this list of conditions and the following disclaimer. 9 # this list of conditions and the following disclaimer.
10 # 2. Redistributions in binary form must reproduce the above copyright notice, 10 # 2. Redistributions in binary form must reproduce the above copyright notice,
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'objc/public/RTCAVFoundationVideoSource.h', 150 'objc/public/RTCAVFoundationVideoSource.h',
151 ], 151 ],
152 'dependencies': [ 152 'dependencies': [
153 '<(webrtc_root)/base/base.gyp:rtc_base_objc', 153 '<(webrtc_root)/base/base.gyp:rtc_base_objc',
154 ], 154 ],
155 'link_settings': { 155 'link_settings': {
156 'xcode_settings': { 156 'xcode_settings': {
157 'OTHER_LDFLAGS': [ 157 'OTHER_LDFLAGS': [
158 '-framework CoreGraphics', 158 '-framework CoreGraphics',
159 '-framework GLKit', 159 '-framework GLKit',
160 '-framework OpenGLES',
161 '-framework QuartzCore',
160 ], 162 ],
161 }, 163 },
162 }, 164 },
163 }], 165 }],
164 ['OS=="mac"', { 166 ['OS=="mac"', {
165 'sources': [ 167 'sources': [
166 'objc/RTCNSGLVideoView.m', 168 'objc/RTCNSGLVideoView.m',
167 'objc/public/RTCNSGLVideoView.h', 169 'objc/public/RTCNSGLVideoView.h',
168 ], 170 ],
169 'xcode_settings': { 171 'xcode_settings': {
(...skipping 12 matching lines...) Expand all
182 ], 184 ],
183 }, 185 },
184 }, 186 },
185 }], 187 }],
186 ], 188 ],
187 }, # target libjingle_peerconnection_objc 189 }, # target libjingle_peerconnection_objc
188 ], 190 ],
189 }], 191 }],
190 ], 192 ],
191 } 193 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698