| Index: webrtc/modules/desktop_capture/BUILD.gn
 | 
| diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
 | 
| index 8e3f36d2df4626403a81affada75c7be5f28ed55..c91f7f2bf6ae4aa87d23e2937c8dabe2d978171f 100644
 | 
| --- a/webrtc/modules/desktop_capture/BUILD.gn
 | 
| +++ b/webrtc/modules/desktop_capture/BUILD.gn
 | 
| @@ -148,7 +148,6 @@ rtc_source_set("desktop_capture") {
 | 
|      ]
 | 
|    }
 | 
|  
 | 
| -  configs += [ "../..:common_config" ]
 | 
|    public_configs = [ "../..:common_inherited_config" ]
 | 
|  
 | 
|    if (is_clang && !is_nacl) {
 | 
| @@ -178,7 +177,6 @@ if (use_desktop_capture_differ_sse2) {
 | 
|        "differ_block_sse2.h",
 | 
|      ]
 | 
|  
 | 
| -    configs += [ "../..:common_config" ]
 | 
|      public_configs = [ "../..:common_inherited_config" ]
 | 
|  
 | 
|      if (is_posix) {
 | 
| 
 |