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

Side by Side Diff: ash/ash.gyp

Issue 2063813002: mash: Move SystemTrayImage and TrayImageItem to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wmnotifier
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/DEPS » ('j') | ash/common/system/tray/DEPS » ('J')
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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/default_system_tray_delegate.cc', 98 'common/system/tray/default_system_tray_delegate.cc',
99 'common/system/tray/default_system_tray_delegate.h', 99 'common/system/tray/default_system_tray_delegate.h',
100 'common/system/tray/fixed_sized_image_view.cc', 100 'common/system/tray/fixed_sized_image_view.cc',
101 'common/system/tray/fixed_sized_image_view.h', 101 'common/system/tray/fixed_sized_image_view.h',
102 'common/system/tray/system_tray_delegate.cc', 102 'common/system/tray/system_tray_delegate.cc',
103 'common/system/tray/system_tray_delegate.h', 103 'common/system/tray/system_tray_delegate.h',
104 'common/system/tray/system_tray_item.cc',
105 'common/system/tray/system_tray_item.h',
104 'common/system/tray/tray_constants.cc', 106 'common/system/tray/tray_constants.cc',
105 'common/system/tray/tray_constants.h', 107 'common/system/tray/tray_constants.h',
108 'common/system/tray/tray_image_item.cc',
109 'common/system/tray/tray_image_item.h',
110 'common/system/tray/tray_item_view.cc',
111 'common/system/tray/tray_item_view.h',
112 'common/system/tray/tray_utils.cc',
113 'common/system/tray/tray_utils.h',
106 'common/system/tray/wm_system_tray_notifier.cc', 114 'common/system/tray/wm_system_tray_notifier.cc',
107 'common/system/tray/wm_system_tray_notifier.h', 115 'common/system/tray/wm_system_tray_notifier.h',
108 'common/system/update/update_observer.h', 116 'common/system/update/update_observer.h',
109 'common/system/volume_control_delegate.h', 117 'common/system/volume_control_delegate.h',
110 'common/wm/always_on_top_controller.cc', 118 'common/wm/always_on_top_controller.cc',
111 'common/wm/always_on_top_controller.h', 119 'common/wm/always_on_top_controller.h',
112 'common/wm/background_animator.cc', 120 'common/wm/background_animator.cc',
113 'common/wm/background_animator.h', 121 'common/wm/background_animator.h',
114 'common/wm/container_finder.cc', 122 'common/wm/container_finder.cc',
115 'common/wm/container_finder.h', 123 'common/wm/container_finder.h',
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 'system/tray/hover_highlight_view.h', 562 'system/tray/hover_highlight_view.h',
555 'system/tray/media_security/media_capture_observer.h', 563 'system/tray/media_security/media_capture_observer.h',
556 'system/tray/media_security/multi_profile_media_tray_item.cc', 564 'system/tray/media_security/multi_profile_media_tray_item.cc',
557 'system/tray/media_security/multi_profile_media_tray_item.h', 565 'system/tray/media_security/multi_profile_media_tray_item.h',
558 'system/tray/special_popup_row.cc', 566 'system/tray/special_popup_row.cc',
559 'system/tray/special_popup_row.h', 567 'system/tray/special_popup_row.h',
560 'system/tray/system_tray.cc', 568 'system/tray/system_tray.cc',
561 'system/tray/system_tray.h', 569 'system/tray/system_tray.h',
562 'system/tray/system_tray_bubble.cc', 570 'system/tray/system_tray_bubble.cc',
563 'system/tray/system_tray_bubble.h', 571 'system/tray/system_tray_bubble.h',
564 'system/tray/system_tray_item.cc',
565 'system/tray/system_tray_item.h',
566 'system/tray/system_tray_notifier.cc', 572 'system/tray/system_tray_notifier.cc',
567 'system/tray/system_tray_notifier.h', 573 'system/tray/system_tray_notifier.h',
568 'system/tray/throbber_view.cc', 574 'system/tray/throbber_view.cc',
569 'system/tray/throbber_view.h', 575 'system/tray/throbber_view.h',
570 'system/tray/tray_background_view.cc', 576 'system/tray/tray_background_view.cc',
571 'system/tray/tray_background_view.h', 577 'system/tray/tray_background_view.h',
572 'system/tray/tray_bar_button_with_title.cc', 578 'system/tray/tray_bar_button_with_title.cc',
573 'system/tray/tray_bar_button_with_title.h', 579 'system/tray/tray_bar_button_with_title.h',
574 'system/tray/tray_bubble_wrapper.cc', 580 'system/tray/tray_bubble_wrapper.cc',
575 'system/tray/tray_bubble_wrapper.h', 581 'system/tray/tray_bubble_wrapper.h',
576 'system/tray/tray_details_view.cc', 582 'system/tray/tray_details_view.cc',
577 'system/tray/tray_details_view.h', 583 'system/tray/tray_details_view.h',
578 'system/tray/tray_empty.cc', 584 'system/tray/tray_empty.cc',
579 'system/tray/tray_empty.h', 585 'system/tray/tray_empty.h',
580 'system/tray/tray_event_filter.cc', 586 'system/tray/tray_event_filter.cc',
581 'system/tray/tray_event_filter.h', 587 'system/tray/tray_event_filter.h',
582 'system/tray/tray_image_item.cc',
583 'system/tray/tray_image_item.h',
584 'system/tray/tray_item_more.cc', 588 'system/tray/tray_item_more.cc',
585 'system/tray/tray_item_more.h', 589 'system/tray/tray_item_more.h',
586 'system/tray/tray_item_view.cc',
587 'system/tray/tray_item_view.h',
588 'system/tray/tray_notification_view.cc', 590 'system/tray/tray_notification_view.cc',
589 'system/tray/tray_notification_view.h', 591 'system/tray/tray_notification_view.h',
590 'system/tray/tray_popup_header_button.cc', 592 'system/tray/tray_popup_header_button.cc',
591 'system/tray/tray_popup_header_button.h', 593 'system/tray/tray_popup_header_button.h',
592 'system/tray/tray_popup_item_container.cc', 594 'system/tray/tray_popup_item_container.cc',
593 'system/tray/tray_popup_item_container.h', 595 'system/tray/tray_popup_item_container.h',
594 'system/tray/tray_popup_label_button.cc', 596 'system/tray/tray_popup_label_button.cc',
595 'system/tray/tray_popup_label_button.h', 597 'system/tray/tray_popup_label_button.h',
596 'system/tray/tray_popup_label_button_border.cc', 598 'system/tray/tray_popup_label_button_border.cc',
597 'system/tray/tray_popup_label_button_border.h', 599 'system/tray/tray_popup_label_button_border.h',
598 'system/tray/tray_utils.cc',
599 'system/tray/tray_utils.h',
600 'system/tray/view_click_listener.h', 600 'system/tray/view_click_listener.h',
601 'system/tray_accessibility.cc', 601 'system/tray_accessibility.cc',
602 'system/tray_accessibility.h', 602 'system/tray_accessibility.h',
603 'system/tray_update.cc', 603 'system/tray_update.cc',
604 'system/tray_update.h', 604 'system/tray_update.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',
(...skipping 841 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/DEPS » ('j') | ash/common/system/tray/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698