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

Side by Side Diff: ash/ash.gyp

Issue 2171983002: Move processing out of AcceleratorDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wire_up_controller
Patch Set: feedback Created 4 years, 5 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 | « ash/accelerators/accelerator_delegate.cc ('k') | ash/aura/wm_window_aura.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 { 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',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'aura/wm_window_aura.h', 42 'aura/wm_window_aura.h',
43 'autoclick/autoclick_controller.cc', 43 'autoclick/autoclick_controller.cc',
44 'autoclick/autoclick_controller.h', 44 'autoclick/autoclick_controller.h',
45 'cancel_mode.cc', 45 'cancel_mode.cc',
46 'cancel_mode.h', 46 'cancel_mode.h',
47 'common/accelerators/accelerator_commands.cc', 47 'common/accelerators/accelerator_commands.cc',
48 'common/accelerators/accelerator_commands.h', 48 'common/accelerators/accelerator_commands.h',
49 'common/accelerators/accelerator_controller.cc', 49 'common/accelerators/accelerator_controller.cc',
50 'common/accelerators/accelerator_controller.h', 50 'common/accelerators/accelerator_controller.h',
51 'common/accelerators/accelerator_controller_delegate.h', 51 'common/accelerators/accelerator_controller_delegate.h',
52 'common/accelerators/accelerator_router.cc',
53 'common/accelerators/accelerator_router.h',
52 'common/accelerators/accelerator_table.cc', 54 'common/accelerators/accelerator_table.cc',
53 'common/accelerators/accelerator_table.h', 55 'common/accelerators/accelerator_table.h',
54 'common/accelerators/debug_commands.cc', 56 'common/accelerators/debug_commands.cc',
55 'common/accelerators/debug_commands.h', 57 'common/accelerators/debug_commands.h',
56 'common/accelerators/exit_warning_handler.cc', 58 'common/accelerators/exit_warning_handler.cc',
57 'common/accelerators/exit_warning_handler.h', 59 'common/accelerators/exit_warning_handler.h',
58 'common/accessibility_delegate.h', 60 'common/accessibility_delegate.h',
59 'common/accessibility_types.h', 61 'common/accessibility_types.h',
60 'common/ash_constants.cc', 62 'common/ash_constants.cc',
61 'common/ash_constants.h', 63 'common/ash_constants.h',
(...skipping 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after
1466 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1468 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1467 ], 1469 ],
1468 } 1470 }
1469 ], 1471 ],
1470 ], 1472 ],
1471 }, 1473 },
1472 ], 1474 ],
1473 }], 1475 }],
1474 ], 1476 ],
1475 } 1477 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_delegate.cc ('k') | ash/aura/wm_window_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698