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

Side by Side Diff: ui/views/views.gyp

Issue 1138523006: Enable keyboard accelerators while a menu is open (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed OnTouchEvent() Created 5 years, 3 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
« no previous file with comments | « ui/views/controls/menu/menu_message_loop_aura.cc ('k') | ui/views/views_delegate.h » ('j') | 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'accessibility/ax_window_obj_wrapper.cc', 367 'accessibility/ax_window_obj_wrapper.cc',
368 'accessibility/ax_window_obj_wrapper.h', 368 'accessibility/ax_window_obj_wrapper.h',
369 'bubble/bubble_window_targeter.cc', 369 'bubble/bubble_window_targeter.cc',
370 'bubble/bubble_window_targeter.h', 370 'bubble/bubble_window_targeter.h',
371 'bubble/tray_bubble_view.cc', 371 'bubble/tray_bubble_view.cc',
372 'bubble/tray_bubble_view.h', 372 'bubble/tray_bubble_view.h',
373 'controls/menu/display_change_listener_aura.cc', 373 'controls/menu/display_change_listener_aura.cc',
374 'controls/menu/menu_config_aura.cc', 374 'controls/menu/menu_config_aura.cc',
375 'controls/menu/menu_event_dispatcher.cc', 375 'controls/menu/menu_event_dispatcher.cc',
376 'controls/menu/menu_event_dispatcher.h', 376 'controls/menu/menu_event_dispatcher.h',
377 'controls/menu/menu_key_event_handler.cc',
378 'controls/menu/menu_key_event_handler.h',
377 'controls/menu/menu_message_loop_aura.cc', 379 'controls/menu/menu_message_loop_aura.cc',
378 'controls/menu/menu_message_loop_aura.h', 380 'controls/menu/menu_message_loop_aura.h',
379 'controls/native/native_view_host_aura.cc', 381 'controls/native/native_view_host_aura.cc',
380 'controls/native/native_view_host_aura.h', 382 'controls/native/native_view_host_aura.h',
381 'corewm/cursor_height_provider_win.cc', 383 'corewm/cursor_height_provider_win.cc',
382 'corewm/cursor_height_provider_win.h', 384 'corewm/cursor_height_provider_win.h',
383 'corewm/tooltip.h', 385 'corewm/tooltip.h',
384 'corewm/tooltip_aura.cc', 386 'corewm/tooltip_aura.cc',
385 'corewm/tooltip_aura.h', 387 'corewm/tooltip_aura.h',
386 'corewm/tooltip_controller.cc', 388 'corewm/tooltip_controller.cc',
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 '../aura/aura.gyp:aura', 950 '../aura/aura.gyp:aura',
949 '../wm/wm.gyp:wm', 951 '../wm/wm.gyp:wm',
950 ], 952 ],
951 }], 953 }],
952 ], 954 ],
953 }, # target_name: macviews_interactive_ui_tests 955 }, # target_name: macviews_interactive_ui_tests
954 ], # targets 956 ], # targets
955 }], 957 }],
956 ], # conditions 958 ], # conditions
957 } 959 }
OLDNEW
« no previous file with comments | « ui/views/controls/menu/menu_message_loop_aura.cc ('k') | ui/views/views_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698