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

Side by Side Diff: ash/ash.gyp

Issue 22465007: Whitelist virtual keyboard container to process events at login screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move keyboard_controller_proxy_stub from ash/shell to ash/ Created 7 years, 4 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 | « no previous file | ash/keyboard_controller_proxy_stub.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 'includes': [ 10 'includes': [
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'drag_drop/drag_image_view.cc', 123 'drag_drop/drag_image_view.cc',
124 'drag_drop/drag_image_view.h', 124 'drag_drop/drag_image_view.h',
125 'event_rewriter_delegate.h', 125 'event_rewriter_delegate.h',
126 'focus_cycler.cc', 126 'focus_cycler.cc',
127 'focus_cycler.h', 127 'focus_cycler.h',
128 'high_contrast/high_contrast_controller.cc', 128 'high_contrast/high_contrast_controller.cc',
129 'high_contrast/high_contrast_controller.h', 129 'high_contrast/high_contrast_controller.h',
130 'host/root_window_host_factory.cc', 130 'host/root_window_host_factory.cc',
131 'host/root_window_host_factory.h', 131 'host/root_window_host_factory.h',
132 'host/root_window_host_factory_win.cc', 132 'host/root_window_host_factory_win.cc',
133 'keyboard_controller_proxy_stub.cc',
134 'keyboard_controller_proxy_stub.h',
133 'keyboard_overlay/keyboard_overlay_delegate.cc', 135 'keyboard_overlay/keyboard_overlay_delegate.cc',
134 'keyboard_overlay/keyboard_overlay_delegate.h', 136 'keyboard_overlay/keyboard_overlay_delegate.h',
135 'keyboard_overlay/keyboard_overlay_view.cc', 137 'keyboard_overlay/keyboard_overlay_view.cc',
136 'keyboard_overlay/keyboard_overlay_view.h', 138 'keyboard_overlay/keyboard_overlay_view.h',
137 'launcher/alternate_app_list_button.cc', 139 'launcher/alternate_app_list_button.cc',
138 'launcher/alternate_app_list_button.h', 140 'launcher/alternate_app_list_button.h',
139 'launcher/app_list_button.cc', 141 'launcher/app_list_button.cc',
140 'launcher/app_list_button.h', 142 'launcher/app_list_button.h',
141 'launcher/launcher.cc', 143 'launcher/launcher.cc',
142 'launcher/launcher.h', 144 'launcher/launcher.h',
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 'shell/cocoa/app-Info.plist', 919 'shell/cocoa/app-Info.plist',
918 ], 920 ],
919 'xcode_settings': { 921 'xcode_settings': {
920 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 922 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
921 }, 923 },
922 }], 924 }],
923 ], 925 ],
924 }, 926 },
925 ], 927 ],
926 } 928 }
OLDNEW
« no previous file with comments | « no previous file | ash/keyboard_controller_proxy_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698