Chromium Code Reviews| Index: ui/views/views.gyp |
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp |
| index aa065b393303cafeb093b77d1105759898ddc82c..32d518fd79cd60f657b2f42b7a0a3aa79c288698 100644 |
| --- a/ui/views/views.gyp |
| +++ b/ui/views/views.gyp |
| @@ -374,6 +374,8 @@ |
| 'controls/menu/menu_config_aura.cc', |
| 'controls/menu/menu_event_dispatcher.cc', |
| 'controls/menu/menu_event_dispatcher.h', |
| + 'controls/menu/menu_event_handler.cc', |
|
sky
2015/09/09 15:44:52
Isn't this only appropriate for non-windows?
afakhry
2015/09/09 20:21:33
The intend is to use it for windows too in a follo
|
| + 'controls/menu/menu_event_handler.h', |
| 'controls/menu/menu_message_loop_aura.cc', |
| 'controls/menu/menu_message_loop_aura.h', |
| 'controls/native/native_view_host_aura.cc', |