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

Side by Side Diff: ui/ui.gyp

Issue 9669028: ui/base: Move message_box_win.{h,cc} to ui/base/win. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: keep sorted Created 8 years, 9 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/win/message_box_win.cc ('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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'base/l10n/l10n_font_util.cc', 162 'base/l10n/l10n_font_util.cc',
163 'base/l10n/l10n_font_util.h', 163 'base/l10n/l10n_font_util.h',
164 'base/l10n/l10n_util.cc', 164 'base/l10n/l10n_util.cc',
165 'base/l10n/l10n_util.h', 165 'base/l10n/l10n_util.h',
166 'base/l10n/l10n_util_collator.h', 166 'base/l10n/l10n_util_collator.h',
167 'base/l10n/l10n_util_mac.h', 167 'base/l10n/l10n_util_mac.h',
168 'base/l10n/l10n_util_mac.mm', 168 'base/l10n/l10n_util_mac.mm',
169 'base/l10n/l10n_util_posix.cc', 169 'base/l10n/l10n_util_posix.cc',
170 'base/l10n/l10n_util_win.cc', 170 'base/l10n/l10n_util_win.cc',
171 'base/l10n/l10n_util_win.h', 171 'base/l10n/l10n_util_win.h',
172 'base/message_box_win.cc',
173 'base/message_box_win.h',
174 'base/models/button_menu_item_model.cc', 172 'base/models/button_menu_item_model.cc',
175 'base/models/button_menu_item_model.h', 173 'base/models/button_menu_item_model.h',
176 'base/models/combobox_model.h', 174 'base/models/combobox_model.h',
177 'base/models/list_model.h', 175 'base/models/list_model.h',
178 'base/models/list_model_observer.h', 176 'base/models/list_model_observer.h',
179 'base/models/menu_model.cc', 177 'base/models/menu_model.cc',
180 'base/models/menu_model.h', 178 'base/models/menu_model.h',
181 'base/models/menu_model_delegate.h', 179 'base/models/menu_model_delegate.h',
182 'base/models/simple_menu_model.cc', 180 'base/models/simple_menu_model.cc',
183 'base/models/simple_menu_model.h', 181 'base/models/simple_menu_model.h',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'base/view_prop.h', 222 'base/view_prop.h',
225 'base/wayland/events_wayland.cc', 223 'base/wayland/events_wayland.cc',
226 'base/win/atl_module.h', 224 'base/win/atl_module.h',
227 'base/win/events_win.cc', 225 'base/win/events_win.cc',
228 'base/win/foreground_helper.cc', 226 'base/win/foreground_helper.cc',
229 'base/win/foreground_helper.h', 227 'base/win/foreground_helper.h',
230 'base/win/hwnd_util.cc', 228 'base/win/hwnd_util.cc',
231 'base/win/hwnd_util.h', 229 'base/win/hwnd_util.h',
232 'base/win/ime_input.cc', 230 'base/win/ime_input.cc',
233 'base/win/ime_input.h', 231 'base/win/ime_input.h',
232 'base/win/message_box_win.cc',
233 'base/win/message_box_win.h',
234 'base/win/mouse_wheel_util.cc', 234 'base/win/mouse_wheel_util.cc',
235 'base/win/mouse_wheel_util.h', 235 'base/win/mouse_wheel_util.h',
236 'base/win/shell.cc', 236 'base/win/shell.cc',
237 'base/win/shell.h', 237 'base/win/shell.h',
238 'base/win/singleton_hwnd.cc', 238 'base/win/singleton_hwnd.cc',
239 'base/win/singleton_hwnd.h', 239 'base/win/singleton_hwnd.h',
240 'base/win/window_impl.cc', 240 'base/win/window_impl.cc',
241 'base/win/window_impl.h', 241 'base/win/window_impl.h',
242 'base/x/active_window_watcher_x.cc', 242 'base/x/active_window_watcher_x.cc',
243 'base/x/active_window_watcher_x.h', 243 'base/x/active_window_watcher_x.h',
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 694 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
695 'os.chmod(\'<(ui_copy_dest)\', 0700)' 695 'os.chmod(\'<(ui_copy_dest)\', 0700)'
696 ] 696 ]
697 } 697 }
698 ], 698 ],
699 }, 699 },
700 ], 700 ],
701 }], 701 }],
702 ], 702 ],
703 } 703 }
OLDNEW
« no previous file with comments | « ui/base/win/message_box_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698