summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/browser/ui/infobars/banners/BUILD.gn
blob: aa42e0742a0492e6f5be82be35610c72cc53d5dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2019 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("banners") {
  configs += [ "//build/config/compiler:enable_arc" ]
  sources = [
    "infobar_banner_delegate.h",
    "infobar_banner_view_controller.h",
    "infobar_banner_view_controller.mm",
  ]
  deps = [
    "//ios/chrome/browser/ui/util",
  ]
}