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

Side by Side Diff: ash/ash.gyp

Issue 2187703003: Wires up registering accelerators from mash with the wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 4 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_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
11 'accelerators/accelerator_commands_aura.h', 11 'accelerators/accelerator_commands_aura.h',
12 'accelerators/accelerator_controller_delegate_aura.cc', 12 'accelerators/accelerator_controller_delegate_aura.cc',
13 'accelerators/accelerator_controller_delegate_aura.h', 13 'accelerators/accelerator_controller_delegate_aura.h',
14 'accelerators/accelerator_delegate.cc', 14 'accelerators/accelerator_delegate.cc',
15 'accelerators/accelerator_delegate.h', 15 'accelerators/accelerator_delegate.h',
16 'accelerators/focus_manager_factory.cc',
17 'accelerators/focus_manager_factory.h',
18 'accelerators/key_hold_detector.cc', 16 'accelerators/key_hold_detector.cc',
19 'accelerators/key_hold_detector.h', 17 'accelerators/key_hold_detector.h',
20 'accelerators/magnifier_key_scroller.cc', 18 'accelerators/magnifier_key_scroller.cc',
21 'accelerators/magnifier_key_scroller.h', 19 'accelerators/magnifier_key_scroller.h',
22 'accelerators/spoken_feedback_toggler.cc', 20 'accelerators/spoken_feedback_toggler.cc',
23 'accelerators/spoken_feedback_toggler.h', 21 'accelerators/spoken_feedback_toggler.h',
24 'app_list/app_list_presenter_delegate.cc', 22 'app_list/app_list_presenter_delegate.cc',
25 'app_list/app_list_presenter_delegate.h', 23 'app_list/app_list_presenter_delegate.h',
26 'app_list/app_list_presenter_delegate_factory.cc', 24 'app_list/app_list_presenter_delegate_factory.cc',
27 'app_list/app_list_presenter_delegate_factory.h', 25 'app_list/app_list_presenter_delegate_factory.h',
(...skipping 18 matching lines...) Expand all
46 'cancel_mode.h', 44 'cancel_mode.h',
47 'common/accelerators/accelerator_commands.cc', 45 'common/accelerators/accelerator_commands.cc',
48 'common/accelerators/accelerator_commands.h', 46 'common/accelerators/accelerator_commands.h',
49 'common/accelerators/accelerator_controller.cc', 47 'common/accelerators/accelerator_controller.cc',
50 'common/accelerators/accelerator_controller.h', 48 'common/accelerators/accelerator_controller.h',
51 'common/accelerators/accelerator_controller_delegate.h', 49 'common/accelerators/accelerator_controller_delegate.h',
52 'common/accelerators/accelerator_router.cc', 50 'common/accelerators/accelerator_router.cc',
53 'common/accelerators/accelerator_router.h', 51 'common/accelerators/accelerator_router.h',
54 'common/accelerators/accelerator_table.cc', 52 'common/accelerators/accelerator_table.cc',
55 'common/accelerators/accelerator_table.h', 53 'common/accelerators/accelerator_table.h',
54 'common/accelerators/ash_focus_manager_factory.cc',
55 'common/accelerators/ash_focus_manager_factory.h',
56 'common/accelerators/debug_commands.cc', 56 'common/accelerators/debug_commands.cc',
57 'common/accelerators/debug_commands.h', 57 'common/accelerators/debug_commands.h',
58 'common/accelerators/exit_warning_handler.cc', 58 'common/accelerators/exit_warning_handler.cc',
59 'common/accelerators/exit_warning_handler.h', 59 'common/accelerators/exit_warning_handler.h',
60 'common/accessibility_delegate.h', 60 'common/accessibility_delegate.h',
61 'common/accessibility_types.h', 61 'common/accessibility_types.h',
62 'common/ash_constants.cc', 62 'common/ash_constants.cc',
63 'common/ash_constants.h', 63 'common/ash_constants.h',
64 'common/ash_layout_constants.cc', 64 'common/ash_layout_constants.cc',
65 'common/ash_layout_constants.h', 65 'common/ash_layout_constants.h',
(...skipping 1405 matching lines...) Expand 10 before | Expand all | Expand 10 after
1471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1472 ], 1472 ],
1473 } 1473 }
1474 ], 1474 ],
1475 ], 1475 ],
1476 }, 1476 },
1477 ], 1477 ],
1478 }], 1478 }],
1479 ], 1479 ],
1480 } 1480 }
OLDNEW
« no previous file with comments | « ash/accelerators/focus_manager_factory.cc ('k') | ash/common/accelerators/accelerator_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698