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

Side by Side Diff: ash/ash.gyp

Issue 2099793002: mash: Migrate some system user files to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup 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
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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'common/system/tray/tray_utils.cc', 199 'common/system/tray/tray_utils.cc',
200 'common/system/tray/tray_utils.h', 200 'common/system/tray/tray_utils.h',
201 'common/system/tray/view_click_listener.h', 201 'common/system/tray/view_click_listener.h',
202 'common/system/tray/wm_system_tray_notifier.cc', 202 'common/system/tray/wm_system_tray_notifier.cc',
203 'common/system/tray/wm_system_tray_notifier.h', 203 'common/system/tray/wm_system_tray_notifier.h',
204 'common/system/tray_accessibility.cc', 204 'common/system/tray_accessibility.cc',
205 'common/system/tray_accessibility.h', 205 'common/system/tray_accessibility.h',
206 'common/system/update/tray_update.cc', 206 'common/system/update/tray_update.cc',
207 'common/system/update/tray_update.h', 207 'common/system/update/tray_update.h',
208 'common/system/update/update_observer.h', 208 'common/system/update/update_observer.h',
209 'common/system/user/button_from_view.cc',
210 'common/system/user/button_from_view.h',
211 'common/system/user/login_status.cc',
212 'common/system/user/login_status.h',
213 'common/system/user/rounded_image_view.cc',
214 'common/system/user/rounded_image_view.h',
215 'common/system/user/tray_user_separator.cc',
216 'common/system/user/tray_user_separator.h',
217 'common/system/user/user_observer.h',
209 'common/system/volume_control_delegate.h', 218 'common/system/volume_control_delegate.h',
210 'common/wm/always_on_top_controller.cc', 219 'common/wm/always_on_top_controller.cc',
211 'common/wm/always_on_top_controller.h', 220 'common/wm/always_on_top_controller.h',
212 'common/wm/background_animator.cc', 221 'common/wm/background_animator.cc',
213 'common/wm/background_animator.h', 222 'common/wm/background_animator.h',
214 'common/wm/container_finder.cc', 223 'common/wm/container_finder.cc',
215 'common/wm/container_finder.h', 224 'common/wm/container_finder.h',
216 'common/wm/default_state.cc', 225 'common/wm/default_state.cc',
217 'common/wm/default_state.h', 226 'common/wm/default_state.h',
218 'common/wm/default_window_resizer.cc', 227 'common/wm/default_window_resizer.cc',
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 'system/toast/toast_manager.h', 620 'system/toast/toast_manager.h',
612 'system/toast/toast_overlay.cc', 621 'system/toast/toast_overlay.cc',
613 'system/toast/toast_overlay.h', 622 'system/toast/toast_overlay.h',
614 'system/tray/media_security/media_capture_observer.h', 623 'system/tray/media_security/media_capture_observer.h',
615 'system/tray/media_security/multi_profile_media_tray_item.cc', 624 'system/tray/media_security/multi_profile_media_tray_item.cc',
616 'system/tray/media_security/multi_profile_media_tray_item.h', 625 'system/tray/media_security/multi_profile_media_tray_item.h',
617 'system/tray/system_tray.cc', 626 'system/tray/system_tray.cc',
618 'system/tray/system_tray.h', 627 'system/tray/system_tray.h',
619 'system/tray/system_tray_notifier.cc', 628 'system/tray/system_tray_notifier.cc',
620 'system/tray/system_tray_notifier.h', 629 'system/tray/system_tray_notifier.h',
621 'system/user/button_from_view.cc',
622 'system/user/button_from_view.h',
623 'system/user/login_status.cc',
624 'system/user/login_status.h',
625 'system/user/rounded_image_view.cc',
626 'system/user/rounded_image_view.h',
627 'system/user/tray_user.cc', 630 'system/user/tray_user.cc',
628 'system/user/tray_user.h', 631 'system/user/tray_user.h',
629 'system/user/tray_user_separator.cc',
630 'system/user/tray_user_separator.h',
631 'system/user/user_card_view.cc', 632 'system/user/user_card_view.cc',
632 'system/user/user_card_view.h', 633 'system/user/user_card_view.h',
633 'system/user/user_observer.h',
634 'system/user/user_view.cc', 634 'system/user/user_view.cc',
635 'system/user/user_view.h', 635 'system/user/user_view.h',
636 'system/web_notification/ash_popup_alignment_delegate.cc', 636 'system/web_notification/ash_popup_alignment_delegate.cc',
637 'system/web_notification/ash_popup_alignment_delegate.h', 637 'system/web_notification/ash_popup_alignment_delegate.h',
638 'system/web_notification/web_notification_tray.cc', 638 'system/web_notification/web_notification_tray.cc',
639 'system/web_notification/web_notification_tray.h', 639 'system/web_notification/web_notification_tray.h',
640 'touch/touch_hud_debug.cc', 640 'touch/touch_hud_debug.cc',
641 'touch/touch_hud_debug.h', 641 'touch/touch_hud_debug.h',
642 'touch/touch_hud_projection.cc', 642 'touch/touch_hud_projection.cc',
643 'touch/touch_hud_projection.h', 643 'touch/touch_hud_projection.h',
(...skipping 811 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/system/user/button_from_view.h » ('j') | ash/common/system/user/login_status.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698