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

Unified Diff: ui/ui.gyp

Issue 8695005: Move accelerator related files to ui/base/accelerators (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/ui_base_exports.cc ('k') | ui/views/controls/tree/tree_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 84fcc988177492762a77dd5a9a5b71cdc77ffc44..67af7060909cb73047e6e1d877fac2ba4f1ca1dd 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -40,8 +40,13 @@
'../third_party/icu/icu.gyp:icuuc',
],
'sources': [
- 'base/accelerator_manager.cc',
- 'base/accelerator_manager.h',
+ 'base/accelerators/accelerator.cc',
+ 'base/accelerators/accelerator.h',
+ 'base/accelerators/accelerator_cocoa.h',
+ 'base/accelerators/accelerator_cocoa.mm',
+ 'base/accelerators/accelerator_gtk.h',
+ 'base/accelerators/accelerator_manager.cc',
+ 'base/accelerators/accelerator_manager.h',
'base/accessibility/accessibility_types.h',
'base/accessibility/accessible_text_utils.cc',
'base/accessibility/accessible_text_utils.h',
@@ -153,11 +158,6 @@
'base/message_box_flags.h',
'base/message_box_win.cc',
'base/message_box_win.h',
- 'base/models/accelerator_cocoa.h',
- 'base/models/accelerator_cocoa.mm',
- 'base/models/accelerator_gtk.h',
- 'base/models/accelerator.cc',
- 'base/models/accelerator.h',
'base/models/button_menu_item_model.cc',
'base/models/button_menu_item_model.h',
'base/models/combobox_model.h',
« no previous file with comments | « ui/base/ui_base_exports.cc ('k') | ui/views/controls/tree/tree_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698