| Index: chrome/browser/BUILD.gn
 | 
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
 | 
| index e7a9821d1547f5871139f0923ce2032a22474af8..6e976fc97101399f1b0fa26a4a119ada26c1ad79 100644
 | 
| --- a/chrome/browser/BUILD.gn
 | 
| +++ b/chrome/browser/BUILD.gn
 | 
| @@ -1577,12 +1577,12 @@ split_static_library("browser") {
 | 
|      "//third_party/icu",
 | 
|      "//third_party/leveldatabase",
 | 
|      "//third_party/libaddressinput",
 | 
| -    "//third_party/libjingle",
 | 
|      "//third_party/libxml",
 | 
|      "//third_party/libyuv",
 | 
|      "//third_party/re2",
 | 
|      "//third_party/smhasher:cityhash",
 | 
|      "//third_party/webrtc/modules/desktop_capture",
 | 
| +    "//third_party/webrtc_overrides",
 | 
|      "//third_party/widevine/cdm:headers",
 | 
|      "//third_party/zlib",
 | 
|      "//third_party/zlib:compression_utils",
 | 
| 
 |