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 component("web_dialogs") {
7 "web_dialog_delegate.cc",
8 "web_dialog_delegate.h",
11 "web_dialog_web_contents_delegate.cc",
12 "web_dialog_web_contents_delegate.h",
13 "web_dialogs_export.h",
16 defines = [ "WEB_DIALOGS_IMPLEMENTATION" ]
20 "//base/third_party/dynamic_annotations",
21 "//content/public/browser",
26 static_library("test_support") {
28 "test/test_web_contents_handler.cc",
29 "test/test_web_contents_handler.h",
30 "test/test_web_dialog_delegate.cc",
31 "test/test_web_dialog_delegate.h",
37 "//content/public/browser",