| OLD | NEW |
| 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 Loading... |
| 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', | |
| 162 ], | 160 ], |
| 163 }, | 161 }, |
| 164 }, | 162 }, |
| 165 }], | 163 }], |
| 166 ['OS=="mac"', { | 164 ['OS=="mac"', { |
| 167 'sources': [ | 165 'sources': [ |
| 168 'objc/RTCNSGLVideoView.m', | 166 'objc/RTCNSGLVideoView.m', |
| 169 'objc/public/RTCNSGLVideoView.h', | 167 'objc/public/RTCNSGLVideoView.h', |
| 170 ], | 168 ], |
| 171 'xcode_settings': { | 169 'xcode_settings': { |
| (...skipping 12 matching lines...) Expand all Loading... |
| 184 ], | 182 ], |
| 185 }, | 183 }, |
| 186 }, | 184 }, |
| 187 }], | 185 }], |
| 188 ], | 186 ], |
| 189 }, # target libjingle_peerconnection_objc | 187 }, # target libjingle_peerconnection_objc |
| 190 ], | 188 ], |
| 191 }], | 189 }], |
| 192 ], | 190 ], |
| 193 } | 191 } |
| OLD | NEW |