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

Side by Side Diff: ash/ash.gyp

Issue 2144083002: mash: Move user_switch_util to chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 'shell_factory.h', 621 'shell_factory.h',
622 'shell_init_params.cc', 622 'shell_init_params.cc',
623 'shell_init_params.h', 623 'shell_init_params.h',
624 'snap_to_pixel_layout_manager.cc', 624 'snap_to_pixel_layout_manager.cc',
625 'snap_to_pixel_layout_manager.h', 625 'snap_to_pixel_layout_manager.h',
626 'sticky_keys/sticky_keys_controller.cc', 626 'sticky_keys/sticky_keys_controller.cc',
627 'sticky_keys/sticky_keys_controller.h', 627 'sticky_keys/sticky_keys_controller.h',
628 'sticky_keys/sticky_keys_overlay.cc', 628 'sticky_keys/sticky_keys_overlay.cc',
629 'sticky_keys/sticky_keys_overlay.h', 629 'sticky_keys/sticky_keys_overlay.h',
630 'sticky_keys/sticky_keys_state.h', 630 'sticky_keys/sticky_keys_state.h',
631 'system/chromeos/multi_user/user_switch_util.cc',
632 'system/chromeos/multi_user/user_switch_util.h',
633 'system/chromeos/power/power_event_observer.cc', 631 'system/chromeos/power/power_event_observer.cc',
634 'system/chromeos/power/power_event_observer.h', 632 'system/chromeos/power/power_event_observer.h',
635 'system/chromeos/power/video_activity_notifier.cc', 633 'system/chromeos/power/video_activity_notifier.cc',
636 'system/chromeos/power/video_activity_notifier.h', 634 'system/chromeos/power/video_activity_notifier.h',
637 'system/chromeos/rotation/tray_rotation_lock.cc', 635 'system/chromeos/rotation/tray_rotation_lock.cc',
638 'system/chromeos/rotation/tray_rotation_lock.h', 636 'system/chromeos/rotation/tray_rotation_lock.h',
639 'system/chromeos/tray_display.cc', 637 'system/chromeos/tray_display.cc',
640 'system/chromeos/tray_display.h', 638 'system/chromeos/tray_display.h',
641 'system/status_area_widget.cc', 639 'system/status_area_widget.cc',
642 'system/status_area_widget.h', 640 'system/status_area_widget.h',
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 'shelf/shelf_navigator_unittest.cc', 956 'shelf/shelf_navigator_unittest.cc',
959 'shelf/shelf_tooltip_manager_unittest.cc', 957 'shelf/shelf_tooltip_manager_unittest.cc',
960 'shelf/shelf_unittest.cc', 958 'shelf/shelf_unittest.cc',
961 'shelf/shelf_view_unittest.cc', 959 'shelf/shelf_view_unittest.cc',
962 'shelf/shelf_widget_unittest.cc', 960 'shelf/shelf_widget_unittest.cc',
963 'shelf/shelf_window_watcher_unittest.cc', 961 'shelf/shelf_window_watcher_unittest.cc',
964 'shell_unittest.cc', 962 'shell_unittest.cc',
965 'sticky_keys/sticky_keys_overlay_unittest.cc', 963 'sticky_keys/sticky_keys_overlay_unittest.cc',
966 'sticky_keys/sticky_keys_unittest.cc', 964 'sticky_keys/sticky_keys_unittest.cc',
967 'system/chromeos/media_security/multi_profile_media_tray_item_unittest.cc' , 965 'system/chromeos/media_security/multi_profile_media_tray_item_unittest.cc' ,
968 'system/chromeos/multi_user/user_switch_util_unittest.cc',
969 'system/chromeos/power/power_event_observer_unittest.cc', 966 'system/chromeos/power/power_event_observer_unittest.cc',
970 'system/chromeos/power/video_activity_notifier_unittest.cc', 967 'system/chromeos/power/video_activity_notifier_unittest.cc',
971 'system/chromeos/rotation/tray_rotation_lock_unittest.cc', 968 'system/chromeos/rotation/tray_rotation_lock_unittest.cc',
972 'system/chromeos/tray_display_unittest.cc', 969 'system/chromeos/tray_display_unittest.cc',
973 'system/overview/overview_button_tray_unittest.cc', 970 'system/overview/overview_button_tray_unittest.cc',
974 'system/toast/toast_manager_unittest.cc', 971 'system/toast/toast_manager_unittest.cc',
975 'system/tray/system_tray_unittest.cc', 972 'system/tray/system_tray_unittest.cc',
976 'system/web_notification/ash_popup_alignment_delegate_unittest.cc', 973 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
977 'system/web_notification/web_notification_tray_unittest.cc', 974 'system/web_notification/web_notification_tray_unittest.cc',
978 'test/ash_test_helper_unittest.cc', 975 'test/ash_test_helper_unittest.cc',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1448 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1452 ], 1449 ],
1453 } 1450 }
1454 ], 1451 ],
1455 ], 1452 ],
1456 }, 1453 },
1457 ], 1454 ],
1458 }], 1455 }],
1459 ], 1456 ],
1460 } 1457 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/chromeos/multi_user/user_switch_util.h » ('j') | chrome/browser/ui/ash/multi_user/user_switch_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698