summaryrefslogtreecommitdiff
path: root/chromium/ios/components/security_interstitials/legacy_tls/BUILD.gn
blob: b6c62338ff8014fa25e65989473a8f141fc5da54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

source_set("legacy_tls") {
  configs += [ "//build/config/compiler:enable_arc" ]
  sources = [
    "legacy_tls_blocking_page.h",
    "legacy_tls_blocking_page.mm",
    "legacy_tls_controller_client.h",
    "legacy_tls_controller_client.mm",
    "legacy_tls_tab_allow_list.h",
    "legacy_tls_tab_allow_list.mm",
  ]
  deps = [
    "//base",
    "//components/security_interstitials/core",
    "//components/strings:components_strings_grit",
    "//ios/components/security_interstitials",
    "//ios/web/public",
    "//net",
    "//ui/base",
  ]
}