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

Side by Side Diff: ash/ash.gyp

Issue 2125373002: mash: Migrate ash/system/user to ash/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. 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/ash_view_ids.h » ('j') | ash/common/ash_view_ids.h » ('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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'common/system/tray_accessibility.h', 276 'common/system/tray_accessibility.h',
277 'common/system/update/tray_update.cc', 277 'common/system/update/tray_update.cc',
278 'common/system/update/tray_update.h', 278 'common/system/update/tray_update.h',
279 'common/system/update/update_observer.h', 279 'common/system/update/update_observer.h',
280 'common/system/user/button_from_view.cc', 280 'common/system/user/button_from_view.cc',
281 'common/system/user/button_from_view.h', 281 'common/system/user/button_from_view.h',
282 'common/system/user/login_status.cc', 282 'common/system/user/login_status.cc',
283 'common/system/user/login_status.h', 283 'common/system/user/login_status.h',
284 'common/system/user/rounded_image_view.cc', 284 'common/system/user/rounded_image_view.cc',
285 'common/system/user/rounded_image_view.h', 285 'common/system/user/rounded_image_view.h',
286 'common/system/user/tray_user.cc',
287 'common/system/user/tray_user.h',
286 'common/system/user/tray_user_separator.cc', 288 'common/system/user/tray_user_separator.cc',
287 'common/system/user/tray_user_separator.h', 289 'common/system/user/tray_user_separator.h',
290 'common/system/user/user_card_view.cc',
291 'common/system/user/user_card_view.h',
288 'common/system/user/user_observer.h', 292 'common/system/user/user_observer.h',
293 'common/system/user/user_view.cc',
294 'common/system/user/user_view.h',
289 'common/system/volume_control_delegate.h', 295 'common/system/volume_control_delegate.h',
290 'common/system/web_notification/ash_popup_alignment_delegate.cc', 296 'common/system/web_notification/ash_popup_alignment_delegate.cc',
291 'common/system/web_notification/ash_popup_alignment_delegate.h', 297 'common/system/web_notification/ash_popup_alignment_delegate.h',
292 'common/system/web_notification/web_notification_tray.cc', 298 'common/system/web_notification/web_notification_tray.cc',
293 'common/system/web_notification/web_notification_tray.h', 299 'common/system/web_notification/web_notification_tray.h',
294 'common/wm/always_on_top_controller.cc', 300 'common/wm/always_on_top_controller.cc',
295 'common/wm/always_on_top_controller.h', 301 'common/wm/always_on_top_controller.h',
296 'common/wm/background_animator.cc', 302 'common/wm/background_animator.cc',
297 'common/wm/background_animator.h', 303 'common/wm/background_animator.h',
298 'common/wm/container_finder.cc', 304 'common/wm/container_finder.cc',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'system/status_area_widget.cc', 635 'system/status_area_widget.cc',
630 'system/status_area_widget.h', 636 'system/status_area_widget.h',
631 'system/toast/toast_data.cc', 637 'system/toast/toast_data.cc',
632 'system/toast/toast_data.h', 638 'system/toast/toast_data.h',
633 'system/toast/toast_manager.cc', 639 'system/toast/toast_manager.cc',
634 'system/toast/toast_manager.h', 640 'system/toast/toast_manager.h',
635 'system/toast/toast_overlay.cc', 641 'system/toast/toast_overlay.cc',
636 'system/toast/toast_overlay.h', 642 'system/toast/toast_overlay.h',
637 'system/tray/system_tray.cc', 643 'system/tray/system_tray.cc',
638 'system/tray/system_tray.h', 644 'system/tray/system_tray.h',
639 'system/user/tray_user.cc',
640 'system/user/tray_user.h',
641 'system/user/user_card_view.cc',
642 'system/user/user_card_view.h',
643 'system/user/user_view.cc',
644 'system/user/user_view.h',
645 'touch/touch_hud_debug.cc', 645 'touch/touch_hud_debug.cc',
646 'touch/touch_hud_debug.h', 646 'touch/touch_hud_debug.h',
647 'touch/touch_hud_projection.cc', 647 'touch/touch_hud_projection.cc',
648 'touch/touch_hud_projection.h', 648 'touch/touch_hud_projection.h',
649 'touch/touch_observer_hud.cc', 649 'touch/touch_observer_hud.cc',
650 'touch/touch_observer_hud.h', 650 'touch/touch_observer_hud.h',
651 'touch/touch_transformer_controller.cc', 651 'touch/touch_transformer_controller.cc',
652 'touch/touch_transformer_controller.h', 652 'touch/touch_transformer_controller.h',
653 'touch/touch_uma.cc', 653 'touch/touch_uma.cc',
654 'touch/touch_uma.h', 654 'touch/touch_uma.h',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/chromeos/screen_security/screen_tray_item_unittest.cc', 905 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
906 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ', 906 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ',
907 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', 907 'common/system/chromeos/session/tray_session_length_limit_unittest.cc',
908 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', 908 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc',
909 'common/system/date/date_view_unittest.cc', 909 'common/system/date/date_view_unittest.cc',
910 'common/system/ime/tray_ime_chromeos_unittest.cc', 910 'common/system/ime/tray_ime_chromeos_unittest.cc',
911 'common/system/tray/tray_details_view_unittest.cc', 911 'common/system/tray/tray_details_view_unittest.cc',
912 'common/system/update/tray_update_unittest.cc', 912 'common/system/update/tray_update_unittest.cc',
913 'common/system/user/tray_user_unittest.cc',
913 'content/display/screen_orientation_controller_chromeos_unittest.cc', 914 'content/display/screen_orientation_controller_chromeos_unittest.cc',
914 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 915 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
915 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc', 916 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc',
916 'desktop_background/desktop_background_controller_unittest.cc', 917 'desktop_background/desktop_background_controller_unittest.cc',
917 'dip_unittest.cc', 918 'dip_unittest.cc',
918 'display/cursor_window_controller_unittest.cc', 919 'display/cursor_window_controller_unittest.cc',
919 'display/display_change_observer_chromeos_unittest.cc', 920 'display/display_change_observer_chromeos_unittest.cc',
920 'display/display_color_manager_chromeos_unittest.cc', 921 'display/display_color_manager_chromeos_unittest.cc',
921 'display/display_error_observer_chromeos_unittest.cc', 922 'display/display_error_observer_chromeos_unittest.cc',
922 'display/display_manager_unittest.cc', 923 'display/display_manager_unittest.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 'sticky_keys/sticky_keys_unittest.cc', 965 'sticky_keys/sticky_keys_unittest.cc',
965 'system/chromeos/brightness/tray_brightness_unittest.cc', 966 'system/chromeos/brightness/tray_brightness_unittest.cc',
966 'system/chromeos/media_security/multi_profile_media_tray_item_unittest.cc' , 967 'system/chromeos/media_security/multi_profile_media_tray_item_unittest.cc' ,
967 'system/chromeos/multi_user/user_switch_util_unittest.cc', 968 'system/chromeos/multi_user/user_switch_util_unittest.cc',
968 'system/chromeos/power/power_event_observer_unittest.cc', 969 'system/chromeos/power/power_event_observer_unittest.cc',
969 'system/chromeos/rotation/tray_rotation_lock_unittest.cc', 970 'system/chromeos/rotation/tray_rotation_lock_unittest.cc',
970 'system/chromeos/tray_display_unittest.cc', 971 'system/chromeos/tray_display_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/system_tray_unittest.cc', 974 'system/tray/system_tray_unittest.cc',
974 'system/user/tray_user_unittest.cc',
975 'system/web_notification/ash_popup_alignment_delegate_unittest.cc', 975 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
976 'system/web_notification/web_notification_tray_unittest.cc', 976 'system/web_notification/web_notification_tray_unittest.cc',
977 'test/ash_test_helper_unittest.cc', 977 'test/ash_test_helper_unittest.cc',
978 'test/ash_unittests.cc', 978 'test/ash_unittests.cc',
979 'tooltips/tooltip_controller_unittest.cc', 979 'tooltips/tooltip_controller_unittest.cc',
980 'touch/touch_observer_hud_unittest.cc', 980 'touch/touch_observer_hud_unittest.cc',
981 'touch/touch_transformer_controller_unittest.cc', 981 'touch/touch_transformer_controller_unittest.cc',
982 'touch/touchscreen_util_unittest.cc', 982 'touch/touchscreen_util_unittest.cc',
983 'utility/screenshot_controller_unittest.cc', 983 'utility/screenshot_controller_unittest.cc',
984 'virtual_keyboard_controller_unittest.cc', 984 'virtual_keyboard_controller_unittest.cc',
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1451 ], 1451 ],
1452 } 1452 }
1453 ], 1453 ],
1454 ], 1454 ],
1455 }, 1455 },
1456 ], 1456 ],
1457 }], 1457 }],
1458 ], 1458 ],
1459 } 1459 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_view_ids.h » ('j') | ash/common/ash_view_ids.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698