From 8fa0776f1f79e91fc9c0b9c1ba11a0a29c05196b Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 4 Feb 2022 17:20:24 +0100 Subject: BASELINE: Update Chromium to 98.0.4758.90 Change-Id: Ib7c41539bf8a8e0376bd639f27d68294de90f3c8 Reviewed-by: Allan Sandfeld Jensen --- .../security_interstitials/legacy_tls/BUILD.gn | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 chromium/ios/components/security_interstitials/legacy_tls/BUILD.gn (limited to 'chromium/ios/components') 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", - ] -} -- cgit v1.2.1