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

Side by Side Diff: ash/ash.gyp

Issue 2066583004: mash: Move most files in //ash/system/tray to //ash/common/system/tray (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trayupdatemove
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/system/tray/actionable_view.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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'common/shelf/shelf_model_observer.h', 88 'common/shelf/shelf_model_observer.h',
89 'common/shelf/shelf_types.h', 89 'common/shelf/shelf_types.h',
90 'common/shelf/wm_shelf.h', 90 'common/shelf/wm_shelf.h',
91 'common/shelf/wm_shelf_observer.h', 91 'common/shelf/wm_shelf_observer.h',
92 'common/shelf/wm_shelf_util.cc', 92 'common/shelf/wm_shelf_util.cc',
93 'common/shelf/wm_shelf_util.h', 93 'common/shelf/wm_shelf_util.h',
94 'common/shell_window_ids.cc', 94 'common/shell_window_ids.cc',
95 'common/shell_window_ids.h', 95 'common/shell_window_ids.h',
96 'common/system/networking_config_delegate.cc', 96 'common/system/networking_config_delegate.cc',
97 'common/system/networking_config_delegate.h', 97 'common/system/networking_config_delegate.h',
98 'common/system/tray/actionable_view.cc',
99 'common/system/tray/actionable_view.h',
98 'common/system/tray/default_system_tray_delegate.cc', 100 'common/system/tray/default_system_tray_delegate.cc',
99 'common/system/tray/default_system_tray_delegate.h', 101 'common/system/tray/default_system_tray_delegate.h',
100 'common/system/tray/fixed_sized_image_view.cc', 102 'common/system/tray/fixed_sized_image_view.cc',
101 'common/system/tray/fixed_sized_image_view.h', 103 'common/system/tray/fixed_sized_image_view.h',
104 'common/system/tray/fixed_sized_scroll_view.cc',
105 'common/system/tray/fixed_sized_scroll_view.h',
106 'common/system/tray/hover_highlight_view.cc',
107 'common/system/tray/hover_highlight_view.h',
108 'common/system/tray/special_popup_row.cc',
109 'common/system/tray/special_popup_row.h',
102 'common/system/tray/system_tray_delegate.cc', 110 'common/system/tray/system_tray_delegate.cc',
103 'common/system/tray/system_tray_delegate.h', 111 'common/system/tray/system_tray_delegate.h',
104 'common/system/tray/system_tray_item.cc', 112 'common/system/tray/system_tray_item.cc',
105 'common/system/tray/system_tray_item.h', 113 'common/system/tray/system_tray_item.h',
114 'common/system/tray/throbber_view.cc',
115 'common/system/tray/throbber_view.h',
116 'common/system/tray/tray_bar_button_with_title.cc',
117 'common/system/tray/tray_bar_button_with_title.h',
106 'common/system/tray/tray_constants.cc', 118 'common/system/tray/tray_constants.cc',
107 'common/system/tray/tray_constants.h', 119 'common/system/tray/tray_constants.h',
120 'common/system/tray/tray_empty.cc',
121 'common/system/tray/tray_empty.h',
108 'common/system/tray/tray_image_item.cc', 122 'common/system/tray/tray_image_item.cc',
109 'common/system/tray/tray_image_item.h', 123 'common/system/tray/tray_image_item.h',
124 'common/system/tray/tray_item_more.cc',
125 'common/system/tray/tray_item_more.h',
110 'common/system/tray/tray_item_view.cc', 126 'common/system/tray/tray_item_view.cc',
111 'common/system/tray/tray_item_view.h', 127 'common/system/tray/tray_item_view.h',
128 'common/system/tray/tray_notification_view.cc',
129 'common/system/tray/tray_notification_view.h',
130 'common/system/tray/tray_popup_header_button.cc',
131 'common/system/tray/tray_popup_header_button.h',
132 'common/system/tray/tray_popup_item_container.cc',
133 'common/system/tray/tray_popup_item_container.h',
134 'common/system/tray/tray_popup_label_button.cc',
135 'common/system/tray/tray_popup_label_button.h',
136 'common/system/tray/tray_popup_label_button_border.cc',
137 'common/system/tray/tray_popup_label_button_border.h',
112 'common/system/tray/tray_utils.cc', 138 'common/system/tray/tray_utils.cc',
113 'common/system/tray/tray_utils.h', 139 'common/system/tray/tray_utils.h',
140 'common/system/tray/view_click_listener.h',
114 'common/system/tray/wm_system_tray_notifier.cc', 141 'common/system/tray/wm_system_tray_notifier.cc',
115 'common/system/tray/wm_system_tray_notifier.h', 142 'common/system/tray/wm_system_tray_notifier.h',
116 'common/system/update/tray_update.cc', 143 'common/system/update/tray_update.cc',
117 'common/system/update/tray_update.h', 144 'common/system/update/tray_update.h',
118 'common/system/update/update_observer.h', 145 'common/system/update/update_observer.h',
119 'common/system/volume_control_delegate.h', 146 'common/system/volume_control_delegate.h',
120 'common/wm/always_on_top_controller.cc', 147 'common/wm/always_on_top_controller.cc',
121 'common/wm/always_on_top_controller.h', 148 'common/wm/always_on_top_controller.h',
122 'common/wm/background_animator.cc', 149 'common/wm/background_animator.cc',
123 'common/wm/background_animator.h', 150 'common/wm/background_animator.h',
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'system/status_area_widget_delegate.cc', 576 'system/status_area_widget_delegate.cc',
550 'system/status_area_widget_delegate.h', 577 'system/status_area_widget_delegate.h',
551 'system/system_notifier.cc', 578 'system/system_notifier.cc',
552 'system/system_notifier.h', 579 'system/system_notifier.h',
553 'system/toast/toast_data.cc', 580 'system/toast/toast_data.cc',
554 'system/toast/toast_data.h', 581 'system/toast/toast_data.h',
555 'system/toast/toast_manager.cc', 582 'system/toast/toast_manager.cc',
556 'system/toast/toast_manager.h', 583 'system/toast/toast_manager.h',
557 'system/toast/toast_overlay.cc', 584 'system/toast/toast_overlay.cc',
558 'system/toast/toast_overlay.h', 585 'system/toast/toast_overlay.h',
559 'system/tray/actionable_view.cc',
560 'system/tray/actionable_view.h',
561 'system/tray/fixed_sized_scroll_view.cc',
562 'system/tray/fixed_sized_scroll_view.h',
563 'system/tray/hover_highlight_view.cc',
564 'system/tray/hover_highlight_view.h',
565 'system/tray/media_security/media_capture_observer.h', 586 'system/tray/media_security/media_capture_observer.h',
566 'system/tray/media_security/multi_profile_media_tray_item.cc', 587 'system/tray/media_security/multi_profile_media_tray_item.cc',
567 'system/tray/media_security/multi_profile_media_tray_item.h', 588 'system/tray/media_security/multi_profile_media_tray_item.h',
568 'system/tray/special_popup_row.cc',
569 'system/tray/special_popup_row.h',
570 'system/tray/system_tray.cc', 589 'system/tray/system_tray.cc',
571 'system/tray/system_tray.h', 590 'system/tray/system_tray.h',
572 'system/tray/system_tray_bubble.cc', 591 'system/tray/system_tray_bubble.cc',
573 'system/tray/system_tray_bubble.h', 592 'system/tray/system_tray_bubble.h',
574 'system/tray/system_tray_notifier.cc', 593 'system/tray/system_tray_notifier.cc',
575 'system/tray/system_tray_notifier.h', 594 'system/tray/system_tray_notifier.h',
576 'system/tray/throbber_view.cc',
577 'system/tray/throbber_view.h',
578 'system/tray/tray_background_view.cc', 595 'system/tray/tray_background_view.cc',
579 'system/tray/tray_background_view.h', 596 'system/tray/tray_background_view.h',
580 'system/tray/tray_bar_button_with_title.cc',
581 'system/tray/tray_bar_button_with_title.h',
582 'system/tray/tray_bubble_wrapper.cc', 597 'system/tray/tray_bubble_wrapper.cc',
583 'system/tray/tray_bubble_wrapper.h', 598 'system/tray/tray_bubble_wrapper.h',
584 'system/tray/tray_details_view.cc', 599 'system/tray/tray_details_view.cc',
585 'system/tray/tray_details_view.h', 600 'system/tray/tray_details_view.h',
586 'system/tray/tray_empty.cc',
587 'system/tray/tray_empty.h',
588 'system/tray/tray_event_filter.cc', 601 'system/tray/tray_event_filter.cc',
589 'system/tray/tray_event_filter.h', 602 'system/tray/tray_event_filter.h',
590 'system/tray/tray_item_more.cc',
591 'system/tray/tray_item_more.h',
592 'system/tray/tray_notification_view.cc',
593 'system/tray/tray_notification_view.h',
594 'system/tray/tray_popup_header_button.cc',
595 'system/tray/tray_popup_header_button.h',
596 'system/tray/tray_popup_item_container.cc',
597 'system/tray/tray_popup_item_container.h',
598 'system/tray/tray_popup_label_button.cc',
599 'system/tray/tray_popup_label_button.h',
600 'system/tray/tray_popup_label_button_border.cc',
601 'system/tray/tray_popup_label_button_border.h',
602 'system/tray/view_click_listener.h',
603 'system/tray_accessibility.cc', 603 'system/tray_accessibility.cc',
604 'system/tray_accessibility.h', 604 'system/tray_accessibility.h',
605 'system/user/button_from_view.cc', 605 'system/user/button_from_view.cc',
606 'system/user/button_from_view.h', 606 'system/user/button_from_view.h',
607 'system/user/login_status.cc', 607 'system/user/login_status.cc',
608 'system/user/login_status.h', 608 'system/user/login_status.h',
609 'system/user/rounded_image_view.cc', 609 'system/user/rounded_image_view.cc',
610 'system/user/rounded_image_view.h', 610 'system/user/rounded_image_view.h',
611 'system/user/tray_user.cc', 611 'system/user/tray_user.cc',
612 'system/user/tray_user.h', 612 'system/user/tray_user.h',
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1452 ], 1452 ],
1453 } 1453 }
1454 ], 1454 ],
1455 ], 1455 ],
1456 }, 1456 },
1457 ], 1457 ],
1458 }], 1458 }],
1459 ], 1459 ],
1460 } 1460 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/tray/actionable_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698