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

Side by Side Diff: ui/shell_dialogs.gypi

Issue 27441003: Use BaseShellDialog for print dialog on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « printing/printing_context_win.cc ('k') | ui/shell_dialogs/base_shell_dialog_win.cc » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'shell_dialogs', 8 'target_name': 'shell_dialogs',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 12 matching lines...) Expand all
23 'shell_dialogs/base_shell_dialog.cc', 23 'shell_dialogs/base_shell_dialog.cc',
24 'shell_dialogs/base_shell_dialog.h', 24 'shell_dialogs/base_shell_dialog.h',
25 'shell_dialogs/base_shell_dialog_win.cc', 25 'shell_dialogs/base_shell_dialog_win.cc',
26 'shell_dialogs/base_shell_dialog_win.h', 26 'shell_dialogs/base_shell_dialog_win.h',
27 'shell_dialogs/gtk/select_file_dialog_impl.cc', 27 'shell_dialogs/gtk/select_file_dialog_impl.cc',
28 'shell_dialogs/gtk/select_file_dialog_impl.h', 28 'shell_dialogs/gtk/select_file_dialog_impl.h',
29 'shell_dialogs/gtk/select_file_dialog_impl_gtk.cc', 29 'shell_dialogs/gtk/select_file_dialog_impl_gtk.cc',
30 'shell_dialogs/gtk/select_file_dialog_impl_kde.cc', 30 'shell_dialogs/gtk/select_file_dialog_impl_kde.cc',
31 'shell_dialogs/linux_shell_dialog.cc', 31 'shell_dialogs/linux_shell_dialog.cc',
32 'shell_dialogs/linux_shell_dialog.h', 32 'shell_dialogs/linux_shell_dialog.h',
33 'shell_dialogs/print_settings_dialog_win.cc',
34 'shell_dialogs/print_settings_dialog_win.h',
33 'shell_dialogs/select_file_dialog.cc', 35 'shell_dialogs/select_file_dialog.cc',
34 'shell_dialogs/select_file_dialog.h', 36 'shell_dialogs/select_file_dialog.h',
35 'shell_dialogs/select_file_dialog_android.cc', 37 'shell_dialogs/select_file_dialog_android.cc',
36 'shell_dialogs/select_file_dialog_android.h', 38 'shell_dialogs/select_file_dialog_android.h',
37 'shell_dialogs/select_file_dialog_factory.cc', 39 'shell_dialogs/select_file_dialog_factory.cc',
38 'shell_dialogs/select_file_dialog_factory.h', 40 'shell_dialogs/select_file_dialog_factory.h',
39 'shell_dialogs/select_file_dialog_mac.h', 41 'shell_dialogs/select_file_dialog_mac.h',
40 'shell_dialogs/select_file_dialog_mac.mm', 42 'shell_dialogs/select_file_dialog_mac.mm',
41 'shell_dialogs/select_file_dialog_win.cc', 43 'shell_dialogs/select_file_dialog_win.cc',
42 'shell_dialogs/select_file_dialog_win.h', 44 'shell_dialogs/select_file_dialog_win.h',
(...skipping 29 matching lines...) Expand all
72 }], 74 }],
73 ['OS=="android" and android_webview_build==0', { 75 ['OS=="android" and android_webview_build==0', {
74 'dependencies': [ 76 'dependencies': [
75 'ui_java', 77 'ui_java',
76 ], 78 ],
77 }], 79 }],
78 ], 80 ],
79 }, # target_name: shell_dialogs 81 }, # target_name: shell_dialogs
80 ], 82 ],
81 } 83 }
OLDNEW
« no previous file with comments | « printing/printing_context_win.cc ('k') | ui/shell_dialogs/base_shell_dialog_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698