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

Side by Side Diff: ash/ash.gyp

Issue 2084733002: mash: Move tray accessibility and keyboard to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@typenamespace
Patch Set: rebase Created 4 years, 6 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
« no previous file with comments | « no previous file | ash/common/keyboard/keyboard_ui.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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'common/ash_constants.cc', 59 'common/ash_constants.cc',
60 'common/ash_constants.h', 60 'common/ash_constants.h',
61 'common/ash_layout_constants.cc', 61 'common/ash_layout_constants.cc',
62 'common/ash_layout_constants.h', 62 'common/ash_layout_constants.h',
63 'common/ash_switches.cc', 63 'common/ash_switches.cc',
64 'common/ash_switches.h', 64 'common/ash_switches.h',
65 'common/default_accessibility_delegate.cc', 65 'common/default_accessibility_delegate.cc',
66 'common/default_accessibility_delegate.h', 66 'common/default_accessibility_delegate.h',
67 'common/focus_cycler.cc', 67 'common/focus_cycler.cc',
68 'common/focus_cycler.h', 68 'common/focus_cycler.h',
69 'common/keyboard/keyboard_ui.cc',
70 'common/keyboard/keyboard_ui.h',
71 'common/keyboard/keyboard_ui_observer.h',
69 'common/login_status.h', 72 'common/login_status.h',
70 'common/material_design/material_design_controller.cc', 73 'common/material_design/material_design_controller.cc',
71 'common/material_design/material_design_controller.h', 74 'common/material_design/material_design_controller.h',
72 'common/metrics/user_metrics_action.h', 75 'common/metrics/user_metrics_action.h',
73 'common/root_window_controller_common.cc', 76 'common/root_window_controller_common.cc',
74 'common/root_window_controller_common.h', 77 'common/root_window_controller_common.h',
75 'common/session/session_state_delegate.cc', 78 'common/session/session_state_delegate.cc',
76 'common/session/session_state_delegate.h', 79 'common/session/session_state_delegate.h',
77 'common/session/session_state_observer.cc', 80 'common/session/session_state_observer.cc',
78 'common/session/session_state_observer.h', 81 'common/session/session_state_observer.h',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'common/system/tray/system_tray_delegate.cc', 144 'common/system/tray/system_tray_delegate.cc',
142 'common/system/tray/system_tray_delegate.h', 145 'common/system/tray/system_tray_delegate.h',
143 'common/system/tray/system_tray_item.cc', 146 'common/system/tray/system_tray_item.cc',
144 'common/system/tray/system_tray_item.h', 147 'common/system/tray/system_tray_item.h',
145 'common/system/tray/throbber_view.cc', 148 'common/system/tray/throbber_view.cc',
146 'common/system/tray/throbber_view.h', 149 'common/system/tray/throbber_view.h',
147 'common/system/tray/tray_bar_button_with_title.cc', 150 'common/system/tray/tray_bar_button_with_title.cc',
148 'common/system/tray/tray_bar_button_with_title.h', 151 'common/system/tray/tray_bar_button_with_title.h',
149 'common/system/tray/tray_constants.cc', 152 'common/system/tray/tray_constants.cc',
150 'common/system/tray/tray_constants.h', 153 'common/system/tray/tray_constants.h',
154 'common/system/tray/tray_details_view.cc',
155 'common/system/tray/tray_details_view.h',
151 'common/system/tray/tray_empty.cc', 156 'common/system/tray/tray_empty.cc',
152 'common/system/tray/tray_empty.h', 157 'common/system/tray/tray_empty.h',
153 'common/system/tray/tray_image_item.cc', 158 'common/system/tray/tray_image_item.cc',
154 'common/system/tray/tray_image_item.h', 159 'common/system/tray/tray_image_item.h',
155 'common/system/tray/tray_item_more.cc', 160 'common/system/tray/tray_item_more.cc',
156 'common/system/tray/tray_item_more.h', 161 'common/system/tray/tray_item_more.h',
157 'common/system/tray/tray_item_view.cc', 162 'common/system/tray/tray_item_view.cc',
158 'common/system/tray/tray_item_view.h', 163 'common/system/tray/tray_item_view.h',
159 'common/system/tray/tray_notification_view.cc', 164 'common/system/tray/tray_notification_view.cc',
160 'common/system/tray/tray_notification_view.h', 165 'common/system/tray/tray_notification_view.h',
161 'common/system/tray/tray_popup_header_button.cc', 166 'common/system/tray/tray_popup_header_button.cc',
162 'common/system/tray/tray_popup_header_button.h', 167 'common/system/tray/tray_popup_header_button.h',
163 'common/system/tray/tray_popup_item_container.cc', 168 'common/system/tray/tray_popup_item_container.cc',
164 'common/system/tray/tray_popup_item_container.h', 169 'common/system/tray/tray_popup_item_container.h',
165 'common/system/tray/tray_popup_label_button.cc', 170 'common/system/tray/tray_popup_label_button.cc',
166 'common/system/tray/tray_popup_label_button.h', 171 'common/system/tray/tray_popup_label_button.h',
167 'common/system/tray/tray_popup_label_button_border.cc', 172 'common/system/tray/tray_popup_label_button_border.cc',
168 'common/system/tray/tray_popup_label_button_border.h', 173 'common/system/tray/tray_popup_label_button_border.h',
169 'common/system/tray/tray_utils.cc', 174 'common/system/tray/tray_utils.cc',
170 'common/system/tray/tray_utils.h', 175 'common/system/tray/tray_utils.h',
171 'common/system/tray/view_click_listener.h', 176 'common/system/tray/view_click_listener.h',
172 'common/system/tray/wm_system_tray_notifier.cc', 177 'common/system/tray/wm_system_tray_notifier.cc',
173 'common/system/tray/wm_system_tray_notifier.h', 178 'common/system/tray/wm_system_tray_notifier.h',
179 'common/system/tray_accessibility.cc',
180 'common/system/tray_accessibility.h',
174 'common/system/update/tray_update.cc', 181 'common/system/update/tray_update.cc',
175 'common/system/update/tray_update.h', 182 'common/system/update/tray_update.h',
176 'common/system/update/update_observer.h', 183 'common/system/update/update_observer.h',
177 'common/system/volume_control_delegate.h', 184 'common/system/volume_control_delegate.h',
178 'common/wm/always_on_top_controller.cc', 185 'common/wm/always_on_top_controller.cc',
179 'common/wm/always_on_top_controller.h', 186 'common/wm/always_on_top_controller.h',
180 'common/wm/background_animator.cc', 187 'common/wm/background_animator.cc',
181 'common/wm/background_animator.h', 188 'common/wm/background_animator.h',
182 'common/wm/container_finder.cc', 189 'common/wm/container_finder.cc',
183 'common/wm/container_finder.h', 190 'common/wm/container_finder.h',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'host/ash_window_tree_host_unified.h', 383 'host/ash_window_tree_host_unified.h',
377 'host/ash_window_tree_host_win.cc', 384 'host/ash_window_tree_host_win.cc',
378 'host/ash_window_tree_host_win.h', 385 'host/ash_window_tree_host_win.h',
379 'host/ash_window_tree_host_x11.cc', 386 'host/ash_window_tree_host_x11.cc',
380 'host/ash_window_tree_host_x11.h', 387 'host/ash_window_tree_host_x11.h',
381 'host/root_window_transformer.h', 388 'host/root_window_transformer.h',
382 'host/transformer_helper.cc', 389 'host/transformer_helper.cc',
383 'host/transformer_helper.h', 390 'host/transformer_helper.h',
384 'ime/input_method_event_handler.cc', 391 'ime/input_method_event_handler.cc',
385 'ime/input_method_event_handler.h', 392 'ime/input_method_event_handler.h',
386 'keyboard/keyboard_ui.cc',
387 'keyboard/keyboard_ui.h',
388 'keyboard/keyboard_ui_observer.h',
389 'keyboard_uma_event_filter.cc', 393 'keyboard_uma_event_filter.cc',
390 'keyboard_uma_event_filter.h', 394 'keyboard_uma_event_filter.h',
391 'link_handler_model.cc', 395 'link_handler_model.cc',
392 'link_handler_model.h', 396 'link_handler_model.h',
393 'link_handler_model_factory.cc', 397 'link_handler_model_factory.cc',
394 'link_handler_model_factory.h', 398 'link_handler_model_factory.h',
395 'magnifier/magnification_controller.cc', 399 'magnifier/magnification_controller.cc',
396 'magnifier/magnification_controller.h', 400 'magnifier/magnification_controller.h',
397 'magnifier/partial_magnification_controller.cc', 401 'magnifier/partial_magnification_controller.cc',
398 'magnifier/partial_magnification_controller.h', 402 'magnifier/partial_magnification_controller.h',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 'system/tray/system_tray.cc', 597 'system/tray/system_tray.cc',
594 'system/tray/system_tray.h', 598 'system/tray/system_tray.h',
595 'system/tray/system_tray_bubble.cc', 599 'system/tray/system_tray_bubble.cc',
596 'system/tray/system_tray_bubble.h', 600 'system/tray/system_tray_bubble.h',
597 'system/tray/system_tray_notifier.cc', 601 'system/tray/system_tray_notifier.cc',
598 'system/tray/system_tray_notifier.h', 602 'system/tray/system_tray_notifier.h',
599 'system/tray/tray_background_view.cc', 603 'system/tray/tray_background_view.cc',
600 'system/tray/tray_background_view.h', 604 'system/tray/tray_background_view.h',
601 'system/tray/tray_bubble_wrapper.cc', 605 'system/tray/tray_bubble_wrapper.cc',
602 'system/tray/tray_bubble_wrapper.h', 606 'system/tray/tray_bubble_wrapper.h',
603 'system/tray/tray_details_view.cc',
604 'system/tray/tray_details_view.h',
605 'system/tray/tray_event_filter.cc', 607 'system/tray/tray_event_filter.cc',
606 'system/tray/tray_event_filter.h', 608 'system/tray/tray_event_filter.h',
607 'system/tray_accessibility.cc',
608 'system/tray_accessibility.h',
609 'system/user/button_from_view.cc', 609 'system/user/button_from_view.cc',
610 'system/user/button_from_view.h', 610 'system/user/button_from_view.h',
611 'system/user/login_status.cc', 611 'system/user/login_status.cc',
612 'system/user/login_status.h', 612 'system/user/login_status.h',
613 'system/user/rounded_image_view.cc', 613 'system/user/rounded_image_view.cc',
614 'system/user/rounded_image_view.h', 614 'system/user/rounded_image_view.h',
615 'system/user/tray_user.cc', 615 'system/user/tray_user.cc',
616 'system/user/tray_user.h', 616 'system/user/tray_user.h',
617 'system/user/tray_user_separator.cc', 617 'system/user/tray_user_separator.cc',
618 'system/user/tray_user_separator.h', 618 'system/user/tray_user_separator.h',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 'accelerators/spoken_feedback_toggler_unittest.cc', 896 'accelerators/spoken_feedback_toggler_unittest.cc',
897 'app_list/app_list_presenter_delegate_unittest.cc', 897 'app_list/app_list_presenter_delegate_unittest.cc',
898 'ash_touch_exploration_manager_chromeos_unittest.cc', 898 'ash_touch_exploration_manager_chromeos_unittest.cc',
899 'autoclick/autoclick_unittest.cc', 899 'autoclick/autoclick_unittest.cc',
900 'common/material_design/material_design_controller_unittest.cc', 900 'common/material_design/material_design_controller_unittest.cc',
901 'common/shelf/shelf_model_unittest.cc', 901 'common/shelf/shelf_model_unittest.cc',
902 'common/system/chromeos/power/power_status_unittest.cc', 902 'common/system/chromeos/power/power_status_unittest.cc',
903 'common/system/chromeos/power/power_status_view_unittest.cc', 903 'common/system/chromeos/power/power_status_view_unittest.cc',
904 'common/system/chromeos/power/tray_power_unittest.cc', 904 'common/system/chromeos/power/tray_power_unittest.cc',
905 'common/system/date/date_view_unittest.cc', 905 'common/system/date/date_view_unittest.cc',
906 'common/system/tray/tray_details_view_unittest.cc',
906 'common/system/update/tray_update_unittest.cc', 907 'common/system/update/tray_update_unittest.cc',
907 'content/display/screen_orientation_controller_chromeos_unittest.cc', 908 'content/display/screen_orientation_controller_chromeos_unittest.cc',
908 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 909 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
909 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc', 910 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc',
910 'desktop_background/desktop_background_controller_unittest.cc', 911 'desktop_background/desktop_background_controller_unittest.cc',
911 'dip_unittest.cc', 912 'dip_unittest.cc',
912 'display/cursor_window_controller_unittest.cc', 913 'display/cursor_window_controller_unittest.cc',
913 'display/display_change_observer_chromeos_unittest.cc', 914 'display/display_change_observer_chromeos_unittest.cc',
914 'display/display_color_manager_chromeos_unittest.cc', 915 'display/display_color_manager_chromeos_unittest.cc',
915 'display/display_error_observer_chromeos_unittest.cc', 916 'display/display_error_observer_chromeos_unittest.cc',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 966 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
966 'system/chromeos/session/logout_confirmation_controller_unittest.cc', 967 'system/chromeos/session/logout_confirmation_controller_unittest.cc',
967 'system/chromeos/session/tray_session_length_limit_unittest.cc', 968 'system/chromeos/session/tray_session_length_limit_unittest.cc',
968 'system/chromeos/supervised/tray_supervised_user_unittest.cc', 969 'system/chromeos/supervised/tray_supervised_user_unittest.cc',
969 'system/chromeos/tray_display_unittest.cc', 970 'system/chromeos/tray_display_unittest.cc',
970 'system/ime/tray_ime_chromeos_unittest.cc', 971 'system/ime/tray_ime_chromeos_unittest.cc',
971 'system/overview/overview_button_tray_unittest.cc', 972 'system/overview/overview_button_tray_unittest.cc',
972 'system/toast/toast_manager_unittest.cc', 973 'system/toast/toast_manager_unittest.cc',
973 'system/tray/media_security/multi_profile_media_tray_item_unittest.cc', 974 'system/tray/media_security/multi_profile_media_tray_item_unittest.cc',
974 'system/tray/system_tray_unittest.cc', 975 'system/tray/system_tray_unittest.cc',
975 'system/tray/tray_details_view_unittest.cc',
976 'system/user/tray_user_unittest.cc', 976 'system/user/tray_user_unittest.cc',
977 'system/web_notification/ash_popup_alignment_delegate_unittest.cc', 977 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
978 'system/web_notification/web_notification_tray_unittest.cc', 978 'system/web_notification/web_notification_tray_unittest.cc',
979 'test/ash_test_helper_unittest.cc', 979 'test/ash_test_helper_unittest.cc',
980 'test/ash_unittests.cc', 980 'test/ash_unittests.cc',
981 'tooltips/tooltip_controller_unittest.cc', 981 'tooltips/tooltip_controller_unittest.cc',
982 'touch/touch_observer_hud_unittest.cc', 982 'touch/touch_observer_hud_unittest.cc',
983 'touch/touch_transformer_controller_unittest.cc', 983 'touch/touch_transformer_controller_unittest.cc',
984 'touch/touchscreen_util_unittest.cc', 984 'touch/touchscreen_util_unittest.cc',
985 'utility/screenshot_controller_unittest.cc', 985 'utility/screenshot_controller_unittest.cc',
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
1455 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1455 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1456 ], 1456 ],
1457 } 1457 }
1458 ], 1458 ],
1459 ], 1459 ],
1460 }, 1460 },
1461 ], 1461 ],
1462 }], 1462 }],
1463 ], 1463 ],
1464 } 1464 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/keyboard/keyboard_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698