Index: components/autofill/core/browser/BUILD.gn |
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn |
index 9f3713c4398a3e038497033284efa4f442440d99..7aa29a1179745760e5ecac516c1e39265cfc9456 100644 |
--- a/components/autofill/core/browser/BUILD.gn |
+++ b/components/autofill/core/browser/BUILD.gn |
@@ -149,15 +149,13 @@ static_library("browser") { |
"//third_party/icu", |
"//third_party/libaddressinput:util", |
"//third_party/libphonenumber", |
+ "//third_party/libjingle", |
"//ui/base", |
"//ui/gfx", |
"//ui/gfx/geometry", |
"//url", |
- # TODO(GYP) also remove libjingle_stub_config below when this is added: |
- #'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP) |
] |
- configs += [ "//content:libjingle_stub_config" ] |
direct_dependent_configs = [ ":autofill_browser_config" ] |
if (autofill_enable_sync) { |
@@ -238,8 +236,6 @@ source_set("unit_tests") { |
"webdata/web_data_service_unittest.cc", |
] |
- configs += [ "//content:libjingle_stub_config" ] |
- |
deps = [ |
":browser", |
":test_support", |
@@ -247,6 +243,6 @@ source_set("unit_tests") { |
"//components/strings", |
"//testing/gmock", |
"//third_party/libphonenumber", |
- #'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP) |
+ "//third_party/libjingle" |
] |
} |