# 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_banner_interaction_handler.h",
"default_infobar_banner_interaction_handler.mm",
]
deps = [
"//base",
"//ios/chrome/browser/infobars/model",
"//ios/chrome/browser/infobars/model:public",
"//ios/chrome/browser/infobars/model/overlays/browser_agent/interaction_handlers/common",
"//ios/chrome/browser/overlays/model/public/default",
]
}