# Copyright 2026 The Chromium Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. source_set("autofill_and_passwords_item_utils") { sources = [ "autofill_and_passwords_item_utils.h", "autofill_and_passwords_item_utils.mm", ] deps = [ "//build:branding_buildflags", "//components/autofill/core/common:features", "//components/strings", "//ios/chrome/app/strings", "//ios/chrome/browser/settings/ui_bundled:constants", "//ios/chrome/browser/settings/ui_bundled:settings_root_constants", "//ios/chrome/browser/settings/ui_bundled/autofill:constants", "//ios/chrome/browser/shared/public/features", "//ios/chrome/browser/shared/ui/symbols", "//ios/chrome/browser/shared/ui/table_view/cells", "//ios/chrome/common/ui/colors", "//ui/base", ] }