| Index: third_party/libjingle/libjingle.gyp
|
| diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
|
| index a5b76cb1303fdb03f93308168d13b0d6db0f86d9..61c50f96a6f8f2101d666ff905f7149298e5ca22 100644
|
| --- a/third_party/libjingle/libjingle.gyp
|
| +++ b/third_party/libjingle/libjingle.gyp
|
| @@ -551,8 +551,8 @@
|
| 'dependencies': [
|
| '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp',
|
| '<(DEPTH)/third_party/webrtc/modules/modules.gyp:media_file',
|
| - '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_capture_module_impl',
|
| - '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render_module_impl',
|
| + '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_capture',
|
| + '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render',
|
| 'libjingle',
|
| ],
|
| }, # target libjingle_webrtc_common
|
|
|