# 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("test") {
  testonly = true
  sources = [
    "mock_ios_chrome_save_passwords_infobar_delegate.h",
    "mock_ios_chrome_save_passwords_infobar_delegate.mm",
  ]
  deps = [
    "//base",
    "//components/password_manager/core/browser:test_support",
    "//components/password_manager/core/common",
    "//ios/chrome/browser/passwords/infobars/model",
    "//ios/chrome/browser/shared/public/commands",
    "//testing/gmock",
    "//testing/gtest",
    "//url",
  ]
}
