Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(775)

Side by Side Diff: components/app_modal/BUILD.gn

Issue 2901583002: Fold AppModalDialog into its only subclass, JavaScriptAppModalDialog. (Closed)
Patch Set: fix collapse Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | components/app_modal/app_modal_dialog.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 static_library("app_modal") { 7 static_library("app_modal") {
8 sources = [ 8 sources = [
9 "app_modal_dialog.cc",
10 "app_modal_dialog.h",
11 "app_modal_dialog_queue.cc", 9 "app_modal_dialog_queue.cc",
12 "app_modal_dialog_queue.h", 10 "app_modal_dialog_queue.h",
13 "javascript_app_modal_dialog.cc", 11 "javascript_app_modal_dialog.cc",
14 "javascript_app_modal_dialog.h", 12 "javascript_app_modal_dialog.h",
15 "javascript_dialog_extensions_client.h", 13 "javascript_dialog_extensions_client.h",
16 "javascript_dialog_manager.cc", 14 "javascript_dialog_manager.cc",
17 "javascript_dialog_manager.h", 15 "javascript_dialog_manager.h",
18 "javascript_native_dialog_factory.h", 16 "javascript_native_dialog_factory.h",
19 "native_app_modal_dialog.h", 17 "native_app_modal_dialog.h",
20 ] 18 ]
(...skipping 16 matching lines...) Expand all
37 35
38 if (toolkit_views) { 36 if (toolkit_views) {
39 sources += [ 37 sources += [
40 "views/javascript_app_modal_dialog_views.cc", 38 "views/javascript_app_modal_dialog_views.cc",
41 "views/javascript_app_modal_dialog_views.h", 39 "views/javascript_app_modal_dialog_views.h",
42 ] 40 ]
43 41
44 deps += [ "//ui/views" ] 42 deps += [ "//ui/views" ]
45 } 43 }
46 } 44 }
OLDNEW
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | components/app_modal/app_modal_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698