Chromium Code Reviews| Index: webrtc/api/api.gyp |
| diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp |
| index 4fe8ce845884faf8014450b9431e77a9ef45b03b..bb17ed82cedda60d052533d0a17ad4c0ec9ea488 100644 |
| --- a/webrtc/api/api.gyp |
| +++ b/webrtc/api/api.gyp |
| @@ -229,6 +229,13 @@ |
| 'objc/RTCNSGLVideoView.h', |
| 'objc/RTCNSGLVideoView.m', |
| ], |
| + 'link_settings': { |
| + 'xcode_settings': { |
| + 'OTHER_LDFLAGS': [ |
| + '-framework OpenGL', |
| + ], |
| + }, |
| + }, |
| }], |
| ], |
| } |