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

Side by Side Diff: ash/ash.gyp

Issue 1138523006: Enable keyboard accelerators while a menu is open (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handling oshima's comments Created 5 years, 6 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
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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
11 'accelerators/accelerator_commands.h', 11 'accelerators/accelerator_commands.h',
12 'accelerators/accelerator_controller.cc', 12 'accelerators/accelerator_controller.cc',
13 'accelerators/accelerator_controller.h', 13 'accelerators/accelerator_controller.h',
14 'accelerators/accelerator_delegate.cc', 14 'accelerators/accelerator_delegate.cc',
15 'accelerators/accelerator_delegate.h', 15 'accelerators/accelerator_delegate.h',
16 'accelerators/accelerator_table.cc', 16 'accelerators/accelerator_table.cc',
17 'accelerators/accelerator_table.h', 17 'accelerators/accelerator_table.h',
18 'accelerators/ash_menu_event_filter_delegate.cc',
19 'accelerators/ash_menu_event_filter_delegate.h',
18 'accelerators/debug_commands.cc', 20 'accelerators/debug_commands.cc',
19 'accelerators/debug_commands.h', 21 'accelerators/debug_commands.h',
20 'accelerators/exit_warning_handler.cc', 22 'accelerators/exit_warning_handler.cc',
21 'accelerators/exit_warning_handler.h', 23 'accelerators/exit_warning_handler.h',
22 'accelerators/focus_manager_factory.cc', 24 'accelerators/focus_manager_factory.cc',
23 'accelerators/focus_manager_factory.h', 25 'accelerators/focus_manager_factory.h',
24 'accelerators/key_hold_detector.cc', 26 'accelerators/key_hold_detector.cc',
25 'accelerators/key_hold_detector.h', 27 'accelerators/key_hold_detector.h',
26 'accelerators/magnifier_key_scroller.cc', 28 'accelerators/magnifier_key_scroller.cc',
27 'accelerators/magnifier_key_scroller.h', 29 'accelerators/magnifier_key_scroller.h',
(...skipping 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after
1346 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1348 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1347 ], 1349 ],
1348 } 1350 }
1349 ], 1351 ],
1350 ], 1352 ],
1351 }, 1353 },
1352 ], 1354 ],
1353 }], 1355 }],
1354 ], 1356 ],
1355 } 1357 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698