blob: 27563c3f2ccd670ae0e7f0cb95ca6257bec53658 [file] [log] [blame]
# Copyright 2017 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/features.gni")
component("ios") {
sources = [
"security_state_utils.h",
"security_state_utils.mm",
]
deps = [
"//base",
"//components/autofill/ios/form_util",
"//components/safe_browsing/ios/browser:allow_list",
"//components/security_state/core",
"//ios/web/common",
"//ios/web/public",
"//ios/web/public/security",
]
}
source_set("unit_tests") {
testonly = true
sources = [ "security_state_utils_unittest.mm" ]
deps = [
":ios",
"//components/safe_browsing/ios/browser:allow_list",
"//components/security_state/core",
"//ios/web/public/security",
"//ios/web/public/test",
"//ios/web/public/test:test_fixture",
]
}