| Index: webrtc/api/api.gyp
|
| diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
|
| index 05c4dbd00b3d8ddaeb31d46b5355da986bf4253d..e18bd0228f5b0190e4b4124c2ddb8aabf48762dc 100644
|
| --- a/webrtc/api/api.gyp
|
| +++ b/webrtc/api/api.gyp
|
| @@ -18,6 +18,9 @@
|
| '<(webrtc_root)/base/base.gyp:rtc_base_objc',
|
| ],
|
| 'sources': [
|
| + 'objc/RTCAVFoundationVideoSource+Private.h',
|
| + 'objc/RTCAVFoundationVideoSource.h',
|
| + 'objc/RTCAVFoundationVideoSource.mm',
|
| 'objc/RTCIceServer+Private.h',
|
| 'objc/RTCIceServer.h',
|
| 'objc/RTCIceServer.mm',
|
| @@ -27,6 +30,8 @@
|
| 'objc/RTCVideoSource+Private.h',
|
| 'objc/RTCVideoSource.h',
|
| 'objc/RTCVideoSource.mm',
|
| + 'objc/avfoundationvideocapturer.h',
|
| + 'objc/avfoundationvideocapturer.mm',
|
| ],
|
| 'xcode_settings': {
|
| 'CLANG_ENABLE_OBJC_ARC': 'YES',
|
|
|