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

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

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix test gyp Created 4 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 | « PRESUBMIT.py ('k') | talk/app/webrtc/objc/avfoundationvideocapturer.mm » ('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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'sources': [ 143 'sources': [
144 'objc/avfoundationvideocapturer.h', 144 'objc/avfoundationvideocapturer.h',
145 'objc/avfoundationvideocapturer.mm', 145 'objc/avfoundationvideocapturer.mm',
146 'objc/RTCAVFoundationVideoSource+Internal.h', 146 'objc/RTCAVFoundationVideoSource+Internal.h',
147 'objc/RTCAVFoundationVideoSource.mm', 147 'objc/RTCAVFoundationVideoSource.mm',
148 'objc/RTCEAGLVideoView.m', 148 'objc/RTCEAGLVideoView.m',
149 'objc/public/RTCEAGLVideoView.h', 149 'objc/public/RTCEAGLVideoView.h',
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)/sdk/sdk.gyp:rtc_sdk_common_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 ], 160 ],
161 }, 161 },
162 }, 162 },
163 }], 163 }],
(...skipping 18 matching lines...) Expand all
182 ], 182 ],
183 }, 183 },
184 }, 184 },
185 }], 185 }],
186 ], 186 ],
187 }, # target libjingle_peerconnection_objc 187 }, # target libjingle_peerconnection_objc
188 ], 188 ],
189 }], 189 }],
190 ], 190 ],
191 } 191 }
OLDNEW
« no previous file with comments | « PRESUBMIT.py ('k') | talk/app/webrtc/objc/avfoundationvideocapturer.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698