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

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

Issue 8817018: Implement cycle window forward/backward by keyboard shortcuts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 'Move IsLocked to Shell' 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.h » ('j') | ui/aura_shell/shell.cc » ('J')
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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'modal_container_layout_manager_unittest.cc', 154 'modal_container_layout_manager_unittest.cc',
155 'run_all_unittests.cc', 155 'run_all_unittests.cc',
156 'shadow_controller_unittest.cc', 156 'shadow_controller_unittest.cc',
157 'shell_accelerator_controller_unittest.cc', 157 'shell_accelerator_controller_unittest.cc',
158 'shell_unittest.cc', 158 'shell_unittest.cc',
159 'stacking_controller_unittest.cc', 159 'stacking_controller_unittest.cc',
160 'test_suite.cc', 160 'test_suite.cc',
161 'test_suite.h', 161 'test_suite.h',
162 'test/aura_shell_test_base.cc', 162 'test/aura_shell_test_base.cc',
163 'test/aura_shell_test_base.h', 163 'test/aura_shell_test_base.h',
164 'test/test_shell_delegate.cc',
165 'test/test_shell_delegate.h',
164 'toplevel_layout_manager_unittest.cc', 166 'toplevel_layout_manager_unittest.cc',
165 'toplevel_window_event_filter_unittest.cc', 167 'toplevel_window_event_filter_unittest.cc',
166 'workspace_controller_unittest.cc', 168 'workspace_controller_unittest.cc',
167 'workspace/workspace_manager_unittest.cc', 169 'workspace/workspace_manager_unittest.cc',
168 170
169 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 171 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
170 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 172 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
171 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 173 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
172 ], 174 ],
173 }, 175 },
(...skipping 28 matching lines...) Expand all
202 'examples/widgets.cc', 204 'examples/widgets.cc',
203 'examples/window_type_launcher.cc', 205 'examples/window_type_launcher.cc',
204 'examples/window_type_launcher.h', 206 'examples/window_type_launcher.h',
205 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 207 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
206 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 208 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
207 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 209 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
208 ], 210 ],
209 }, 211 },
210 ], 212 ],
211 } 213 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura_shell/shell.h » ('j') | ui/aura_shell/shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698