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

Unified Diff: webrtc/modules/rtp_rtcp/BUILD.gn

Issue 2426563003: Moved transport.h from webrtc/ to webrtc/api, created build target and updated dependencies. (Closed)
Patch Set: Remove mentions of GYP. Created 4 years, 1 month 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/modules/rtp_rtcp/BUILD.gn
diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
index 66183a85a15f8d47ecd712d629f7a4dbd8d8ea27..12f3511b483202fb93a5a90d3c84d63b3359c08d 100644
--- a/webrtc/modules/rtp_rtcp/BUILD.gn
+++ b/webrtc/modules/rtp_rtcp/BUILD.gn
@@ -175,6 +175,7 @@ rtc_static_library("rtp_rtcp") {
deps = [
"../..:webrtc_common",
+ "../../api:transport_api",
"../../common_video",
"../../system_wrappers",
"../remote_bitrate_estimator",

Powered by Google App Engine
This is Rietveld 408576698