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

Side by Side Diff: ash/ash.gyp

Issue 2318223003: mash: Migrate wallpaper controllers to ash/common. (Closed)
Patch Set: Fix nit. 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'common/system/chromeos/palette/palette_tray.cc', 238 'common/system/chromeos/palette/palette_tray.cc',
239 'common/system/chromeos/palette/palette_tray.h', 239 'common/system/chromeos/palette/palette_tray.h',
240 'common/system/chromeos/palette/palette_utils.cc', 240 'common/system/chromeos/palette/palette_utils.cc',
241 'common/system/chromeos/palette/palette_utils.h', 241 'common/system/chromeos/palette/palette_utils.h',
242 'common/system/chromeos/palette/tools/capture_region_mode.cc', 242 'common/system/chromeos/palette/tools/capture_region_mode.cc',
243 'common/system/chromeos/palette/tools/capture_region_mode.h', 243 'common/system/chromeos/palette/tools/capture_region_mode.h',
244 'common/system/chromeos/palette/tools/capture_screen_action.cc', 244 'common/system/chromeos/palette/tools/capture_screen_action.cc',
245 'common/system/chromeos/palette/tools/capture_screen_action.h', 245 'common/system/chromeos/palette/tools/capture_screen_action.h',
246 'common/system/chromeos/palette/tools/create_note_action.cc', 246 'common/system/chromeos/palette/tools/create_note_action.cc',
247 'common/system/chromeos/palette/tools/create_note_action.h', 247 'common/system/chromeos/palette/tools/create_note_action.h',
248 'common/system/chromeos/palette/tools/magnifier_mode.cc',
249 'common/system/chromeos/palette/tools/magnifier_mode.h',
250 'common/system/chromeos/power/battery_notification.cc',
251 'common/system/chromeos/power/battery_notification.h',
252 'common/system/chromeos/palette/tools/laser_pointer_mode.cc', 248 'common/system/chromeos/palette/tools/laser_pointer_mode.cc',
253 'common/system/chromeos/palette/tools/laser_pointer_mode.h', 249 'common/system/chromeos/palette/tools/laser_pointer_mode.h',
254 'common/system/chromeos/palette/tools/laser_pointer_points.cc', 250 'common/system/chromeos/palette/tools/laser_pointer_points.cc',
255 'common/system/chromeos/palette/tools/laser_pointer_points.h', 251 'common/system/chromeos/palette/tools/laser_pointer_points.h',
256 'common/system/chromeos/palette/tools/laser_pointer_view.cc', 252 'common/system/chromeos/palette/tools/laser_pointer_view.cc',
257 'common/system/chromeos/palette/tools/laser_pointer_view.h', 253 'common/system/chromeos/palette/tools/laser_pointer_view.h',
254 'common/system/chromeos/palette/tools/magnifier_mode.cc',
255 'common/system/chromeos/palette/tools/magnifier_mode.h',
256 'common/system/chromeos/power/battery_notification.cc',
257 'common/system/chromeos/power/battery_notification.h',
258 'common/system/chromeos/power/dual_role_notification.cc', 258 'common/system/chromeos/power/dual_role_notification.cc',
259 'common/system/chromeos/power/dual_role_notification.h', 259 'common/system/chromeos/power/dual_role_notification.h',
260 'common/system/chromeos/power/power_status.cc', 260 'common/system/chromeos/power/power_status.cc',
261 'common/system/chromeos/power/power_status.h', 261 'common/system/chromeos/power/power_status.h',
262 'common/system/chromeos/power/power_status_view.cc', 262 'common/system/chromeos/power/power_status_view.cc',
263 'common/system/chromeos/power/power_status_view.h', 263 'common/system/chromeos/power/power_status_view.h',
264 'common/system/chromeos/power/tray_power.cc', 264 'common/system/chromeos/power/tray_power.cc',
265 'common/system/chromeos/power/tray_power.h', 265 'common/system/chromeos/power/tray_power.h',
266 'common/system/chromeos/screen_security/screen_capture_observer.h', 266 'common/system/chromeos/screen_security/screen_capture_observer.h',
267 'common/system/chromeos/screen_security/screen_capture_tray_item.cc', 267 'common/system/chromeos/screen_security/screen_capture_tray_item.cc',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 'common/system/user/user_card_view.cc', 404 'common/system/user/user_card_view.cc',
405 'common/system/user/user_card_view.h', 405 'common/system/user/user_card_view.h',
406 'common/system/user/user_observer.h', 406 'common/system/user/user_observer.h',
407 'common/system/user/user_view.cc', 407 'common/system/user/user_view.cc',
408 'common/system/user/user_view.h', 408 'common/system/user/user_view.h',
409 'common/system/volume_control_delegate.h', 409 'common/system/volume_control_delegate.h',
410 'common/system/web_notification/ash_popup_alignment_delegate.cc', 410 'common/system/web_notification/ash_popup_alignment_delegate.cc',
411 'common/system/web_notification/ash_popup_alignment_delegate.h', 411 'common/system/web_notification/ash_popup_alignment_delegate.h',
412 'common/system/web_notification/web_notification_tray.cc', 412 'common/system/web_notification/web_notification_tray.cc',
413 'common/system/web_notification/web_notification_tray.h', 413 'common/system/web_notification/web_notification_tray.h',
414 'common/wallpaper/wallpaper_controller.cc',
415 'common/wallpaper/wallpaper_controller.h',
416 'common/wallpaper/wallpaper_controller_observer.h',
414 'common/wallpaper/wallpaper_delegate.h', 417 'common/wallpaper/wallpaper_delegate.h',
418 'common/wallpaper/wallpaper_view.cc',
419 'common/wallpaper/wallpaper_view.h',
420 'common/wallpaper/wallpaper_widget_controller.cc',
421 'common/wallpaper/wallpaper_widget_controller.h',
415 'common/wm/always_on_top_controller.cc', 422 'common/wm/always_on_top_controller.cc',
416 'common/wm/always_on_top_controller.h', 423 'common/wm/always_on_top_controller.h',
417 'common/wm/background_animator.cc', 424 'common/wm/background_animator.cc',
418 'common/wm/background_animator.h', 425 'common/wm/background_animator.h',
419 'common/wm/container_finder.cc', 426 'common/wm/container_finder.cc',
420 'common/wm/container_finder.h', 427 'common/wm/container_finder.h',
421 'common/wm/default_state.cc', 428 'common/wm/default_state.cc',
422 'common/wm/default_state.h', 429 'common/wm/default_state.h',
423 'common/wm/default_window_resizer.cc', 430 'common/wm/default_window_resizer.cc',
424 'common/wm/default_window_resizer.h', 431 'common/wm/default_window_resizer.h',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 'touch/touch_transformer_controller.cc', 707 'touch/touch_transformer_controller.cc',
701 'touch/touch_transformer_controller.h', 708 'touch/touch_transformer_controller.h',
702 'touch/touch_uma.cc', 709 'touch/touch_uma.cc',
703 'touch/touch_uma.h', 710 'touch/touch_uma.h',
704 'touch/touchscreen_util.cc', 711 'touch/touchscreen_util.cc',
705 'touch/touchscreen_util.h', 712 'touch/touchscreen_util.h',
706 'utility/screenshot_controller.cc', 713 'utility/screenshot_controller.cc',
707 'utility/screenshot_controller.h', 714 'utility/screenshot_controller.h',
708 'virtual_keyboard_controller.cc', 715 'virtual_keyboard_controller.cc',
709 'virtual_keyboard_controller.h', 716 'virtual_keyboard_controller.h',
710 'wallpaper/wallpaper_controller.cc',
711 'wallpaper/wallpaper_controller.h',
712 'wallpaper/wallpaper_controller_observer.h',
713 'wallpaper/wallpaper_view.cc',
714 'wallpaper/wallpaper_view.h',
715 'wallpaper/wallpaper_widget_controller.cc',
716 'wallpaper/wallpaper_widget_controller.h',
717 'wm/ash_focus_rules.cc', 717 'wm/ash_focus_rules.cc',
718 'wm/ash_focus_rules.h', 718 'wm/ash_focus_rules.h',
719 'wm/ash_native_cursor_manager.cc', 719 'wm/ash_native_cursor_manager.cc',
720 'wm/ash_native_cursor_manager.h', 720 'wm/ash_native_cursor_manager.h',
721 'wm/boot_splash_screen_chromeos.cc', 721 'wm/boot_splash_screen_chromeos.cc',
722 'wm/boot_splash_screen_chromeos.h', 722 'wm/boot_splash_screen_chromeos.h',
723 'wm/cursor_manager_chromeos.cc', 723 'wm/cursor_manager_chromeos.cc',
724 'wm/cursor_manager_chromeos.h', 724 'wm/cursor_manager_chromeos.h',
725 'wm/dim_window.cc', 725 'wm/dim_window.cc',
726 'wm/dim_window.h', 726 'wm/dim_window.h',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 'common/shelf/shelf_model_unittest.cc', 958 'common/shelf/shelf_model_unittest.cc',
959 'common/shelf/shelf_tooltip_manager_unittest.cc', 959 'common/shelf/shelf_tooltip_manager_unittest.cc',
960 'common/shelf/shelf_window_watcher_unittest.cc', 960 'common/shelf/shelf_window_watcher_unittest.cc',
961 'common/system/chromeos/brightness/tray_brightness_unittest.cc', 961 'common/system/chromeos/brightness/tray_brightness_unittest.cc',
962 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', 962 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
963 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc', 963 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc',
964 'common/system/chromeos/palette/mock_palette_tool_delegate.cc', 964 'common/system/chromeos/palette/mock_palette_tool_delegate.cc',
965 'common/system/chromeos/palette/mock_palette_tool_delegate.h', 965 'common/system/chromeos/palette/mock_palette_tool_delegate.h',
966 'common/system/chromeos/palette/palette_tool_manager_unittest.cc', 966 'common/system/chromeos/palette/palette_tool_manager_unittest.cc',
967 'common/system/chromeos/palette/tools/create_note_unittest.cc', 967 'common/system/chromeos/palette/tools/create_note_unittest.cc',
968 'common/system/chromeos/palette/tools/screenshot_unittest.cc',
969 'common/system/chromeos/palette/tools/laser_pointer_mode_test_api.cc', 968 'common/system/chromeos/palette/tools/laser_pointer_mode_test_api.cc',
970 'common/system/chromeos/palette/tools/laser_pointer_mode_test_api.h', 969 'common/system/chromeos/palette/tools/laser_pointer_mode_test_api.h',
971 'common/system/chromeos/palette/tools/laser_pointer_points_test_api.cc', 970 'common/system/chromeos/palette/tools/laser_pointer_points_test_api.cc',
972 'common/system/chromeos/palette/tools/laser_pointer_points_test_api.h', 971 'common/system/chromeos/palette/tools/laser_pointer_points_test_api.h',
973 'common/system/chromeos/palette/tools/laser_pointer_unittest.cc', 972 'common/system/chromeos/palette/tools/laser_pointer_unittest.cc',
973 'common/system/chromeos/palette/tools/screenshot_unittest.cc',
974 'common/system/chromeos/power/power_status_unittest.cc', 974 'common/system/chromeos/power/power_status_unittest.cc',
975 'common/system/chromeos/power/power_status_view_unittest.cc', 975 'common/system/chromeos/power/power_status_view_unittest.cc',
976 'common/system/chromeos/power/tray_power_unittest.cc', 976 'common/system/chromeos/power/tray_power_unittest.cc',
977 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', 977 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
978 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ', 978 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ',
979 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', 979 'common/system/chromeos/session/tray_session_length_limit_unittest.cc',
980 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', 980 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc',
981 'common/system/date/date_view_unittest.cc', 981 'common/system/date/date_view_unittest.cc',
982 'common/system/ime/tray_ime_chromeos_unittest.cc', 982 'common/system/ime/tray_ime_chromeos_unittest.cc',
983 'common/system/tray/system_tray_unittest.cc', 983 'common/system/tray/system_tray_unittest.cc',
984 'common/system/tray/tray_details_view_unittest.cc', 984 'common/system/tray/tray_details_view_unittest.cc',
985 'common/system/update/tray_update_unittest.cc', 985 'common/system/update/tray_update_unittest.cc',
986 'common/system/user/tray_user_unittest.cc', 986 'common/system/user/tray_user_unittest.cc',
987 'common/wallpaper/wallpaper_controller_unittest.cc',
987 'common/wm/container_finder_unittest.cc', 988 'common/wm/container_finder_unittest.cc',
988 'common/wm/overview/cleanup_animation_observer_unittest.cc', 989 'common/wm/overview/cleanup_animation_observer_unittest.cc',
989 'common/wm/workspace/workspace_event_handler_test_helper.cc', 990 'common/wm/workspace/workspace_event_handler_test_helper.cc',
990 'common/wm/workspace/workspace_event_handler_test_helper.h', 991 'common/wm/workspace/workspace_event_handler_test_helper.h',
991 'dip_unittest.cc', 992 'dip_unittest.cc',
992 'display/cursor_window_controller_unittest.cc', 993 'display/cursor_window_controller_unittest.cc',
993 'display/display_change_observer_chromeos_unittest.cc', 994 'display/display_change_observer_chromeos_unittest.cc',
994 'display/display_color_manager_chromeos_unittest.cc', 995 'display/display_color_manager_chromeos_unittest.cc',
995 'display/display_error_observer_chromeos_unittest.cc', 996 'display/display_error_observer_chromeos_unittest.cc',
996 'display/display_manager_unittest.cc', 997 'display/display_manager_unittest.cc',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 'system/web_notification/ash_popup_alignment_delegate_unittest.cc', 1038 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
1038 'system/web_notification/web_notification_tray_unittest.cc', 1039 'system/web_notification/web_notification_tray_unittest.cc',
1039 'test/ash_test_helper_unittest.cc', 1040 'test/ash_test_helper_unittest.cc',
1040 'test/ash_unittests.cc', 1041 'test/ash_unittests.cc',
1041 'tooltips/tooltip_controller_unittest.cc', 1042 'tooltips/tooltip_controller_unittest.cc',
1042 'touch/touch_observer_hud_unittest.cc', 1043 'touch/touch_observer_hud_unittest.cc',
1043 'touch/touch_transformer_controller_unittest.cc', 1044 'touch/touch_transformer_controller_unittest.cc',
1044 'touch/touchscreen_util_unittest.cc', 1045 'touch/touchscreen_util_unittest.cc',
1045 'utility/screenshot_controller_unittest.cc', 1046 'utility/screenshot_controller_unittest.cc',
1046 'virtual_keyboard_controller_unittest.cc', 1047 'virtual_keyboard_controller_unittest.cc',
1047 'wallpaper/wallpaper_controller_unittest.cc',
1048 'wm/always_on_top_controller_unittest.cc', 1048 'wm/always_on_top_controller_unittest.cc',
1049 'wm/ash_focus_rules_unittest.cc', 1049 'wm/ash_focus_rules_unittest.cc',
1050 'wm/ash_native_cursor_manager_unittest.cc', 1050 'wm/ash_native_cursor_manager_unittest.cc',
1051 'wm/dock/docked_window_layout_manager_unittest.cc', 1051 'wm/dock/docked_window_layout_manager_unittest.cc',
1052 'wm/dock/docked_window_resizer_unittest.cc', 1052 'wm/dock/docked_window_resizer_unittest.cc',
1053 'wm/drag_window_resizer_unittest.cc', 1053 'wm/drag_window_resizer_unittest.cc',
1054 'wm/gestures/overview_gesture_handler_unittest.cc', 1054 'wm/gestures/overview_gesture_handler_unittest.cc',
1055 'wm/immersive_fullscreen_controller_unittest.cc', 1055 'wm/immersive_fullscreen_controller_unittest.cc',
1056 'wm/lock_layout_manager_unittest.cc', 1056 'wm/lock_layout_manager_unittest.cc',
1057 'wm/lock_state_controller_unittest.cc', 1057 'wm/lock_state_controller_unittest.cc',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
1518 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1518 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1519 ], 1519 ],
1520 } 1520 }
1521 ], 1521 ],
1522 ], 1522 ],
1523 }, 1523 },
1524 ], 1524 ],
1525 }], 1525 }],
1526 ], 1526 ],
1527 } 1527 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller_delegate_aura.cc ('k') | ash/aura/wm_root_window_controller_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698