| Index: webrtc/modules/video_processing/BUILD.gn
 | 
| diff --git a/webrtc/modules/video_processing/BUILD.gn b/webrtc/modules/video_processing/BUILD.gn
 | 
| index 43a8de12557aee2ec2967b29580393d8240480d0..214a7dfed5edeb215319fa95c2ab60a11a371329 100644
 | 
| --- a/webrtc/modules/video_processing/BUILD.gn
 | 
| +++ b/webrtc/modules/video_processing/BUILD.gn
 | 
| @@ -13,12 +13,8 @@ build_video_processing_sse2 = current_cpu == "x86" || current_cpu == "x64"
 | 
|  
 | 
|  source_set("video_processing") {
 | 
|    sources = [
 | 
| -    "brightness_detection.cc",
 | 
| -    "brightness_detection.h",
 | 
|      "content_analysis.cc",
 | 
|      "content_analysis.h",
 | 
| -    "deflickering.cc",
 | 
| -    "deflickering.h",
 | 
|      "frame_preprocessor.cc",
 | 
|      "frame_preprocessor.h",
 | 
|      "include/video_processing.h",
 | 
| 
 |