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

Unified Diff: webrtc/call/webrtc_call.gypi

Issue 2426563003: Moved transport.h from webrtc/ to webrtc/api, created build target and updated dependencies. (Closed)
Patch Set: Created 4 years, 2 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
Index: webrtc/call/webrtc_call.gypi
diff --git a/webrtc/call/webrtc_call.gypi b/webrtc/call/webrtc_call.gypi
index 59dcef6af6e98e3a00078f0230d812c1f2df882b..a71365177dd51c617d8bf5745f0915fc85b7b1eb 100644
--- a/webrtc/call/webrtc_call.gypi
+++ b/webrtc/call/webrtc_call.gypi
@@ -8,6 +8,8 @@
{
'variables': {
'webrtc_call_dependencies': [
+ '<(webrtc_root)/api/api.gyp:call_api',
+ '<(webrtc_root)/api/api.gyp:transport_api',
'<(webrtc_root)/common.gyp:webrtc_common',
'<(webrtc_root)/modules/modules.gyp:congestion_controller',
'<(webrtc_root)/modules/modules.gyp:rtp_rtcp',

Powered by Google App Engine
This is Rietveld 408576698