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

Unified Diff: webrtc/call/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/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index 97643d1238620f5dcada539fa4972d4049a62a71..c04e8c744728f3a8e9469cdeb5d4b135ff6cc1f5 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -24,6 +24,7 @@ rtc_static_library("call") {
deps = [
"..:webrtc_common",
"../api:call_api",
+ "../api:transport_api",
"../audio",
"../base:rtc_task_queue",
"../logging:rtc_event_log_impl",

Powered by Google App Engine
This is Rietveld 408576698