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

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

Issue 2594523003: Refactor webrtc/modules/pacing for GN check (Closed)
Patch Set: Refactor webrtc/modules/pacing for GN check Created 4 years 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 | « .gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/pacing/BUILD.gn
diff --git a/webrtc/modules/pacing/BUILD.gn b/webrtc/modules/pacing/BUILD.gn
index cba0d3edc97a1775dcecad0092b60146020f9b9c..cb27a591abbf7b415b016f39c06cf9f6c1ab4947 100644
--- a/webrtc/modules/pacing/BUILD.gn
+++ b/webrtc/modules/pacing/BUILD.gn
@@ -26,6 +26,8 @@ rtc_static_library("pacing") {
}
deps = [
+ "../..:webrtc_common",
+ "../../base:rtc_base_approved",
"../../system_wrappers",
"../bitrate_controller",
"../rtp_rtcp",
« no previous file with comments | « .gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698