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

Side by Side Diff: ui/ui.gyp

Issue 10790083: shell dialogs: Move the linux implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to tot Created 8 years, 5 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 | « ui/base/strings/ui_strings.grd ('k') | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'base/cocoa/window_size_constants.h', 104 'base/cocoa/window_size_constants.h',
105 'base/cocoa/window_size_constants.mm', 105 'base/cocoa/window_size_constants.mm',
106 'base/cursor/cursor.cc', 106 'base/cursor/cursor.cc',
107 'base/cursor/cursor.h', 107 'base/cursor/cursor.h',
108 'base/cursor/cursor_win.cc', 108 'base/cursor/cursor_win.cc',
109 'base/cursor/cursor_x11.cc', 109 'base/cursor/cursor_x11.cc',
110 'base/dialogs/base_shell_dialog.cc', 110 'base/dialogs/base_shell_dialog.cc',
111 'base/dialogs/base_shell_dialog.h', 111 'base/dialogs/base_shell_dialog.h',
112 'base/dialogs/base_shell_dialog_win.cc', 112 'base/dialogs/base_shell_dialog_win.cc',
113 'base/dialogs/base_shell_dialog_win.h', 113 'base/dialogs/base_shell_dialog_win.h',
114 'base/dialogs/gtk/select_file_dialog_impl.cc',
115 'base/dialogs/gtk/select_file_dialog_impl.h',
116 'base/dialogs/gtk/select_file_dialog_impl_gtk.cc',
117 'base/dialogs/gtk/select_file_dialog_impl_kde.cc',
114 'base/dialogs/select_file_dialog.cc', 118 'base/dialogs/select_file_dialog.cc',
115 'base/dialogs/select_file_dialog.h', 119 'base/dialogs/select_file_dialog.h',
116 'base/dialogs/select_file_dialog_factory.cc', 120 'base/dialogs/select_file_dialog_factory.cc',
117 'base/dialogs/select_file_dialog_factory.h', 121 'base/dialogs/select_file_dialog_factory.h',
118 'base/dialogs/select_file_dialog_mac.h', 122 'base/dialogs/select_file_dialog_mac.h',
119 'base/dialogs/select_file_dialog_mac.mm', 123 'base/dialogs/select_file_dialog_mac.mm',
120 'base/dialogs/select_file_dialog_win.cc', 124 'base/dialogs/select_file_dialog_win.cc',
121 'base/dialogs/select_file_dialog_win.h', 125 'base/dialogs/select_file_dialog_win.h',
122 'base/dialogs/select_file_policy.cc', 126 'base/dialogs/select_file_policy.cc',
123 'base/dialogs/select_file_policy.h', 127 'base/dialogs/select_file_policy.h',
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 758 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
755 'os.chmod(\'<(ui_copy_dest)\', 0700)' 759 'os.chmod(\'<(ui_copy_dest)\', 0700)'
756 ] 760 ]
757 } 761 }
758 ], 762 ],
759 }, 763 },
760 ], 764 ],
761 }], 765 }],
762 ], 766 ],
763 } 767 }
OLDNEW
« no previous file with comments | « ui/base/strings/ui_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698