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

Unified Diff: webrtc/call/BUILD.gn

Issue 2029323006: Add missing dependencies on audio, video and call to the new GN files. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add kjellander@ to OWNERS for BUILD.gn Created 4 years, 6 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
« no previous file with comments | « webrtc/api/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index c044e69018b4e44447a4fc7f3fdf543ee3b1d59b..15a3560d918bcb63ce796c3cd83cc66b59910793 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -28,8 +28,10 @@ source_set("call") {
deps = [
"..:rtc_event_log",
"..:webrtc_common",
+ "../audio",
"../modules/congestion_controller",
"../modules/rtp_rtcp",
"../system_wrappers",
+ "../video",
]
}
« no previous file with comments | « webrtc/api/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698