| Index: components/autofill/core/browser/BUILD.gn
|
| diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
|
| index ee20687d22bf0061d5e3a9f163e608f2c277826c..1dcf74f1fb7bfafbcd4257f9edf7307e67932c98 100644
|
| --- a/components/autofill/core/browser/BUILD.gn
|
| +++ b/components/autofill/core/browser/BUILD.gn
|
| @@ -180,8 +180,8 @@ source_set("browser") {
|
| "//third_party/fips181",
|
| "//third_party/icu",
|
| "//third_party/libaddressinput:util",
|
| - "//third_party/libjingle",
|
| "//third_party/libphonenumber",
|
| + "//third_party/libxml",
|
| "//third_party/re2",
|
| "//ui/base",
|
| "//ui/gfx",
|
| @@ -309,7 +309,6 @@ source_set("unit_tests") {
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| "//third_party/libaddressinput:util",
|
| - "//third_party/libjingle",
|
| "//third_party/libphonenumber",
|
| "//ui/base",
|
| "//url",
|
|
|