Index: components/autofill/core/browser/BUILD.gn |
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn |
index 63044880da7e09fa3bcf9aea69cac0264a268df2..9f3713c4398a3e038497033284efa4f442440d99 100644 |
--- a/components/autofill/core/browser/BUILD.gn |
+++ b/components/autofill/core/browser/BUILD.gn |
@@ -138,12 +138,14 @@ static_library("browser") { |
"//components/autofill/core/common", |
"//components/keyed_service/core", |
"//components/os_crypt", |
+ "//components/pref_registry", |
"//components/resources", |
"//components/strings", |
"//components/webdata/common", |
"//google_apis", |
"//skia", |
"//sql", |
+ "//third_party/fips181", |
"//third_party/icu", |
"//third_party/libaddressinput:util", |
"//third_party/libphonenumber", |
@@ -151,10 +153,8 @@ static_library("browser") { |
"//ui/gfx", |
"//ui/gfx/geometry", |
"//url", |
- #'../third_party/fips181/fips181.gyp:fips181', TODO(GYP) |
# TODO(GYP) also remove libjingle_stub_config below when this is added: |
#'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP) |
- #'pref_registry', TODO(GYP) |
] |
configs += [ "//content:libjingle_stub_config" ] |