NaCl: Update revision in DEPS, 2363d1a -> 66f4b73
[chromium-blink-merge.git] / components / infobars / core / BUILD.gn
blob79e658f74ae72acdf294e6475bb92485e8405b69
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 static_library("core") {
6   sources = [
7     "confirm_infobar_delegate.cc",
8     "confirm_infobar_delegate.h",
9     "infobar.cc",
10     "infobar.h",
11     "infobar_container.cc",
12     "infobar_container.h",
13     "infobar_delegate.cc",
14     "infobar_delegate.h",
15     "infobar_manager.cc",
16     "infobar_manager.h",
17     "infobars_switches.cc",
18     "infobars_switches.h",
19     "simple_alert_infobar_delegate.cc",
20     "simple_alert_infobar_delegate.h",
21   ]
23   public_deps = [
24     "//skia",
25   ]
26   deps = [
27     "//base",
28     "//ui/base",
29     "//ui/gfx",
30     "//ui/strings",
31   ]