# Copyright 2019 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("test") {
  testonly = true
  sources = [
    "fake_infobar_banner_consumer.h",
    "fake_infobar_banner_consumer.mm",
  ]

  deps = [
    "//base",
    "//ios/chrome/browser/infobars/ui_bundled/banners",
  ]
}
