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

Side by Side Diff: ash/ash.gyp

Issue 10878058: Move functions for controlling Caps Lock to CapsLockDelegate from SystemTrayDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'accelerators/accelerator_table.h', 51 'accelerators/accelerator_table.h',
52 'accelerators/focus_manager_factory.cc', 52 'accelerators/focus_manager_factory.cc',
53 'accelerators/focus_manager_factory.h', 53 'accelerators/focus_manager_factory.h',
54 'accelerators/nested_dispatcher_controller.cc', 54 'accelerators/nested_dispatcher_controller.cc',
55 'accelerators/nested_dispatcher_controller.h', 55 'accelerators/nested_dispatcher_controller.h',
56 'ash_constants.cc', 56 'ash_constants.cc',
57 'ash_constants.h', 57 'ash_constants.h',
58 'ash_switches.cc', 58 'ash_switches.cc',
59 'ash_switches.h', 59 'ash_switches.h',
60 'caps_lock_delegate.h', 60 'caps_lock_delegate.h',
61 'caps_lock_delegate_stub.cc',
62 'caps_lock_delegate_stub.h',
61 'desktop_background/desktop_background_controller.cc', 63 'desktop_background/desktop_background_controller.cc',
62 'desktop_background/desktop_background_controller.h', 64 'desktop_background/desktop_background_controller.h',
63 'desktop_background/desktop_background_resources.cc', 65 'desktop_background/desktop_background_resources.cc',
64 'desktop_background/desktop_background_resources.h', 66 'desktop_background/desktop_background_resources.h',
65 'desktop_background/desktop_background_view.cc', 67 'desktop_background/desktop_background_view.cc',
66 'desktop_background/desktop_background_view.h', 68 'desktop_background/desktop_background_view.h',
67 'desktop_background/desktop_background_widget_controller.cc', 69 'desktop_background/desktop_background_widget_controller.cc',
68 'desktop_background/desktop_background_widget_controller.h', 70 'desktop_background/desktop_background_widget_controller.h',
69 'display/display_controller.cc', 71 'display/display_controller.cc',
70 'display/display_controller.h', 72 'display/display_controller.h',
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'shell/cocoa/app-Info.plist', 618 'shell/cocoa/app-Info.plist',
617 ], 619 ],
618 'xcode_settings': { 620 'xcode_settings': {
619 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 621 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
620 }, 622 },
621 }], 623 }],
622 ], 624 ],
623 }, 625 },
624 ], 626 ],
625 } 627 }
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