| 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',
|
|
|