| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index 02a16d122d29bd99025698732f330a3dbb919352..565810c4b8682335f937d7a0d779107fdaa70975 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -254,17 +254,7 @@ source_set("webrtc") {
|
| "call",
|
| "common_audio",
|
| "common_video",
|
| - "modules/audio_coding",
|
| - "modules/audio_conference_mixer",
|
| - "modules/audio_device",
|
| - "modules/audio_processing",
|
| - "modules/bitrate_controller",
|
| - "modules/desktop_capture",
|
| - "modules/media_file",
|
| - "modules/rtp_rtcp",
|
| - "modules/utility",
|
| - "modules/video_coding",
|
| - "modules/video_processing",
|
| + "modules",
|
| "system_wrappers",
|
| "tools",
|
| "video",
|
|
|