Index: components/autofill/core/browser/BUILD.gn |
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn |
index 7ac95fe44fa0291b091685536c6ddda572e161df..da9803d6bde1465c7651754aa4ec4631a9c17391 100644 |
--- a/components/autofill/core/browser/BUILD.gn |
+++ b/components/autofill/core/browser/BUILD.gn |
@@ -171,8 +171,8 @@ source_set("browser") { |
"//third_party/fips181", |
"//third_party/icu", |
"//third_party/libaddressinput:util", |
- "//third_party/libphonenumber", |
"//third_party/libjingle", |
+ "//third_party/libphonenumber", |
"//ui/base", |
"//ui/gfx", |
"//ui/gfx/geometry", |
@@ -298,8 +298,8 @@ source_set("unit_tests") { |
"//testing/gmock", |
"//testing/gtest", |
"//third_party/libaddressinput:util", |
- "//third_party/libphonenumber", |
"//third_party/libjingle", |
+ "//third_party/libphonenumber", |
"//ui/base", |
"//url", |
] |