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

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

Issue 8689003: Register global accelerators and add placeholders for handling them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/aura_shell/shell_accelerator_controller.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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'default_container_layout_manager_unittest.cc', 143 'default_container_layout_manager_unittest.cc',
144 'desktop_event_filter_unittest.cc', 144 'desktop_event_filter_unittest.cc',
145 'drag_drop_controller_unittest.cc', 145 'drag_drop_controller_unittest.cc',
146 'image_grid_unittest.cc', 146 'image_grid_unittest.cc',
147 'launcher/launcher_model_unittest.cc', 147 'launcher/launcher_model_unittest.cc',
148 'launcher/view_model_unittest.cc', 148 'launcher/view_model_unittest.cc',
149 'launcher/view_model_utils_unittest.cc', 149 'launcher/view_model_utils_unittest.cc',
150 'modal_container_layout_manager_unittest.cc', 150 'modal_container_layout_manager_unittest.cc',
151 'run_all_unittests.cc', 151 'run_all_unittests.cc',
152 'shadow_controller_unittest.cc', 152 'shadow_controller_unittest.cc',
153 'shell_accelerator_controller_unittest.cc',
153 'shell_unittest.cc', 154 'shell_unittest.cc',
154 'stacking_controller_unittest.cc', 155 'stacking_controller_unittest.cc',
155 'test_suite.cc', 156 'test_suite.cc',
156 'test_suite.h', 157 'test_suite.h',
157 'test/aura_shell_test_base.cc', 158 'test/aura_shell_test_base.cc',
158 'test/aura_shell_test_base.h', 159 'test/aura_shell_test_base.h',
159 'toplevel_layout_manager_unittest.cc', 160 'toplevel_layout_manager_unittest.cc',
160 'toplevel_window_event_filter_unittest.cc', 161 'toplevel_window_event_filter_unittest.cc',
161 'workspace_controller_unittest.cc', 162 'workspace_controller_unittest.cc',
162 'workspace/workspace_manager_unittest.cc', 163 'workspace/workspace_manager_unittest.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'examples/widgets.cc', 198 'examples/widgets.cc',
198 'examples/window_type_launcher.cc', 199 'examples/window_type_launcher.cc',
199 'examples/window_type_launcher.h', 200 'examples/window_type_launcher.h',
200 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 201 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
201 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 202 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
202 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 203 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
203 ], 204 ],
204 }, 205 },
205 ], 206 ],
206 } 207 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura_shell/shell_accelerator_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698