| Index: .gn
|
| diff --git a/.gn b/.gn
|
| index c381566dec87eaba243dc171a51fb02ede92d16a..e17b0101828fc51affa0d50f6f9595a289e571c0 100644
|
| --- a/.gn
|
| +++ b/.gn
|
| @@ -29,11 +29,14 @@ check_targets = [
|
| "//webrtc/modules/audio_device/*",
|
| "//webrtc/modules/audio_mixer/*",
|
| "//webrtc/modules/audio_processing/*",
|
| + "//webrtc/modules/bitrate_controller/*",
|
| + "//webrtc/modules/congestion_controller/*",
|
| "//webrtc/modules/media_file/*",
|
| "//webrtc/modules/pacing/*",
|
| "//webrtc/modules/rtp_rtcp/*",
|
| "//webrtc/modules/video_capture/*",
|
| "//webrtc/modules/video_coding/*",
|
| + "//webrtc/modules/remote_bitrate_estimator/*",
|
| "//webrtc/stats:rtc_stats",
|
| "//webrtc/voice_engine",
|
| "//webrtc/voice_engine:level_indicator",
|
|
|