| # Copyright 2020 The Chromium Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| static_library("content") { | |
| sources = [ | |
| "content_infobar_manager.cc", | |
| "content_infobar_manager.h", | |
| ] | |
| public_deps = [ | |
| "//base", | |
| "//components/infobars/core", | |
| "//content/public/browser", | |
| "//content/public/common", | |
| "//ui/base", | |
| ] | |
| } |