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

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 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
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 27 matching lines...) Expand all
38 'default_container_event_filter.cc', 38 'default_container_event_filter.cc',
39 'default_container_event_filter.h', 39 'default_container_event_filter.h',
40 'default_container_layout_manager.cc', 40 'default_container_layout_manager.cc',
41 'default_container_layout_manager.h', 41 'default_container_layout_manager.h',
42 'desktop_background_view.cc', 42 'desktop_background_view.cc',
43 'desktop_background_view.h', 43 'desktop_background_view.h',
44 'desktop_event_filter.cc', 44 'desktop_event_filter.cc',
45 'desktop_event_filter.h', 45 'desktop_event_filter.h',
46 'desktop_layout_manager.cc', 46 'desktop_layout_manager.cc',
47 'desktop_layout_manager.h', 47 'desktop_layout_manager.h',
48 'global_accelerator_filter.cc',
49 'global_accelerator_filter.h',
48 'launcher/app_launcher_button.cc', 50 'launcher/app_launcher_button.cc',
49 'launcher/app_launcher_button.h', 51 'launcher/app_launcher_button.h',
50 'launcher/launcher.cc', 52 'launcher/launcher.cc',
51 'launcher/launcher.h', 53 'launcher/launcher.h',
52 'launcher/launcher_model.cc', 54 'launcher/launcher_model.cc',
53 'launcher/launcher_model.h', 55 'launcher/launcher_model.h',
54 'launcher/launcher_model_observer.h', 56 'launcher/launcher_model_observer.h',
55 'launcher/launcher_types.h', 57 'launcher/launcher_types.h',
56 'launcher/launcher_view.cc', 58 'launcher/launcher_view.cc',
57 'launcher/launcher_view.h', 59 'launcher/launcher_view.h',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 '../../views/views.gyp:views_desktop', 187 '../../views/views.gyp:views_desktop',
186 '../../views/views.gyp:views_desktop_lib', 188 '../../views/views.gyp:views_desktop_lib',
187 '../../views/views.gyp:views_unittests', 189 '../../views/views.gyp:views_unittests',
188 '../aura/aura.gyp:*', 190 '../aura/aura.gyp:*',
189 '../gfx/compositor/compositor.gyp:*', 191 '../gfx/compositor/compositor.gyp:*',
190 'aura_shell_exe', 192 'aura_shell_exe',
191 ], 193 ],
192 }, 194 },
193 ], 195 ],
194 } 196 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698