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

Unified Diff: webrtc/media/media.gyp

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/media/media.gyp
diff --git a/webrtc/media/media.gyp b/webrtc/media/media.gyp
index 4325b151cce25c66dec1d2ac60bd334621b5cb9a..a14c1f92d6791118977e7b669def39f9510e73e5 100644
--- a/webrtc/media/media.gyp
+++ b/webrtc/media/media.gyp
@@ -13,6 +13,8 @@
'target_name': 'rtc_media',
'type': 'static_library',
'dependencies': [
+ '<(webrtc_root)/api/api.gyp:call_api',
+ '<(webrtc_root)/api/api.gyp:transport_api',
'<(webrtc_root)/base/base.gyp:rtc_base_approved',
'<(webrtc_root)/common.gyp:webrtc_common',
'<(webrtc_root)/webrtc.gyp:webrtc',

Powered by Google App Engine
This is Rietveld 408576698