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

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

Issue 8465021: Add ShellAcceleratorController that managers global keyboard accelerators. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address tfarina's comments Created 9 years, 1 month 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/aura/desktop.cc ('k') | ui/aura_shell/desktop_event_filter.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 }, 8 },
9 9
10 'targets': [ 10 'targets': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'modal_container_layout_manager.h', 65 'modal_container_layout_manager.h',
66 'modality_event_filter.cc', 66 'modality_event_filter.cc',
67 'modality_event_filter.h', 67 'modality_event_filter.h',
68 'modality_event_filter_delegate.h', 68 'modality_event_filter_delegate.h',
69 'property_util.cc', 69 'property_util.cc',
70 'property_util.h', 70 'property_util.h',
71 'shelf_layout_controller.cc', 71 'shelf_layout_controller.cc',
72 'shelf_layout_controller.h', 72 'shelf_layout_controller.h',
73 'shell.cc', 73 'shell.cc',
74 'shell.h', 74 'shell.h',
75 'shell_accelerator_controller.cc',
76 'shell_accelerator_controller.h',
77 'shell_accelerator_filter.cc',
78 'shell_accelerator_filter.h',
75 'shell_delegate.h', 79 'shell_delegate.h',
76 'shell_factory.h', 80 'shell_factory.h',
77 'shell_window_ids.h', 81 'shell_window_ids.h',
78 'show_state_controller.h', 82 'show_state_controller.h',
79 'show_state_controller.cc', 83 'show_state_controller.cc',
80 'stacking_controller.cc', 84 'stacking_controller.cc',
81 'stacking_controller.h', 85 'stacking_controller.h',
82 'status_area_view.cc', 86 'status_area_view.cc',
83 'status_area_view.h', 87 'status_area_view.h',
84 'toplevel_frame_view.cc', 88 'toplevel_frame_view.cc',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 '../../views/views.gyp:views_desktop', 195 '../../views/views.gyp:views_desktop',
192 '../../views/views.gyp:views_desktop_lib', 196 '../../views/views.gyp:views_desktop_lib',
193 '../../views/views.gyp:views_unittests', 197 '../../views/views.gyp:views_unittests',
194 '../aura/aura.gyp:*', 198 '../aura/aura.gyp:*',
195 '../gfx/compositor/compositor.gyp:*', 199 '../gfx/compositor/compositor.gyp:*',
196 'aura_shell_exe', 200 'aura_shell_exe',
197 ], 201 ],
198 }, 202 },
199 ], 203 ],
200 } 204 }
OLDNEW
« no previous file with comments | « ui/aura/desktop.cc ('k') | ui/aura_shell/desktop_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698