| Index: webrtc/call/BUILD.gn
 | 
| diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
 | 
| index e7c86b72c82ba9b2415c4ef23e8528c631acc335..5b428f72e9bb17f95c1385464d5a3353b61739b0 100644
 | 
| --- a/webrtc/call/BUILD.gn
 | 
| +++ b/webrtc/call/BUILD.gn
 | 
| @@ -29,7 +29,6 @@
 | 
|      "..:rtc_event_log",
 | 
|      "..:webrtc_common",
 | 
|      "../audio",
 | 
| -    "../base:rtc_task_queue",
 | 
|      "../modules/congestion_controller",
 | 
|      "../modules/rtp_rtcp",
 | 
|      "../system_wrappers",
 | 
| @@ -52,7 +51,6 @@
 | 
|        "//testing/gmock",
 | 
|        "//testing/gtest",
 | 
|      ]
 | 
| -    configs += [ "..:common_config" ]
 | 
|      if (is_clang) {
 | 
|        # Suppress warnings from the Chromium Clang plugin.
 | 
|        # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
 | 
| 
 |