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

Side by Side Diff: ash/ash.gyp

Issue 137373003: Show overlay displaying the state of all sticky keys when it is enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update constant Created 6 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 | « no previous file | ash/ash_strings.grd » ('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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'shelf/shelf_widget.h', 244 'shelf/shelf_widget.h',
245 'shelf/shelf_window_watcher.cc', 245 'shelf/shelf_window_watcher.cc',
246 'shelf/shelf_window_watcher.h', 246 'shelf/shelf_window_watcher.h',
247 'shelf/shelf_window_watcher_item_delegate.cc', 247 'shelf/shelf_window_watcher_item_delegate.cc',
248 'shelf/shelf_window_watcher_item_delegate.h', 248 'shelf/shelf_window_watcher_item_delegate.h',
249 'shell.cc', 249 'shell.cc',
250 'shell.h', 250 'shell.h',
251 'shell_delegate.h', 251 'shell_delegate.h',
252 'shell_factory.h', 252 'shell_factory.h',
253 'shell_window_ids.h', 253 'shell_window_ids.h',
254 'sticky_keys/sticky_keys_state.h',
254 'sticky_keys/sticky_keys_controller.cc', 255 'sticky_keys/sticky_keys_controller.cc',
255 'sticky_keys/sticky_keys_controller.h', 256 'sticky_keys/sticky_keys_controller.h',
257 'sticky_keys/sticky_keys_overlay.cc',
258 'sticky_keys/sticky_keys_overlay.h',
256 'system/bluetooth/bluetooth_observer.h', 259 'system/bluetooth/bluetooth_observer.h',
257 'system/bluetooth/tray_bluetooth.cc', 260 'system/bluetooth/tray_bluetooth.cc',
258 'system/bluetooth/tray_bluetooth.h', 261 'system/bluetooth/tray_bluetooth.h',
259 'system/brightness_control_delegate.h', 262 'system/brightness_control_delegate.h',
260 'system/chromeos/audio/tray_audio.cc', 263 'system/chromeos/audio/tray_audio.cc',
261 'system/chromeos/audio/tray_audio.h', 264 'system/chromeos/audio/tray_audio.h',
262 'system/chromeos/enterprise/enterprise_domain_observer.h', 265 'system/chromeos/enterprise/enterprise_domain_observer.h',
263 'system/chromeos/brightness/brightness_controller_chromeos.cc', 266 'system/chromeos/brightness/brightness_controller_chromeos.cc',
264 'system/chromeos/brightness/brightness_controller_chromeos.h', 267 'system/chromeos/brightness/brightness_controller_chromeos.h',
265 'system/chromeos/brightness/tray_brightness.cc', 268 'system/chromeos/brightness/tray_brightness.cc',
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 'shell/shell_delegate_impl.h', 871 'shell/shell_delegate_impl.h',
869 'shell/widgets.cc', 872 'shell/widgets.cc',
870 'shell/window_type_launcher.cc', 873 'shell/window_type_launcher.cc',
871 'shell/window_type_launcher.h', 874 'shell/window_type_launcher.h',
872 'shell/window_watcher.cc', 875 'shell/window_watcher.cc',
873 'shell/window_watcher.h', 876 'shell/window_watcher.h',
874 'shell/window_watcher_shelf_item_delegate.cc', 877 'shell/window_watcher_shelf_item_delegate.cc',
875 'shell/window_watcher_shelf_item_delegate.h', 878 'shell/window_watcher_shelf_item_delegate.h',
876 'shell/window_watcher_unittest.cc', 879 'shell/window_watcher_unittest.cc',
877 'shell_unittest.cc', 880 'shell_unittest.cc',
881 'sticky_keys/sticky_keys_overlay_unittest.cc',
878 'sticky_keys/sticky_keys_unittest.cc', 882 'sticky_keys/sticky_keys_unittest.cc',
879 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', 883 'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
880 'system/chromeos/network/network_state_notifier_unittest.cc', 884 'system/chromeos/network/network_state_notifier_unittest.cc',
881 'system/chromeos/power/power_event_observer_unittest.cc', 885 'system/chromeos/power/power_event_observer_unittest.cc',
882 'system/chromeos/power/power_status_unittest.cc', 886 'system/chromeos/power/power_status_unittest.cc',
883 'system/chromeos/power/tray_power_unittest.cc', 887 'system/chromeos/power/tray_power_unittest.cc',
884 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 888 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
885 'system/chromeos/tray_display_unittest.cc', 889 'system/chromeos/tray_display_unittest.cc',
886 'system/date/date_view_unittest.cc', 890 'system/date/date_view_unittest.cc',
887 'system/logout_button/logout_button_tray_unittest.cc', 891 'system/logout_button/logout_button_tray_unittest.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 'sources/': [ 948 'sources/': [
945 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906 949 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906
946 ['exclude', 'focus_cycler_unittest.cc'], 950 ['exclude', 'focus_cycler_unittest.cc'],
947 # All tests for multiple displays: not supported on Windows Ash. 951 # All tests for multiple displays: not supported on Windows Ash.
948 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'] , 952 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'] ,
949 ['exclude', 'wm/drag_window_resizer_unittest.cc'], 953 ['exclude', 'wm/drag_window_resizer_unittest.cc'],
950 # Can't resize on Windows Ash. http://crbug.com/165962 954 # Can't resize on Windows Ash. http://crbug.com/165962
951 ['exclude', 'ash_root_window_transformer_unittest.cc'], 955 ['exclude', 'ash_root_window_transformer_unittest.cc'],
952 ['exclude', 'magnifier/magnification_controller_unittest.cc'], 956 ['exclude', 'magnifier/magnification_controller_unittest.cc'],
953 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], 957 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'],
958 ['exclude', 'sticky_keys/sticky_keys_overlay_unittest.cc'],
954 ['exclude', 'sticky_keys/sticky_keys_unittest.cc'], 959 ['exclude', 'sticky_keys/sticky_keys_unittest.cc'],
955 ['exclude', 'autoclick/autoclick_unittest.cc'], 960 ['exclude', 'autoclick/autoclick_unittest.cc'],
956 ], 961 ],
957 'sources': [ 962 'sources': [
958 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc ', 963 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc ',
959 ], 964 ],
960 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 965 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
961 'msvs_disabled_warnings': [ 4267, ], 966 'msvs_disabled_warnings': [ 4267, ],
962 }], 967 }],
963 ['OS=="win" and win_use_allocator_shim==1', { 968 ['OS=="win" and win_use_allocator_shim==1', {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 }, 1071 },
1067 }, 1072 },
1068 'dependencies': [ 1073 'dependencies': [
1069 '../sandbox/sandbox.gyp:sandbox', 1074 '../sandbox/sandbox.gyp:sandbox',
1070 ], 1075 ],
1071 }], 1076 }],
1072 ], 1077 ],
1073 }, 1078 },
1074 ], 1079 ],
1075 } 1080 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698