Index: components/password_manager/core/browser/BUILD.gn |
diff --git a/components/password_manager/core/browser/BUILD.gn b/components/password_manager/core/browser/BUILD.gn |
index 056d7d6164c186d66ed77897f6d61146e9157b55..30a155503dfa96269fa184d51860a72d50b886d0 100644 |
--- a/components/password_manager/core/browser/BUILD.gn |
+++ b/components/password_manager/core/browser/BUILD.gn |
@@ -189,10 +189,6 @@ static_library("browser") { |
sources -= [ "login_database_posix.cc" ] |
} |
- if (!is_ios) { |
- deps += [ "//components/safe_browsing/password_protection" ] |
- } |
- |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
} |