| # 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("default") { |
| sources = [ |
| "default_infobar_overlay_request_config.h", |
| "default_infobar_overlay_request_config.mm", |
| ] |
| |
| configs += [ "//build/config/compiler:enable_arc" ] |
| |
| deps = [ |
| "//components/infobars/core", |
| "//ios/chrome/browser/infobars", |
| "//ios/chrome/browser/infobars/overlays:overlay_type", |
| "//ios/chrome/browser/overlays", |
| "//ios/chrome/browser/overlays/public/common/infobars", |
| ] |
| } |