summaryrefslogtreecommitdiff
path: root/chromium/ios/components
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-02-04 17:20:24 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-02-12 08:15:25 +0000
commit8fa0776f1f79e91fc9c0b9c1ba11a0a29c05196b (patch)
tree788d8d7549712682703a0310ca4a0f0860d4802b /chromium/ios/components
parent606d85f2a5386472314d39923da28c70c60dc8e7 (diff)
downloadqtwebengine-chromium-8fa0776f1f79e91fc9c0b9c1ba11a0a29c05196b.tar.gz
BASELINE: Update Chromium to 98.0.4758.90
Change-Id: Ib7c41539bf8a8e0376bd639f27d68294de90f3c8 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/ios/components')
-rw-r--r--chromium/ios/components/security_interstitials/legacy_tls/BUILD.gn24
1 files changed, 0 insertions, 24 deletions
diff --git a/chromium/ios/components/security_interstitials/legacy_tls/BUILD.gn b/chromium/ios/components/security_interstitials/legacy_tls/BUILD.gn
deleted file mode 100644
index b6c62338ff8..00000000000
--- a/chromium/ios/components/security_interstitials/legacy_tls/BUILD.gn
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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",
- ]
-}