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

Unified Diff: talk/build/merge_ios_libs.gyp

Issue 1497393002: Add new view that renders local video using AVCaptureLayerPreview. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added doc on dispatcher. Created 5 years 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
Index: talk/build/merge_ios_libs.gyp
diff --git a/talk/build/merge_ios_libs.gyp b/talk/build/merge_ios_libs.gyp
index f7e4875ebaeccbe708bcd2a14c38dd0daa12ee1e..fe83f3b114c04961b76c50f06ff9db1ed51720e5 100644
--- a/talk/build/merge_ios_libs.gyp
+++ b/talk/build/merge_ios_libs.gyp
@@ -34,6 +34,7 @@
'includes': [ 'objc_app.gypi' ],
'type': 'executable',
'dependencies': [
+ '<(webrtc_root)/base/base.gyp:rtc_base_objc',
tkchin_webrtc 2015/12/07 18:27:07 mind adding a todo for moving this to webrtc/api/a
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
'../libjingle.gyp:libjingle_peerconnection_objc',
],

Powered by Google App Engine
This is Rietveld 408576698