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

Side by Side Diff: ash/ash.gyp

Issue 1888153002: WorkspaceLayoutManagerDelegate -> WorkspaceLayoutManagerBackdropDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/root_window_controller.cc » ('j') | ash/root_window_controller.cc » ('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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'desktop_background/user_wallpaper_delegate.h', 66 'desktop_background/user_wallpaper_delegate.h',
67 'display/cursor_window_controller.cc', 67 'display/cursor_window_controller.cc',
68 'display/cursor_window_controller.h', 68 'display/cursor_window_controller.h',
69 'display/display_animator.h', 69 'display/display_animator.h',
70 'display/display_animator_chromeos.cc', 70 'display/display_animator_chromeos.cc',
71 'display/display_animator_chromeos.h', 71 'display/display_animator_chromeos.h',
72 'display/display_change_observer_chromeos.cc', 72 'display/display_change_observer_chromeos.cc',
73 'display/display_change_observer_chromeos.h', 73 'display/display_change_observer_chromeos.h',
74 'display/display_color_manager_chromeos.cc', 74 'display/display_color_manager_chromeos.cc',
75 'display/display_color_manager_chromeos.h', 75 'display/display_color_manager_chromeos.h',
76 'display/window_tree_host_manager.cc', 76 'display/display_configuration_controller.cc',
sky 2016/04/14 17:59:58 Sorry for the reordering. I ran tools/git/mass_ren
oshima 2016/04/14 19:12:55 This is actually good thing. Thank you for fixing
77 'display/window_tree_host_manager.h', 77 'display/display_configuration_controller.h',
78 'display/display_error_observer_chromeos.cc', 78 'display/display_error_observer_chromeos.cc',
79 'display/display_error_observer_chromeos.h', 79 'display/display_error_observer_chromeos.h',
80 'display/display_info.cc', 80 'display/display_info.cc',
81 'display/display_info.h', 81 'display/display_info.h',
82 'display/display_layout_store.cc', 82 'display/display_layout_store.cc',
83 'display/display_layout_store.h', 83 'display/display_layout_store.h',
84 'display/display_manager.cc', 84 'display/display_manager.cc',
85 'display/display_manager.h', 85 'display/display_manager.h',
86 'display/display_configuration_controller.cc',
87 'display/display_configuration_controller.h',
88 'display/display_pref_util.h', 86 'display/display_pref_util.h',
89 'display/display_util.cc', 87 'display/display_util.cc',
90 'display/display_util.h', 88 'display/display_util.h',
89 'display/event_transformation_handler.cc',
90 'display/event_transformation_handler.h',
91 'display/extended_mouse_warp_controller.cc', 91 'display/extended_mouse_warp_controller.cc',
92 'display/extended_mouse_warp_controller.h', 92 'display/extended_mouse_warp_controller.h',
93 'display/event_transformation_handler.cc',
94 'display/event_transformation_handler.h',
95 'display/json_converter.cc', 93 'display/json_converter.cc',
96 'display/json_converter.h', 94 'display/json_converter.h',
97 'display/mirror_window_controller.cc', 95 'display/mirror_window_controller.cc',
98 'display/mirror_window_controller.h', 96 'display/mirror_window_controller.h',
99 'display/mouse_cursor_event_filter.cc', 97 'display/mouse_cursor_event_filter.cc',
100 'display/mouse_cursor_event_filter.h', 98 'display/mouse_cursor_event_filter.h',
101 'display/mouse_warp_controller.h', 99 'display/mouse_warp_controller.h',
102 'display/null_mouse_warp_controller.cc', 100 'display/null_mouse_warp_controller.cc',
103 'display/null_mouse_warp_controller.h', 101 'display/null_mouse_warp_controller.h',
104 'display/projecting_observer_chromeos.cc', 102 'display/projecting_observer_chromeos.cc',
105 'display/projecting_observer_chromeos.h', 103 'display/projecting_observer_chromeos.h',
106 'display/resolution_notification_controller.cc', 104 'display/resolution_notification_controller.cc',
107 'display/resolution_notification_controller.h', 105 'display/resolution_notification_controller.h',
108 'display/root_window_transformers.cc', 106 'display/root_window_transformers.cc',
109 'display/root_window_transformers.h', 107 'display/root_window_transformers.h',
110 'display/screen_ash.cc', 108 'display/screen_ash.cc',
111 'display/screen_ash.h', 109 'display/screen_ash.h',
112 'display/screen_orientation_controller_chromeos.cc', 110 'display/screen_orientation_controller_chromeos.cc',
113 'display/screen_orientation_controller_chromeos.h', 111 'display/screen_orientation_controller_chromeos.h',
114 'display/screen_position_controller.cc', 112 'display/screen_position_controller.cc',
115 'display/screen_position_controller.h', 113 'display/screen_position_controller.h',
116 'display/shared_display_edge_indicator.cc', 114 'display/shared_display_edge_indicator.cc',
117 'display/shared_display_edge_indicator.h', 115 'display/shared_display_edge_indicator.h',
118 'display/unified_mouse_warp_controller.cc', 116 'display/unified_mouse_warp_controller.cc',
119 'display/unified_mouse_warp_controller.h', 117 'display/unified_mouse_warp_controller.h',
118 'display/window_tree_host_manager.cc',
119 'display/window_tree_host_manager.h',
120 'drag_drop/drag_drop_controller.cc', 120 'drag_drop/drag_drop_controller.cc',
121 'drag_drop/drag_drop_controller.h', 121 'drag_drop/drag_drop_controller.h',
122 'drag_drop/drag_drop_tracker.cc', 122 'drag_drop/drag_drop_tracker.cc',
123 'drag_drop/drag_drop_tracker.h', 123 'drag_drop/drag_drop_tracker.h',
124 'drag_drop/drag_image_view.cc', 124 'drag_drop/drag_image_view.cc',
125 'drag_drop/drag_image_view.h', 125 'drag_drop/drag_image_view.h',
126 'first_run/desktop_cleaner.cc', 126 'first_run/desktop_cleaner.cc',
127 'first_run/desktop_cleaner.h', 127 'first_run/desktop_cleaner.h',
128 'first_run/first_run_helper.cc', 128 'first_run/first_run_helper.cc',
129 'first_run/first_run_helper.h', 129 'first_run/first_run_helper.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'shelf/overflow_button.h', 226 'shelf/overflow_button.h',
227 'shelf/scoped_observer_with_duplicated_sources.h', 227 'shelf/scoped_observer_with_duplicated_sources.h',
228 'shelf/shelf.cc', 228 'shelf/shelf.cc',
229 'shelf/shelf.h', 229 'shelf/shelf.h',
230 'shelf/shelf_alignment_menu.cc', 230 'shelf/shelf_alignment_menu.cc',
231 'shelf/shelf_alignment_menu.h', 231 'shelf/shelf_alignment_menu.h',
232 'shelf/shelf_bezel_event_filter.cc', 232 'shelf/shelf_bezel_event_filter.cc',
233 'shelf/shelf_bezel_event_filter.h', 233 'shelf/shelf_bezel_event_filter.h',
234 'shelf/shelf_button.cc', 234 'shelf/shelf_button.cc',
235 'shelf/shelf_button.h', 235 'shelf/shelf_button.h',
236 'shelf/shelf_button_pressed_metric_tracker.cc',
237 'shelf/shelf_button_pressed_metric_tracker.h',
236 'shelf/shelf_constants.cc', 238 'shelf/shelf_constants.cc',
237 'shelf/shelf_constants.h', 239 'shelf/shelf_constants.h',
238 'shelf/shelf_delegate.h', 240 'shelf/shelf_delegate.h',
239 'shelf/shelf_icon_observer.h', 241 'shelf/shelf_icon_observer.h',
240 'shelf/shelf_item_delegate.h', 242 'shelf/shelf_item_delegate.h',
241 'shelf/shelf_item_delegate_manager.cc', 243 'shelf/shelf_item_delegate_manager.cc',
242 'shelf/shelf_item_delegate_manager.h', 244 'shelf/shelf_item_delegate_manager.h',
243 'shelf/shelf_item_types.cc', 245 'shelf/shelf_item_types.cc',
244 'shelf/shelf_item_types.h', 246 'shelf/shelf_item_types.h',
245 'shelf/shelf_layout_manager.cc', 247 'shelf/shelf_layout_manager.cc',
246 'shelf/shelf_layout_manager.h', 248 'shelf/shelf_layout_manager.h',
247 'shelf/shelf_layout_manager_observer.h', 249 'shelf/shelf_layout_manager_observer.h',
248 'shelf/shelf_menu_model.h', 250 'shelf/shelf_menu_model.h',
249 'shelf/shelf_model.cc', 251 'shelf/shelf_model.cc',
250 'shelf/shelf_model.h', 252 'shelf/shelf_model.h',
251 'shelf/shelf_model_observer.h', 253 'shelf/shelf_model_observer.h',
252 'shelf/shelf_navigator.cc', 254 'shelf/shelf_navigator.cc',
253 'shelf/shelf_navigator.h', 255 'shelf/shelf_navigator.h',
254 'shelf/shelf_tooltip_manager.cc', 256 'shelf/shelf_tooltip_manager.cc',
255 'shelf/shelf_tooltip_manager.h', 257 'shelf/shelf_tooltip_manager.h',
256 'shelf/shelf_types.h', 258 'shelf/shelf_types.h',
257 'shelf/shelf_util.cc', 259 'shelf/shelf_util.cc',
258 'shelf/shelf_util.h', 260 'shelf/shelf_util.h',
259 'shelf/shelf_view.cc', 261 'shelf/shelf_view.cc',
260 'shelf/shelf_view.h', 262 'shelf/shelf_view.h',
261 'shelf/shelf_button_pressed_metric_tracker.cc',
262 'shelf/shelf_button_pressed_metric_tracker.h',
263 'shelf/shelf_widget.cc', 263 'shelf/shelf_widget.cc',
264 'shelf/shelf_widget.h', 264 'shelf/shelf_widget.h',
265 'shelf/shelf_window_watcher.cc', 265 'shelf/shelf_window_watcher.cc',
266 'shelf/shelf_window_watcher.h', 266 'shelf/shelf_window_watcher.h',
267 'shelf/shelf_window_watcher_item_delegate.cc', 267 'shelf/shelf_window_watcher_item_delegate.cc',
268 'shelf/shelf_window_watcher_item_delegate.h', 268 'shelf/shelf_window_watcher_item_delegate.h',
269 'shell.cc', 269 'shell.cc',
270 'shell.h', 270 'shell.h',
271 'shell_delegate.h', 271 'shell_delegate.h',
272 'shell_factory.h', 272 'shell_factory.h',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'virtual_keyboard_controller.h', 518 'virtual_keyboard_controller.h',
519 'volume_control_delegate.h', 519 'volume_control_delegate.h',
520 'wm/always_on_top_controller.cc', 520 'wm/always_on_top_controller.cc',
521 'wm/always_on_top_controller.h', 521 'wm/always_on_top_controller.h',
522 'wm/ash_focus_rules.cc', 522 'wm/ash_focus_rules.cc',
523 'wm/ash_focus_rules.h', 523 'wm/ash_focus_rules.h',
524 'wm/ash_native_cursor_manager.cc', 524 'wm/ash_native_cursor_manager.cc',
525 'wm/ash_native_cursor_manager.h', 525 'wm/ash_native_cursor_manager.h',
526 'wm/boot_splash_screen_chromeos.cc', 526 'wm/boot_splash_screen_chromeos.cc',
527 'wm/boot_splash_screen_chromeos.h', 527 'wm/boot_splash_screen_chromeos.h',
528 'wm/common/workspace/workspace_layout_manager_delegate.h',
528 'wm/coordinate_conversion.cc', 529 'wm/coordinate_conversion.cc',
529 'wm/coordinate_conversion.h', 530 'wm/coordinate_conversion.h',
530 'wm/cursor_manager_chromeos.cc', 531 'wm/cursor_manager_chromeos.cc',
531 'wm/cursor_manager_chromeos.h', 532 'wm/cursor_manager_chromeos.h',
532 'wm/default_state.cc', 533 'wm/default_state.cc',
533 'wm/default_state.h', 534 'wm/default_state.h',
534 'wm/default_window_resizer.cc', 535 'wm/default_window_resizer.cc',
535 'wm/default_window_resizer.h', 536 'wm/default_window_resizer.h',
536 'wm/dim_window.cc', 537 'wm/dim_window.cc',
537 'wm/dim_window.h', 538 'wm/dim_window.h',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 'wm/workspace/multi_window_resize_controller.cc', 669 'wm/workspace/multi_window_resize_controller.cc',
669 'wm/workspace/multi_window_resize_controller.h', 670 'wm/workspace/multi_window_resize_controller.h',
670 'wm/workspace/phantom_window_controller.cc', 671 'wm/workspace/phantom_window_controller.cc',
671 'wm/workspace/phantom_window_controller.h', 672 'wm/workspace/phantom_window_controller.h',
672 'wm/workspace/two_step_edge_cycler.cc', 673 'wm/workspace/two_step_edge_cycler.cc',
673 'wm/workspace/two_step_edge_cycler.h', 674 'wm/workspace/two_step_edge_cycler.h',
674 'wm/workspace/workspace_event_handler.cc', 675 'wm/workspace/workspace_event_handler.cc',
675 'wm/workspace/workspace_event_handler.h', 676 'wm/workspace/workspace_event_handler.h',
676 'wm/workspace/workspace_layout_manager.cc', 677 'wm/workspace/workspace_layout_manager.cc',
677 'wm/workspace/workspace_layout_manager.h', 678 'wm/workspace/workspace_layout_manager.h',
678 'wm/workspace/workspace_layout_manager_delegate.h', 679 'wm/workspace/workspace_layout_manager_backdrop_delegate.h',
679 'wm/workspace/workspace_types.h', 680 'wm/workspace/workspace_types.h',
680 'wm/workspace/workspace_window_resizer.cc', 681 'wm/workspace/workspace_window_resizer.cc',
681 'wm/workspace/workspace_window_resizer.h', 682 'wm/workspace/workspace_window_resizer.h',
682 'wm/workspace_controller.cc', 683 'wm/workspace_controller.cc',
683 'wm/workspace_controller.h', 684 'wm/workspace_controller.h',
684 ], 685 ],
685 'ash_with_content_sources': [ 686 'ash_with_content_sources': [
686 'content/ash_with_content_export.h', 687 'content/ash_with_content_export.h',
687 'content/gpu_support_impl.cc', 688 'content/gpu_support_impl.cc',
688 'content/gpu_support_impl.h', 689 'content/gpu_support_impl.h',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 'system/web_notification/web_notification_tray_unittest.cc', 896 'system/web_notification/web_notification_tray_unittest.cc',
896 'test/ash_test_helper_unittest.cc', 897 'test/ash_test_helper_unittest.cc',
897 'test/ash_unittests.cc', 898 'test/ash_unittests.cc',
898 'tooltips/tooltip_controller_unittest.cc', 899 'tooltips/tooltip_controller_unittest.cc',
899 'touch/touch_observer_hud_unittest.cc', 900 'touch/touch_observer_hud_unittest.cc',
900 'touch/touch_transformer_controller_unittest.cc', 901 'touch/touch_transformer_controller_unittest.cc',
901 'touch/touchscreen_util_unittest.cc', 902 'touch/touchscreen_util_unittest.cc',
902 'utility/partial_screenshot_controller_unittest.cc', 903 'utility/partial_screenshot_controller_unittest.cc',
903 'virtual_keyboard_controller_unittest.cc', 904 'virtual_keyboard_controller_unittest.cc',
904 'wm/always_on_top_controller_unittest.cc', 905 'wm/always_on_top_controller_unittest.cc',
906 'wm/ash_focus_rules_unittest.cc',
905 'wm/ash_native_cursor_manager_unittest.cc', 907 'wm/ash_native_cursor_manager_unittest.cc',
906 'wm/ash_focus_rules_unittest.cc',
907 'wm/dock/docked_window_layout_manager_unittest.cc', 908 'wm/dock/docked_window_layout_manager_unittest.cc',
908 'wm/dock/docked_window_resizer_unittest.cc', 909 'wm/dock/docked_window_resizer_unittest.cc',
909 'wm/drag_window_resizer_unittest.cc', 910 'wm/drag_window_resizer_unittest.cc',
910 'wm/gestures/overview_gesture_handler_unittest.cc', 911 'wm/gestures/overview_gesture_handler_unittest.cc',
911 'wm/immersive_fullscreen_controller_unittest.cc', 912 'wm/immersive_fullscreen_controller_unittest.cc',
912 'wm/lock_layout_manager_unittest.cc', 913 'wm/lock_layout_manager_unittest.cc',
913 'wm/lock_state_controller_unittest.cc', 914 'wm/lock_state_controller_unittest.cc',
914 'wm/maximize_mode/accelerometer_test_data_literals.cc', 915 'wm/maximize_mode/accelerometer_test_data_literals.cc',
915 'wm/maximize_mode/maximize_mode_controller_unittest.cc', 916 'wm/maximize_mode/maximize_mode_controller_unittest.cc',
916 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc', 917 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc',
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1367 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1367 ], 1368 ],
1368 } 1369 }
1369 ], 1370 ],
1370 ], 1371 ],
1371 }, 1372 },
1372 ], 1373 ],
1373 }], 1374 }],
1374 ], 1375 ],
1375 } 1376 }
OLDNEW
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | ash/root_window_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698