| Index: webrtc/modules/video_processing/BUILD.gn
 | 
| diff --git a/webrtc/modules/video_processing/BUILD.gn b/webrtc/modules/video_processing/BUILD.gn
 | 
| index 6d411edda176c4e61badabdf9c379c6227091ceb..43a8de12557aee2ec2967b29580393d8240480d0 100644
 | 
| --- a/webrtc/modules/video_processing/BUILD.gn
 | 
| +++ b/webrtc/modules/video_processing/BUILD.gn
 | 
| @@ -29,6 +29,8 @@ source_set("video_processing") {
 | 
|      "util/denoiser_filter.h",
 | 
|      "util/denoiser_filter_c.cc",
 | 
|      "util/denoiser_filter_c.h",
 | 
| +    "util/noise_estimation.cc",
 | 
| +    "util/noise_estimation.h",
 | 
|      "util/skin_detection.cc",
 | 
|      "util/skin_detection.h",
 | 
|      "video_decimator.cc",
 | 
| 
 |