# Copyright 2023 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("metrics") {
sources = [
"ios_password_manager_metrics.h",
"ios_password_manager_metrics.mm",
"ios_password_manager_visits_recorder.h",
"ios_password_manager_visits_recorder.mm",
]
deps = [ "//base" ]
frameworks = [ "Foundation.framework" ]
}
source_set("unit_tests") {
testonly = true
sources = [ "ios_password_manager_visits_recorder_unittest.mm" ]
deps = [
":metrics",
"//base/test:test_support",
"//testing/gtest",
]
}