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

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: Fix typo 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
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'default_container_layout_manager_unittest.cc', 141 'default_container_layout_manager_unittest.cc',
142 'desktop_event_filter_unittest.cc', 142 'desktop_event_filter_unittest.cc',
143 'drag_drop_controller_unittest.cc', 143 'drag_drop_controller_unittest.cc',
144 'image_grid_unittest.cc', 144 'image_grid_unittest.cc',
145 'launcher/launcher_model_unittest.cc', 145 'launcher/launcher_model_unittest.cc',
146 'launcher/view_model_unittest.cc', 146 'launcher/view_model_unittest.cc',
147 'launcher/view_model_utils_unittest.cc', 147 'launcher/view_model_utils_unittest.cc',
148 'modal_container_layout_manager_unittest.cc', 148 'modal_container_layout_manager_unittest.cc',
149 'run_all_unittests.cc', 149 'run_all_unittests.cc',
150 'shadow_controller_unittest.cc', 150 'shadow_controller_unittest.cc',
151 'shell_accelerator_controller_unittest.cc',
151 'shell_unittest.cc', 152 'shell_unittest.cc',
152 'stacking_controller_unittest.cc', 153 'stacking_controller_unittest.cc',
153 'test_suite.cc', 154 'test_suite.cc',
154 'test_suite.h', 155 'test_suite.h',
155 'test/aura_shell_test_base.cc', 156 'test/aura_shell_test_base.cc',
156 'test/aura_shell_test_base.h', 157 'test/aura_shell_test_base.h',
157 'toplevel_layout_manager_unittest.cc', 158 'toplevel_layout_manager_unittest.cc',
158 'toplevel_window_event_filter_unittest.cc', 159 'toplevel_window_event_filter_unittest.cc',
159 'workspace_controller_unittest.cc', 160 'workspace_controller_unittest.cc',
160 'workspace/workspace_manager_unittest.cc', 161 'workspace/workspace_manager_unittest.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'examples/widgets.cc', 196 'examples/widgets.cc',
196 'examples/window_type_launcher.cc', 197 'examples/window_type_launcher.cc',
197 'examples/window_type_launcher.h', 198 'examples/window_type_launcher.h',
198 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 199 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
199 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 200 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
200 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 201 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
201 ], 202 ],
202 }, 203 },
203 ], 204 ],
204 } 205 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura_shell/shell_accelerator_controller.h » ('j') | ui/aura_shell/shell_accelerator_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698