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

Side by Side Diff: ash/ash.gyp

Issue 2290473004: Rename ash desktop_background to wallpaper. (Closed)
Patch Set: Address comments. Created 4 years, 3 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_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'common/wm_shell.h', 535 'common/wm_shell.h',
536 'common/wm_transient_window_observer.h', 536 'common/wm_transient_window_observer.h',
537 'common/wm_window.h', 537 'common/wm_window.h',
538 'common/wm_window_observer.h', 538 'common/wm_window_observer.h',
539 'common/wm_window_property.h', 539 'common/wm_window_property.h',
540 'common/wm_window_tracker.h', 540 'common/wm_window_tracker.h',
541 'debug.cc', 541 'debug.cc',
542 'debug.h', 542 'debug.h',
543 'default_wallpaper_delegate.cc', 543 'default_wallpaper_delegate.cc',
544 'default_wallpaper_delegate.h', 544 'default_wallpaper_delegate.h',
545 'desktop_background/desktop_background_controller.cc',
546 'desktop_background/desktop_background_controller.h',
547 'desktop_background/desktop_background_controller_observer.h',
548 'desktop_background/desktop_background_view.cc',
549 'desktop_background/desktop_background_view.h',
550 'desktop_background/desktop_background_widget_controller.cc',
551 'desktop_background/desktop_background_widget_controller.h',
552 'display/cursor_window_controller.cc', 545 'display/cursor_window_controller.cc',
553 'display/cursor_window_controller.h', 546 'display/cursor_window_controller.h',
554 'display/display_animator.h', 547 'display/display_animator.h',
555 'display/display_animator_chromeos.cc', 548 'display/display_animator_chromeos.cc',
556 'display/display_animator_chromeos.h', 549 'display/display_animator_chromeos.h',
557 'display/display_change_observer_chromeos.cc', 550 'display/display_change_observer_chromeos.cc',
558 'display/display_change_observer_chromeos.h', 551 'display/display_change_observer_chromeos.h',
559 'display/display_color_manager_chromeos.cc', 552 'display/display_color_manager_chromeos.cc',
560 'display/display_color_manager_chromeos.h', 553 'display/display_color_manager_chromeos.h',
561 'display/display_configuration_controller.cc', 554 'display/display_configuration_controller.cc',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'touch/touch_transformer_controller.cc', 696 'touch/touch_transformer_controller.cc',
704 'touch/touch_transformer_controller.h', 697 'touch/touch_transformer_controller.h',
705 'touch/touch_uma.cc', 698 'touch/touch_uma.cc',
706 'touch/touch_uma.h', 699 'touch/touch_uma.h',
707 'touch/touchscreen_util.cc', 700 'touch/touchscreen_util.cc',
708 'touch/touchscreen_util.h', 701 'touch/touchscreen_util.h',
709 'utility/screenshot_controller.cc', 702 'utility/screenshot_controller.cc',
710 'utility/screenshot_controller.h', 703 'utility/screenshot_controller.h',
711 'virtual_keyboard_controller.cc', 704 'virtual_keyboard_controller.cc',
712 'virtual_keyboard_controller.h', 705 'virtual_keyboard_controller.h',
706 'wallpaper/wallpaper_controller.cc',
707 'wallpaper/wallpaper_controller.h',
708 'wallpaper/wallpaper_controller_observer.h',
709 'wallpaper/wallpaper_view.cc',
710 'wallpaper/wallpaper_view.h',
711 'wallpaper/wallpaper_widget_controller.cc',
712 'wallpaper/wallpaper_widget_controller.h',
713 'wm/ash_focus_rules.cc', 713 'wm/ash_focus_rules.cc',
714 'wm/ash_focus_rules.h', 714 'wm/ash_focus_rules.h',
715 'wm/ash_native_cursor_manager.cc', 715 'wm/ash_native_cursor_manager.cc',
716 'wm/ash_native_cursor_manager.h', 716 'wm/ash_native_cursor_manager.h',
717 'wm/boot_splash_screen_chromeos.cc', 717 'wm/boot_splash_screen_chromeos.cc',
718 'wm/boot_splash_screen_chromeos.h', 718 'wm/boot_splash_screen_chromeos.h',
719 'wm/cursor_manager_chromeos.cc', 719 'wm/cursor_manager_chromeos.cc',
720 'wm/cursor_manager_chromeos.h', 720 'wm/cursor_manager_chromeos.h',
721 'wm/dim_window.cc', 721 'wm/dim_window.cc',
722 'wm/dim_window.h', 722 'wm/dim_window.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 'wm/screen_pinning_controller.cc', 771 'wm/screen_pinning_controller.cc',
772 'wm/screen_pinning_controller.h', 772 'wm/screen_pinning_controller.h',
773 'wm/session_state_animator.cc', 773 'wm/session_state_animator.cc',
774 'wm/session_state_animator.h', 774 'wm/session_state_animator.h',
775 'wm/session_state_animator_impl.cc', 775 'wm/session_state_animator_impl.cc',
776 'wm/session_state_animator_impl.h', 776 'wm/session_state_animator_impl.h',
777 'wm/stacking_controller.cc', 777 'wm/stacking_controller.cc',
778 'wm/stacking_controller.h', 778 'wm/stacking_controller.h',
779 'wm/stylus_metrics_recorder.cc', 779 'wm/stylus_metrics_recorder.cc',
780 'wm/stylus_metrics_recorder.h', 780 'wm/stylus_metrics_recorder.h',
781 'wm/system_background_controller.cc',
782 'wm/system_background_controller.h',
783 'wm/system_gesture_event_filter.cc', 781 'wm/system_gesture_event_filter.cc',
784 'wm/system_gesture_event_filter.h', 782 'wm/system_gesture_event_filter.h',
785 'wm/system_modal_container_event_filter.cc', 783 'wm/system_modal_container_event_filter.cc',
786 'wm/system_modal_container_event_filter.h', 784 'wm/system_modal_container_event_filter.h',
787 'wm/system_modal_container_event_filter_delegate.h', 785 'wm/system_modal_container_event_filter_delegate.h',
788 'wm/system_modal_container_layout_manager.cc', 786 'wm/system_modal_container_layout_manager.cc',
789 'wm/system_modal_container_layout_manager.h', 787 'wm/system_modal_container_layout_manager.h',
788 'wm/system_wallpaper_controller.cc',
789 'wm/system_wallpaper_controller.h',
790 'wm/toplevel_window_event_handler.cc', 790 'wm/toplevel_window_event_handler.cc',
791 'wm/toplevel_window_event_handler.h', 791 'wm/toplevel_window_event_handler.h',
792 'wm/video_detector.cc', 792 'wm/video_detector.cc',
793 'wm/video_detector.h', 793 'wm/video_detector.h',
794 'wm/window_animations.cc', 794 'wm/window_animations.cc',
795 'wm/window_animations.h', 795 'wm/window_animations.h',
796 'wm/window_cycle_event_filter_aura.cc', 796 'wm/window_cycle_event_filter_aura.cc',
797 'wm/window_cycle_event_filter_aura.h', 797 'wm/window_cycle_event_filter_aura.h',
798 'wm/window_mirror_view.cc', 798 'wm/window_mirror_view.cc',
799 'wm/window_mirror_view.h', 799 'wm/window_mirror_view.h',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 'common/system/ime/tray_ime_chromeos_unittest.cc', 976 'common/system/ime/tray_ime_chromeos_unittest.cc',
977 'common/system/tray/system_tray_unittest.cc', 977 'common/system/tray/system_tray_unittest.cc',
978 'common/system/tray/tray_details_view_unittest.cc', 978 'common/system/tray/tray_details_view_unittest.cc',
979 'common/system/update/tray_update_unittest.cc', 979 'common/system/update/tray_update_unittest.cc',
980 'common/system/user/tray_user_unittest.cc', 980 'common/system/user/tray_user_unittest.cc',
981 'common/wm/container_finder_unittest.cc', 981 'common/wm/container_finder_unittest.cc',
982 'common/wm/overview/cleanup_animation_observer_unittest.cc', 982 'common/wm/overview/cleanup_animation_observer_unittest.cc',
983 'content/display/screen_orientation_controller_chromeos_unittest.cc', 983 'content/display/screen_orientation_controller_chromeos_unittest.cc',
984 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 984 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
985 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc', 985 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc',
986 'desktop_background/desktop_background_controller_unittest.cc',
987 'dip_unittest.cc', 986 'dip_unittest.cc',
988 'display/cursor_window_controller_unittest.cc', 987 'display/cursor_window_controller_unittest.cc',
989 'display/display_change_observer_chromeos_unittest.cc', 988 'display/display_change_observer_chromeos_unittest.cc',
990 'display/display_color_manager_chromeos_unittest.cc', 989 'display/display_color_manager_chromeos_unittest.cc',
991 'display/display_error_observer_chromeos_unittest.cc', 990 'display/display_error_observer_chromeos_unittest.cc',
992 'display/display_manager_unittest.cc', 991 'display/display_manager_unittest.cc',
993 'display/display_util_unittest.cc', 992 'display/display_util_unittest.cc',
994 'display/extended_mouse_warp_controller_unittest.cc', 993 'display/extended_mouse_warp_controller_unittest.cc',
995 'display/json_converter_unittest.cc', 994 'display/json_converter_unittest.cc',
996 'display/mirror_window_controller_unittest.cc', 995 'display/mirror_window_controller_unittest.cc',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'system/web_notification/ash_popup_alignment_delegate_unittest.cc', 1032 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
1034 'system/web_notification/web_notification_tray_unittest.cc', 1033 'system/web_notification/web_notification_tray_unittest.cc',
1035 'test/ash_test_helper_unittest.cc', 1034 'test/ash_test_helper_unittest.cc',
1036 'test/ash_unittests.cc', 1035 'test/ash_unittests.cc',
1037 'tooltips/tooltip_controller_unittest.cc', 1036 'tooltips/tooltip_controller_unittest.cc',
1038 'touch/touch_observer_hud_unittest.cc', 1037 'touch/touch_observer_hud_unittest.cc',
1039 'touch/touch_transformer_controller_unittest.cc', 1038 'touch/touch_transformer_controller_unittest.cc',
1040 'touch/touchscreen_util_unittest.cc', 1039 'touch/touchscreen_util_unittest.cc',
1041 'utility/screenshot_controller_unittest.cc', 1040 'utility/screenshot_controller_unittest.cc',
1042 'virtual_keyboard_controller_unittest.cc', 1041 'virtual_keyboard_controller_unittest.cc',
1042 'wallpaper/wallpaper_controller_unittest.cc',
1043 'wm/always_on_top_controller_unittest.cc', 1043 'wm/always_on_top_controller_unittest.cc',
1044 'wm/ash_focus_rules_unittest.cc', 1044 'wm/ash_focus_rules_unittest.cc',
1045 'wm/ash_native_cursor_manager_unittest.cc', 1045 'wm/ash_native_cursor_manager_unittest.cc',
1046 'wm/dock/docked_window_layout_manager_unittest.cc', 1046 'wm/dock/docked_window_layout_manager_unittest.cc',
1047 'wm/dock/docked_window_resizer_unittest.cc', 1047 'wm/dock/docked_window_resizer_unittest.cc',
1048 'wm/drag_window_resizer_unittest.cc', 1048 'wm/drag_window_resizer_unittest.cc',
1049 'wm/gestures/overview_gesture_handler_unittest.cc', 1049 'wm/gestures/overview_gesture_handler_unittest.cc',
1050 'wm/immersive_fullscreen_controller_unittest.cc', 1050 'wm/immersive_fullscreen_controller_unittest.cc',
1051 'wm/lock_layout_manager_unittest.cc', 1051 'wm/lock_layout_manager_unittest.cc',
1052 'wm/lock_state_controller_unittest.cc', 1052 'wm/lock_state_controller_unittest.cc',
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
1515 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1515 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1516 ], 1516 ],
1517 } 1517 }
1518 ], 1518 ],
1519 ], 1519 ],
1520 }, 1520 },
1521 ], 1521 ],
1522 }], 1522 }],
1523 ], 1523 ],
1524 } 1524 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller_delegate_aura.cc ('k') | ash/common/accelerators/accelerator_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698