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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 907343002: libjingle: Update renamed video capture+render targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698