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

Side by Side Diff: ash/ash.gyp

Issue 164823005: Long press menu (shift+f6) to toggle spoken feedback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 10 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
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'accelerators/accelerator_dispatcher.cc', 57 'accelerators/accelerator_dispatcher.cc',
58 'accelerators/accelerator_dispatcher.h', 58 'accelerators/accelerator_dispatcher.h',
59 'accelerators/accelerator_filter.cc', 59 'accelerators/accelerator_filter.cc',
60 'accelerators/accelerator_filter.h', 60 'accelerators/accelerator_filter.h',
61 'accelerators/accelerator_table.cc', 61 'accelerators/accelerator_table.cc',
62 'accelerators/accelerator_table.h', 62 'accelerators/accelerator_table.h',
63 'accelerators/debug_commands.cc', 63 'accelerators/debug_commands.cc',
64 'accelerators/debug_commands.h', 64 'accelerators/debug_commands.h',
65 'accelerators/exit_warning_handler.cc', 65 'accelerators/exit_warning_handler.cc',
66 'accelerators/exit_warning_handler.h', 66 'accelerators/exit_warning_handler.h',
67 'accelerators/key_hold_detector.cc',
68 'accelerators/key_hold_detector.h',
67 'accelerators/focus_manager_factory.cc', 69 'accelerators/focus_manager_factory.cc',
68 'accelerators/focus_manager_factory.h', 70 'accelerators/focus_manager_factory.h',
71 'accelerators/magnifier_key_scroller.cc',
72 'accelerators/magnifier_key_scroller.h',
69 'accelerators/nested_dispatcher_controller.cc', 73 'accelerators/nested_dispatcher_controller.cc',
70 'accelerators/nested_dispatcher_controller.h', 74 'accelerators/nested_dispatcher_controller.h',
75 'accelerators/spoken_feedback_toggler.cc',
76 'accelerators/spoken_feedback_toggler.h',
71 'accessibility_delegate.h', 77 'accessibility_delegate.h',
72 'audio/sounds.cc', 78 'audio/sounds.cc',
73 'audio/sounds.h', 79 'audio/sounds.h',
74 'autoclick/autoclick_controller.cc', 80 'autoclick/autoclick_controller.cc',
75 'autoclick/autoclick_controller.h', 81 'autoclick/autoclick_controller.h',
76 'ash_constants.cc', 82 'ash_constants.cc',
77 'ash_constants.h', 83 'ash_constants.h',
78 'ash_switches.cc', 84 'ash_switches.cc',
79 'ash_switches.h', 85 'ash_switches.h',
80 'cancel_mode.cc', 86 'cancel_mode.cc',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'ime/input_method_menu_item.h', 176 'ime/input_method_menu_item.h',
171 'ime/input_method_menu_manager.cc', 177 'ime/input_method_menu_manager.cc',
172 'ime/input_method_menu_manager.h', 178 'ime/input_method_menu_manager.h',
173 'ime/mode_indicator_view.cc', 179 'ime/mode_indicator_view.cc',
174 'ime/mode_indicator_view.h', 180 'ime/mode_indicator_view.h',
175 'keyboard_uma_event_filter.cc', 181 'keyboard_uma_event_filter.cc',
176 'keyboard_uma_event_filter.h', 182 'keyboard_uma_event_filter.h',
177 'magnifier/magnification_controller.cc', 183 'magnifier/magnification_controller.cc',
178 'magnifier/magnification_controller.h', 184 'magnifier/magnification_controller.h',
179 'magnifier/magnifier_constants.h', 185 'magnifier/magnifier_constants.h',
180 'magnifier/magnifier_key_scroller.cc',
181 'magnifier/magnifier_key_scroller.h',
182 'magnifier/partial_magnification_controller.cc', 186 'magnifier/partial_magnification_controller.cc',
183 'magnifier/partial_magnification_controller.h', 187 'magnifier/partial_magnification_controller.h',
184 'metrics/user_metrics_recorder.cc', 188 'metrics/user_metrics_recorder.cc',
185 'metrics/user_metrics_recorder.h', 189 'metrics/user_metrics_recorder.h',
186 'multi_profile_uma.cc', 190 'multi_profile_uma.cc',
187 'multi_profile_uma.h', 191 'multi_profile_uma.h',
188 'popup_message.cc', 192 'popup_message.cc',
189 'popup_message.h', 193 'popup_message.h',
190 'root_window_controller.cc', 194 'root_window_controller.cc',
191 'root_window_controller.h', 195 'root_window_controller.h',
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 'msvs_disabled_warnings': [ 4267, ], 638 'msvs_disabled_warnings': [ 4267, ],
635 }], 639 }],
636 ['OS!="linux"', { 640 ['OS!="linux"', {
637 'sources/': [ 641 'sources/': [
638 ['exclude', 'system/monitor/tray_monitor.cc'], 642 ['exclude', 'system/monitor/tray_monitor.cc'],
639 ['exclude', 'system/monitor/tray_monitor.h'], 643 ['exclude', 'system/monitor/tray_monitor.h'],
640 ], 644 ],
641 }], 645 }],
642 ['use_x11!=1', { 646 ['use_x11!=1', {
643 'sources/': [ 647 'sources/': [
648 ['exclude', 'accelerators/key_hold_detector.cc'],
649 ['exclude', 'accelerators/key_hold_detector.h'],
650 ['exclude', 'accelerators/magnifier_key_scroller.cc'],
651 ['exclude', 'accelerators/magnifier_key_scroller.h'],
652 ['exclude', 'accelerators/spoken_feedback_toggler.cc'],
653 ['exclude', 'accelerators/spoken_feedback_toggler.h'],
644 ['exclude', 'display/display_change_observer_chromeos.cc'], 654 ['exclude', 'display/display_change_observer_chromeos.cc'],
645 ['exclude', 'display/display_change_observer_chromeos.h'], 655 ['exclude', 'display/display_change_observer_chromeos.h'],
646 ['exclude', 'display/display_error_observer_chromeos.cc'], 656 ['exclude', 'display/display_error_observer_chromeos.cc'],
647 ['exclude', 'display/display_error_observer_chromeos.h'], 657 ['exclude', 'display/display_error_observer_chromeos.h'],
648 ['exclude', 'magnifier/magnifier_key_scroller.cc'],
649 ['exclude', 'magnifier/magnifier_key_scroller.h'],
650 ], 658 ],
651 }], 659 }],
652 ['chromeos==1', { 660 ['chromeos==1', {
653 'dependencies': [ 661 'dependencies': [
654 '../chromeos/chromeos.gyp:chromeos', 662 '../chromeos/chromeos.gyp:chromeos',
655 # Ash #includes power_supply_properties.pb.h directly. 663 # Ash #includes power_supply_properties.pb.h directly.
656 '../chromeos/chromeos.gyp:power_manager_proto', 664 '../chromeos/chromeos.gyp:power_manager_proto',
657 ], 665 ],
658 }, { # else: chromeos!=1 666 }, { # else: chromeos!=1
659 'sources/': [ 667 'sources/': [
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 'ash', 829 'ash',
822 'ash_resources', 830 'ash_resources',
823 'ash_test_support', 831 'ash_test_support',
824 'ash_with_content', 832 'ash_with_content',
825 ], 833 ],
826 'sources': [ 834 'sources': [
827 'accelerators/accelerator_commands_unittest.cc', 835 'accelerators/accelerator_commands_unittest.cc',
828 'accelerators/accelerator_controller_unittest.cc', 836 'accelerators/accelerator_controller_unittest.cc',
829 'accelerators/accelerator_filter_unittest.cc', 837 'accelerators/accelerator_filter_unittest.cc',
830 'accelerators/accelerator_table_unittest.cc', 838 'accelerators/accelerator_table_unittest.cc',
839 'accelerators/magnifier_key_scroller_unittest.cc',
831 'accelerators/nested_dispatcher_controller_unittest.cc', 840 'accelerators/nested_dispatcher_controller_unittest.cc',
841 'accelerators/spoken_feedback_toggler_unittest.cc',
832 'autoclick/autoclick_unittest.cc', 842 'autoclick/autoclick_unittest.cc',
833 'desktop_background/desktop_background_controller_unittest.cc', 843 'desktop_background/desktop_background_controller_unittest.cc',
834 'desktop_background/wallpaper_resizer_unittest.cc', 844 'desktop_background/wallpaper_resizer_unittest.cc',
835 'dip_unittest.cc', 845 'dip_unittest.cc',
836 'display/display_change_observer_chromeos_unittest.cc', 846 'display/display_change_observer_chromeos_unittest.cc',
837 'display/display_controller_unittest.cc', 847 'display/display_controller_unittest.cc',
838 'display/display_error_observer_chromeos_unittest.cc', 848 'display/display_error_observer_chromeos_unittest.cc',
839 'display/display_info_unittest.cc', 849 'display/display_info_unittest.cc',
840 'display/display_manager_unittest.cc', 850 'display/display_manager_unittest.cc',
841 'display/mirror_window_controller_unittest.cc', 851 'display/mirror_window_controller_unittest.cc',
842 'display/virtual_keyboard_window_controller_unittest.cc', 852 'display/virtual_keyboard_window_controller_unittest.cc',
843 'display/mouse_cursor_event_filter_unittest.cc', 853 'display/mouse_cursor_event_filter_unittest.cc',
844 'display/projecting_observer_chromeos_unittest.cc', 854 'display/projecting_observer_chromeos_unittest.cc',
845 'display/resolution_notification_controller_unittest.cc', 855 'display/resolution_notification_controller_unittest.cc',
846 'display/root_window_transformers_unittest.cc', 856 'display/root_window_transformers_unittest.cc',
847 'display/screen_position_controller_unittest.cc', 857 'display/screen_position_controller_unittest.cc',
848 'drag_drop/drag_drop_controller_unittest.cc', 858 'drag_drop/drag_drop_controller_unittest.cc',
849 'drag_drop/drag_drop_tracker_unittest.cc', 859 'drag_drop/drag_drop_tracker_unittest.cc',
850 'extended_desktop_unittest.cc', 860 'extended_desktop_unittest.cc',
851 'focus_cycler_unittest.cc', 861 'focus_cycler_unittest.cc',
852 'ime/candidate_window_view_unittest.cc', 862 'ime/candidate_window_view_unittest.cc',
853 'ime/input_method_menu_item_unittest.cc', 863 'ime/input_method_menu_item_unittest.cc',
854 'ime/input_method_menu_manager_unittest.cc', 864 'ime/input_method_menu_manager_unittest.cc',
855 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 865 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
856 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 866 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
857 'magnifier/magnification_controller_unittest.cc', 867 'magnifier/magnification_controller_unittest.cc',
858 'magnifier/magnifier_key_scroller_unittest.cc',
859 'root_window_controller_unittest.cc', 868 'root_window_controller_unittest.cc',
860 'screen_util_unittest.cc', 869 'screen_util_unittest.cc',
861 'screensaver/screensaver_view_unittest.cc', 870 'screensaver/screensaver_view_unittest.cc',
862 'session_state_delegate_stub.cc', 871 'session_state_delegate_stub.cc',
863 'session_state_delegate_stub.h', 872 'session_state_delegate_stub.h',
864 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 873 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
865 'shelf/shelf_layout_manager_unittest.cc', 874 'shelf/shelf_layout_manager_unittest.cc',
866 'shelf/shelf_model_unittest.cc', 875 'shelf/shelf_model_unittest.cc',
867 'shelf/shelf_navigator_unittest.cc', 876 'shelf/shelf_navigator_unittest.cc',
868 'shelf/shelf_tooltip_manager_unittest.cc', 877 'shelf/shelf_tooltip_manager_unittest.cc',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 986 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
978 'msvs_disabled_warnings': [ 4267, ], 987 'msvs_disabled_warnings': [ 4267, ],
979 }], 988 }],
980 ['OS=="win" and win_use_allocator_shim==1', { 989 ['OS=="win" and win_use_allocator_shim==1', {
981 'dependencies': [ 990 'dependencies': [
982 '../base/allocator/allocator.gyp:allocator', 991 '../base/allocator/allocator.gyp:allocator',
983 ], 992 ],
984 }], 993 }],
985 ['use_x11!=1', { 994 ['use_x11!=1', {
986 'sources/': [ 995 'sources/': [
996 ['exclude', 'accelerators/magnifier_key_scroller_unittest.cc'],
997 ['exclude', 'accelerators/spoken_feedback_toggler_unittest.cc'],
987 ['exclude', 'display/display_change_observer_chromeos_unittest.cc'], 998 ['exclude', 'display/display_change_observer_chromeos_unittest.cc'],
988 ['exclude', 'display/display_error_observer_chromeos_unittest.cc'], 999 ['exclude', 'display/display_error_observer_chromeos_unittest.cc'],
989 ['exclude', 'magnifier/magnifier_key_scroller_unittest.cc'],
990 ], 1000 ],
991 }], 1001 }],
992 ['chromeos==1', { 1002 ['chromeos==1', {
993 'dependencies': [ 1003 'dependencies': [
994 '../chromeos/chromeos.gyp:power_manager_proto', 1004 '../chromeos/chromeos.gyp:power_manager_proto',
995 ], 1005 ],
996 'sources': [ 1006 'sources': [
997 'first_run/first_run_helper_unittest.cc', 1007 'first_run/first_run_helper_unittest.cc',
998 ], 1008 ],
999 }, { # else: chromeos!=1 1009 }, { # else: chromeos!=1
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 }, 1098 },
1089 }, 1099 },
1090 'dependencies': [ 1100 'dependencies': [
1091 '../sandbox/sandbox.gyp:sandbox', 1101 '../sandbox/sandbox.gyp:sandbox',
1092 ], 1102 ],
1093 }], 1103 }],
1094 ], 1104 ],
1095 }, 1105 },
1096 ], 1106 ],
1097 } 1107 }
OLDNEW
« no previous file with comments | « ash/accelerators/spoken_feedback_toggler_unittest.cc ('k') | ash/magnifier/magnifier_key_scroller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698