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

Side by Side Diff: ash/ash.gyp

Issue 2169653002: mash: Move shelf_navigator.* to //ash/common/shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 5 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/shelf/shelf_navigator.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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'common/shelf/shelf_item_delegate_manager.cc', 112 'common/shelf/shelf_item_delegate_manager.cc',
113 'common/shelf/shelf_item_delegate_manager.h', 113 'common/shelf/shelf_item_delegate_manager.h',
114 'common/shelf/shelf_item_types.cc', 114 'common/shelf/shelf_item_types.cc',
115 'common/shelf/shelf_item_types.h', 115 'common/shelf/shelf_item_types.h',
116 'common/shelf/shelf_locking_manager.cc', 116 'common/shelf/shelf_locking_manager.cc',
117 'common/shelf/shelf_locking_manager.h', 117 'common/shelf/shelf_locking_manager.h',
118 'common/shelf/shelf_menu_model.h', 118 'common/shelf/shelf_menu_model.h',
119 'common/shelf/shelf_model.cc', 119 'common/shelf/shelf_model.cc',
120 'common/shelf/shelf_model.h', 120 'common/shelf/shelf_model.h',
121 'common/shelf/shelf_model_observer.h', 121 'common/shelf/shelf_model_observer.h',
122 'common/shelf/shelf_navigator.cc',
123 'common/shelf/shelf_navigator.h',
122 'common/shelf/shelf_types.h', 124 'common/shelf/shelf_types.h',
123 'common/shelf/wm_shelf.h', 125 'common/shelf/wm_shelf.h',
124 'common/shelf/wm_shelf_observer.h', 126 'common/shelf/wm_shelf_observer.h',
125 'common/shelf/wm_shelf_util.cc', 127 'common/shelf/wm_shelf_util.cc',
126 'common/shelf/wm_shelf_util.h', 128 'common/shelf/wm_shelf_util.h',
127 'common/shell_delegate.h', 129 'common/shell_delegate.h',
128 'common/shell_window_ids.cc', 130 'common/shell_window_ids.cc',
129 'common/shell_window_ids.h', 131 'common/shell_window_ids.h',
130 'common/system/accessibility_observer.h', 132 'common/system/accessibility_observer.h',
131 'common/system/audio/audio_observer.h', 133 'common/system/audio/audio_observer.h',
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'shelf/shelf_bezel_event_filter.h', 616 'shelf/shelf_bezel_event_filter.h',
615 'shelf/shelf_button.cc', 617 'shelf/shelf_button.cc',
616 'shelf/shelf_button.h', 618 'shelf/shelf_button.h',
617 'shelf/shelf_button_pressed_metric_tracker.cc', 619 'shelf/shelf_button_pressed_metric_tracker.cc',
618 'shelf/shelf_button_pressed_metric_tracker.h', 620 'shelf/shelf_button_pressed_metric_tracker.h',
619 'shelf/shelf_delegate.h', 621 'shelf/shelf_delegate.h',
620 'shelf/shelf_icon_observer.h', 622 'shelf/shelf_icon_observer.h',
621 'shelf/shelf_layout_manager.cc', 623 'shelf/shelf_layout_manager.cc',
622 'shelf/shelf_layout_manager.h', 624 'shelf/shelf_layout_manager.h',
623 'shelf/shelf_layout_manager_observer.h', 625 'shelf/shelf_layout_manager_observer.h',
624 'shelf/shelf_navigator.cc',
625 'shelf/shelf_navigator.h',
626 'shelf/shelf_tooltip_manager.cc', 626 'shelf/shelf_tooltip_manager.cc',
627 'shelf/shelf_tooltip_manager.h', 627 'shelf/shelf_tooltip_manager.h',
628 'shelf/shelf_util.cc', 628 'shelf/shelf_util.cc',
629 'shelf/shelf_util.h', 629 'shelf/shelf_util.h',
630 'shelf/shelf_view.cc', 630 'shelf/shelf_view.cc',
631 'shelf/shelf_view.h', 631 'shelf/shelf_view.h',
632 'shelf/shelf_widget.cc', 632 'shelf/shelf_widget.cc',
633 'shelf/shelf_widget.h', 633 'shelf/shelf_widget.h',
634 'shelf/shelf_window_watcher.cc', 634 'shelf/shelf_window_watcher.cc',
635 'shelf/shelf_window_watcher.h', 635 'shelf/shelf_window_watcher.h',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 'accelerators/magnifier_key_scroller_unittest.cc', 903 'accelerators/magnifier_key_scroller_unittest.cc',
904 'accelerators/spoken_feedback_toggler_unittest.cc', 904 'accelerators/spoken_feedback_toggler_unittest.cc',
905 'app_list/app_list_presenter_delegate_unittest.cc', 905 'app_list/app_list_presenter_delegate_unittest.cc',
906 'ash_touch_exploration_manager_chromeos_unittest.cc', 906 'ash_touch_exploration_manager_chromeos_unittest.cc',
907 'autoclick/autoclick_unittest.cc', 907 'autoclick/autoclick_unittest.cc',
908 'common/display/display_info_unittest.cc', 908 'common/display/display_info_unittest.cc',
909 'common/material_design/material_design_controller_unittest.cc', 909 'common/material_design/material_design_controller_unittest.cc',
910 'common/popup_message_unittest.cc', 910 'common/popup_message_unittest.cc',
911 'common/shelf/shelf_locking_manager_unittest.cc', 911 'common/shelf/shelf_locking_manager_unittest.cc',
912 'common/shelf/shelf_model_unittest.cc', 912 'common/shelf/shelf_model_unittest.cc',
913 'common/shelf/shelf_navigator_unittest.cc',
913 'common/system/chromeos/brightness/tray_brightness_unittest.cc', 914 'common/system/chromeos/brightness/tray_brightness_unittest.cc',
914 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', 915 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
915 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc', 916 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc',
916 'common/system/chromeos/power/power_status_unittest.cc', 917 'common/system/chromeos/power/power_status_unittest.cc',
917 'common/system/chromeos/power/power_status_view_unittest.cc', 918 'common/system/chromeos/power/power_status_view_unittest.cc',
918 'common/system/chromeos/power/tray_power_unittest.cc', 919 'common/system/chromeos/power/tray_power_unittest.cc',
919 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', 920 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
920 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ', 921 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ',
921 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', 922 'common/system/chromeos/session/tray_session_length_limit_unittest.cc',
922 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', 923 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 'metrics/desktop_task_switch_metric_recorder_unittest.cc', 963 'metrics/desktop_task_switch_metric_recorder_unittest.cc',
963 'metrics/task_switch_metrics_recorder_unittest.cc', 964 'metrics/task_switch_metrics_recorder_unittest.cc',
964 'metrics/task_switch_time_tracker_unittest.cc', 965 'metrics/task_switch_time_tracker_unittest.cc',
965 'metrics/user_metrics_recorder_unittest.cc', 966 'metrics/user_metrics_recorder_unittest.cc',
966 'root_window_controller_unittest.cc', 967 'root_window_controller_unittest.cc',
967 'rotator/screen_rotation_animation_unittest.cc', 968 'rotator/screen_rotation_animation_unittest.cc',
968 'screen_util_unittest.cc', 969 'screen_util_unittest.cc',
969 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 970 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
970 'shelf/shelf_button_pressed_metric_tracker_unittest.cc', 971 'shelf/shelf_button_pressed_metric_tracker_unittest.cc',
971 'shelf/shelf_layout_manager_unittest.cc', 972 'shelf/shelf_layout_manager_unittest.cc',
972 'shelf/shelf_navigator_unittest.cc',
973 'shelf/shelf_tooltip_manager_unittest.cc', 973 'shelf/shelf_tooltip_manager_unittest.cc',
974 'shelf/shelf_unittest.cc', 974 'shelf/shelf_unittest.cc',
975 'shelf/shelf_view_unittest.cc', 975 'shelf/shelf_view_unittest.cc',
976 'shelf/shelf_widget_unittest.cc', 976 'shelf/shelf_widget_unittest.cc',
977 'shelf/shelf_window_watcher_unittest.cc', 977 'shelf/shelf_window_watcher_unittest.cc',
978 'shell_unittest.cc', 978 'shell_unittest.cc',
979 'sticky_keys/sticky_keys_overlay_unittest.cc', 979 'sticky_keys/sticky_keys_overlay_unittest.cc',
980 'sticky_keys/sticky_keys_unittest.cc', 980 'sticky_keys/sticky_keys_unittest.cc',
981 'system/chromeos/power/power_event_observer_unittest.cc', 981 'system/chromeos/power/power_event_observer_unittest.cc',
982 'system/chromeos/power/video_activity_notifier_unittest.cc', 982 'system/chromeos/power/video_activity_notifier_unittest.cc',
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
1466 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1466 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1467 ], 1467 ],
1468 } 1468 }
1469 ], 1469 ],
1470 ], 1470 ],
1471 }, 1471 },
1472 ], 1472 ],
1473 }], 1473 }],
1474 ], 1474 ],
1475 } 1475 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/shelf/shelf_navigator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698