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

Unified Diff: webrtc/media/BUILD.gn

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/BUILD.gn
diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn
index b61de328c35da8b528eb0458ea352b3af53f6da1..e085b8bf9c0f969f892b0633d71da87bd3770539 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -180,6 +180,7 @@ rtc_static_library("rtc_media") {
deps += [
"..:webrtc_common",
"../api:call_api",
+ "../api:transport_api",
"../base:rtc_base_approved",
"../call",
"../libjingle/xmllite",

Powered by Google App Engine
This is Rietveld 408576698