Roll libvpx 861f35:1fff3e
[chromium-blink-merge.git] / components / web_modal / BUILD.gn
blob730d861069fed70887d3093b46e254ad6599d369
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("web_modal") {
6   sources = [
7     "modal_dialog_host.cc",
8     "modal_dialog_host.h",
9     "popup_manager.cc",
10     "popup_manager.h",
11     "single_popup_manager.h",
12     "single_web_contents_dialog_manager.h",
13     "web_contents_modal_dialog_host.cc",
14     "web_contents_modal_dialog_host.h",
15     "web_contents_modal_dialog_manager.cc",
16     "web_contents_modal_dialog_manager.h",
17     "web_contents_modal_dialog_manager_delegate.cc",
18     "web_contents_modal_dialog_manager_delegate.h",
19   ]
21   deps = [
22     "//base",
23     "//content/public/browser",
24     "//skia",
25   ]
28 static_library("test_support") {
29   sources = [
30     "test_web_contents_modal_dialog_host.cc",
31     "test_web_contents_modal_dialog_host.h",
32     "test_web_contents_modal_dialog_manager_delegate.cc",
33     "test_web_contents_modal_dialog_manager_delegate.h",
34   ]
36   deps = [
37     ":web_modal",
38   ]