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

Side by Side Diff: ash/ash.gyp

Issue 9242003: Handle Caps Lock short cut (Shift+Search) in ash [part 1 of 2]. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 8 years, 11 months 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 | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/caps_lock_delegate.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'app_list/app_list_item_view_listener.h', 53 'app_list/app_list_item_view_listener.h',
54 'app_list/app_list_model.cc', 54 'app_list/app_list_model.cc',
55 'app_list/app_list_model.h', 55 'app_list/app_list_model.h',
56 'app_list/app_list_view.cc', 56 'app_list/app_list_view.cc',
57 'app_list/app_list_view.h', 57 'app_list/app_list_view.h',
58 'app_list/app_list_view_delegate.h', 58 'app_list/app_list_view_delegate.h',
59 'app_list/drop_shadow_label.cc', 59 'app_list/drop_shadow_label.cc',
60 'app_list/drop_shadow_label.h', 60 'app_list/drop_shadow_label.h',
61 'ash_switches.cc', 61 'ash_switches.cc',
62 'ash_switches.h', 62 'ash_switches.h',
63 'caps_lock_delegate.h',
63 'desktop_background/desktop_background_view.cc', 64 'desktop_background/desktop_background_view.cc',
64 'desktop_background/desktop_background_view.h', 65 'desktop_background/desktop_background_view.h',
65 'drag_drop/drag_drop_controller.cc', 66 'drag_drop/drag_drop_controller.cc',
66 'drag_drop/drag_drop_controller.h', 67 'drag_drop/drag_drop_controller.h',
67 'drag_drop/drag_image_view.cc', 68 'drag_drop/drag_image_view.cc',
68 'drag_drop/drag_image_view.h', 69 'drag_drop/drag_image_view.h',
69 'ime/event.cc', 70 'ime/event.cc',
70 'ime/event.h', 71 'ime/event.h',
71 'ime/input_method_event_filter.cc', 72 'ime/input_method_event_filter.cc',
72 'ime/input_method_event_filter.h', 73 'ime/input_method_event_filter.h',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'shell/window_type_launcher.cc', 277 'shell/window_type_launcher.cc',
277 'shell/window_type_launcher.h', 278 'shell/window_type_launcher.h',
278 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 279 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
279 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 280 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
280 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 281 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
281 '../ui/views/test/test_views_delegate.cc', 282 '../ui/views/test/test_views_delegate.cc',
282 ], 283 ],
283 }, 284 },
284 ], 285 ],
285 } 286 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/caps_lock_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698