1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//build/config/ui.gni")
7 static_library("core") {
9 "confirm_infobar_delegate.cc",
10 "confirm_infobar_delegate.h",
13 "infobar_container.cc",
14 "infobar_container.h",
15 "infobar_delegate.cc",
19 "infobars_switches.cc",
20 "infobars_switches.h",
21 "simple_alert_infobar_delegate.cc",
22 "simple_alert_infobar_delegate.h",
35 if (use_aura || (!is_ios && !is_android)) {
36 deps += [ "//ui/native_theme" ]