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("app_modal") {
11 "app_modal_dialog_queue.cc",
12 "app_modal_dialog_queue.h",
13 "javascript_app_modal_dialog.cc",
14 "javascript_app_modal_dialog.h",
15 "javascript_dialog_extensions_client.h",
16 "javascript_dialog_manager.cc",
17 "javascript_dialog_manager.h",
18 "javascript_native_dialog_factory.h",
19 "native_app_modal_dialog.h",
25 "//components/strings",
26 "//components/url_formatter",
27 "//content/public/browser",
28 "//content/public/common",
35 deps += [ "//ui/aura" ]
40 "views/javascript_app_modal_dialog_views.cc",
41 "views/javascript_app_modal_dialog_views.h",
45 "//components/constrained_window",