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

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: 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/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index d77dfc6b6043dd62da08714bd6d3c96920a564ca..64829e9b9d43e8ff07c023523b6ca65bf3449210 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -27,6 +27,7 @@ rtc_static_library("call") {
deps = [
"..:webrtc_common",
+ "../api:transport_api",
"../audio",
"../base:rtc_task_queue",
"../logging:rtc_event_log_impl",

Powered by Google App Engine
This is Rietveld 408576698