diff --git a/.gn b/.gn index d391a53f83..961190dbc1 100644 --- a/.gn +++ b/.gn @@ -30,6 +30,7 @@ check_targets = [ "//webrtc/modules/audio_processing/*", "//webrtc/modules/desktop_capture/*", "//webrtc/modules/media_file/*", + "//webrtc/modules/pacing/*", "//webrtc/modules/video_capture/*", "//webrtc/modules/video_coding/*", "//webrtc/stats:rtc_stats", diff --git a/webrtc/modules/pacing/BUILD.gn b/webrtc/modules/pacing/BUILD.gn index cba0d3edc9..cb27a591ab 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",