| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 3aefa8a42f5dc544b2e9828abc543a4eae576873..92cf7fe1467ec988c794956b453f0fdd5860712c 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -1947,8 +1947,8 @@ test("browser_tests") {
|
| "//third_party/cacheinvalidation",
|
| "//third_party/icu",
|
| "//third_party/leveldatabase",
|
| - "//third_party/libjingle",
|
| "//third_party/webrtc/modules/desktop_capture",
|
| + "//third_party/webrtc_overrides",
|
| "//third_party/widevine/cdm:headers",
|
| "//ui/accessibility:test_support",
|
| "//ui/base:test_support",
|
| @@ -3529,10 +3529,10 @@ test("unit_tests") {
|
| "//third_party/icu",
|
| "//third_party/leveldatabase",
|
| "//third_party/libaddressinput",
|
| - "//third_party/libjingle",
|
| "//third_party/libphonenumber",
|
| "//third_party/libxml",
|
| "//third_party/webrtc/modules/desktop_capture",
|
| + "//third_party/webrtc_overrides",
|
| "//ui/base:test_support",
|
| "//ui/display:test_support",
|
| "//ui/gfx:test_support",
|
|
|