OLD | NEW |
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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 'shelf/shelf_widget.h', | 243 'shelf/shelf_widget.h', |
244 'shelf/shelf_window_watcher.cc', | 244 'shelf/shelf_window_watcher.cc', |
245 'shelf/shelf_window_watcher.h', | 245 'shelf/shelf_window_watcher.h', |
246 'shelf/shelf_window_watcher_item_delegate.cc', | 246 'shelf/shelf_window_watcher_item_delegate.cc', |
247 'shelf/shelf_window_watcher_item_delegate.h', | 247 'shelf/shelf_window_watcher_item_delegate.h', |
248 'shell.cc', | 248 'shell.cc', |
249 'shell.h', | 249 'shell.h', |
250 'shell_delegate.h', | 250 'shell_delegate.h', |
251 'shell_factory.h', | 251 'shell_factory.h', |
252 'shell_window_ids.h', | 252 'shell_window_ids.h', |
| 253 'sticky_keys/sticky_keys_constants.h', |
253 'sticky_keys/sticky_keys_controller.cc', | 254 'sticky_keys/sticky_keys_controller.cc', |
254 'sticky_keys/sticky_keys_controller.h', | 255 'sticky_keys/sticky_keys_controller.h', |
| 256 'sticky_keys/sticky_keys_overlay.cc', |
| 257 'sticky_keys/sticky_keys_overlay.h', |
255 'system/bluetooth/bluetooth_observer.h', | 258 'system/bluetooth/bluetooth_observer.h', |
256 'system/bluetooth/tray_bluetooth.cc', | 259 'system/bluetooth/tray_bluetooth.cc', |
257 'system/bluetooth/tray_bluetooth.h', | 260 'system/bluetooth/tray_bluetooth.h', |
258 'system/brightness_control_delegate.h', | 261 'system/brightness_control_delegate.h', |
259 'system/chromeos/audio/tray_audio.cc', | 262 'system/chromeos/audio/tray_audio.cc', |
260 'system/chromeos/audio/tray_audio.h', | 263 'system/chromeos/audio/tray_audio.h', |
261 'system/chromeos/enterprise/enterprise_domain_observer.h', | 264 'system/chromeos/enterprise/enterprise_domain_observer.h', |
262 'system/chromeos/brightness/brightness_controller_chromeos.cc', | 265 'system/chromeos/brightness/brightness_controller_chromeos.cc', |
263 'system/chromeos/brightness/brightness_controller_chromeos.h', | 266 'system/chromeos/brightness/brightness_controller_chromeos.h', |
264 'system/chromeos/brightness/tray_brightness.cc', | 267 'system/chromeos/brightness/tray_brightness.cc', |
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
863 'shell/shell_delegate_impl.h', | 866 'shell/shell_delegate_impl.h', |
864 'shell/widgets.cc', | 867 'shell/widgets.cc', |
865 'shell/window_type_launcher.cc', | 868 'shell/window_type_launcher.cc', |
866 'shell/window_type_launcher.h', | 869 'shell/window_type_launcher.h', |
867 'shell/window_watcher.cc', | 870 'shell/window_watcher.cc', |
868 'shell/window_watcher.h', | 871 'shell/window_watcher.h', |
869 'shell/window_watcher_shelf_item_delegate.cc', | 872 'shell/window_watcher_shelf_item_delegate.cc', |
870 'shell/window_watcher_shelf_item_delegate.h', | 873 'shell/window_watcher_shelf_item_delegate.h', |
871 'shell/window_watcher_unittest.cc', | 874 'shell/window_watcher_unittest.cc', |
872 'shell_unittest.cc', | 875 'shell_unittest.cc', |
| 876 'sticky_keys/sticky_keys_overlay_unittest.cc', |
873 'sticky_keys/sticky_keys_unittest.cc', | 877 'sticky_keys/sticky_keys_unittest.cc', |
874 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', | 878 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', |
875 'system/chromeos/network/network_state_notifier_unittest.cc', | 879 'system/chromeos/network/network_state_notifier_unittest.cc', |
876 'system/chromeos/power/power_event_observer_unittest.cc', | 880 'system/chromeos/power/power_event_observer_unittest.cc', |
877 'system/chromeos/power/power_status_unittest.cc', | 881 'system/chromeos/power/power_status_unittest.cc', |
878 'system/chromeos/power/tray_power_unittest.cc', | 882 'system/chromeos/power/tray_power_unittest.cc', |
879 'system/chromeos/screen_security/screen_tray_item_unittest.cc', | 883 'system/chromeos/screen_security/screen_tray_item_unittest.cc', |
880 'system/chromeos/tray_display_unittest.cc', | 884 'system/chromeos/tray_display_unittest.cc', |
881 'system/date/date_view_unittest.cc', | 885 'system/date/date_view_unittest.cc', |
882 'system/logout_button/logout_button_tray_unittest.cc', | 886 'system/logout_button/logout_button_tray_unittest.cc', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
939 'sources/': [ | 943 'sources/': [ |
940 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26
906 | 944 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26
906 |
941 ['exclude', 'focus_cycler_unittest.cc'], | 945 ['exclude', 'focus_cycler_unittest.cc'], |
942 # All tests for multiple displays: not supported on Windows Ash. | 946 # All tests for multiple displays: not supported on Windows Ash. |
943 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc']
, | 947 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc']
, |
944 ['exclude', 'wm/drag_window_resizer_unittest.cc'], | 948 ['exclude', 'wm/drag_window_resizer_unittest.cc'], |
945 # Can't resize on Windows Ash. http://crbug.com/165962 | 949 # Can't resize on Windows Ash. http://crbug.com/165962 |
946 ['exclude', 'ash_root_window_transformer_unittest.cc'], | 950 ['exclude', 'ash_root_window_transformer_unittest.cc'], |
947 ['exclude', 'magnifier/magnification_controller_unittest.cc'], | 951 ['exclude', 'magnifier/magnification_controller_unittest.cc'], |
948 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], | 952 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], |
| 953 ['exclude', 'sticky_keys/sticky_keys_overlay_unittest.cc'], |
949 ['exclude', 'sticky_keys/sticky_keys_unittest.cc'], | 954 ['exclude', 'sticky_keys/sticky_keys_unittest.cc'], |
950 ['exclude', 'autoclick/autoclick_unittest.cc'], | 955 ['exclude', 'autoclick/autoclick_unittest.cc'], |
951 ], | 956 ], |
952 'sources': [ | 957 'sources': [ |
953 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc
', | 958 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc
', |
954 ], | 959 ], |
955 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 960 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
956 'msvs_disabled_warnings': [ 4267, ], | 961 'msvs_disabled_warnings': [ 4267, ], |
957 }], | 962 }], |
958 ['OS=="win" and win_use_allocator_shim==1', { | 963 ['OS=="win" and win_use_allocator_shim==1', { |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1061 }, | 1066 }, |
1062 }, | 1067 }, |
1063 'dependencies': [ | 1068 'dependencies': [ |
1064 '../sandbox/sandbox.gyp:sandbox', | 1069 '../sandbox/sandbox.gyp:sandbox', |
1065 ], | 1070 ], |
1066 }], | 1071 }], |
1067 ], | 1072 ], |
1068 }, | 1073 }, |
1069 ], | 1074 ], |
1070 } | 1075 } |
OLD | NEW |