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

Side by Side Diff: ash/ash.gyp

Issue 2048443002: ABANDONED: mash: Move shell delegate interfaces to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moveshelfmodel
Patch Set: Created 4 years, 6 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',
11 'accelerators/accelerator_commands.h', 11 'accelerators/accelerator_commands.h',
12 'accelerators/accelerator_controller.cc', 12 'accelerators/accelerator_controller.cc',
13 'accelerators/accelerator_controller.h', 13 'accelerators/accelerator_controller.h',
14 'accelerators/accelerator_delegate.cc', 14 'accelerators/accelerator_delegate.cc',
15 'accelerators/accelerator_delegate.h', 15 'accelerators/accelerator_delegate.h',
16 'accelerators/accelerator_table.cc', 16 'accelerators/accelerator_table.cc',
17 'accelerators/accelerator_table.h', 17 'accelerators/accelerator_table.h',
18 'accelerators/debug_commands.cc', 18 'accelerators/debug_commands.cc',
19 'accelerators/debug_commands.h', 19 'accelerators/debug_commands.h',
20 'accelerators/exit_warning_handler.cc', 20 'accelerators/exit_warning_handler.cc',
21 'accelerators/exit_warning_handler.h', 21 'accelerators/exit_warning_handler.h',
22 'accelerators/focus_manager_factory.cc', 22 'accelerators/focus_manager_factory.cc',
23 'accelerators/focus_manager_factory.h', 23 'accelerators/focus_manager_factory.h',
24 'accelerators/key_hold_detector.cc', 24 'accelerators/key_hold_detector.cc',
25 'accelerators/key_hold_detector.h', 25 'accelerators/key_hold_detector.h',
26 'accelerators/magnifier_key_scroller.cc', 26 'accelerators/magnifier_key_scroller.cc',
27 'accelerators/magnifier_key_scroller.h', 27 'accelerators/magnifier_key_scroller.h',
28 'accelerators/spoken_feedback_toggler.cc', 28 'accelerators/spoken_feedback_toggler.cc',
29 'accelerators/spoken_feedback_toggler.h', 29 'accelerators/spoken_feedback_toggler.h',
30 'accessibility_delegate.h',
31 'app_list/app_list_presenter_delegate.cc', 30 'app_list/app_list_presenter_delegate.cc',
32 'app_list/app_list_presenter_delegate.h', 31 'app_list/app_list_presenter_delegate.h',
33 'app_list/app_list_presenter_delegate_factory.cc', 32 'app_list/app_list_presenter_delegate_factory.cc',
34 'app_list/app_list_presenter_delegate_factory.h', 33 'app_list/app_list_presenter_delegate_factory.h',
35 'ash_constants.cc', 34 'ash_constants.cc',
36 'ash_constants.h', 35 'ash_constants.h',
37 'ash_export.h', 36 'ash_export.h',
38 'ash_layout_constants.cc', 37 'ash_layout_constants.cc',
39 'ash_layout_constants.h', 38 'ash_layout_constants.h',
40 'ash_switches.cc', 39 'ash_switches.cc',
(...skipping 13 matching lines...) Expand all
54 'aura/wm_shell_aura.cc', 53 'aura/wm_shell_aura.cc',
55 'aura/wm_shell_aura.h', 54 'aura/wm_shell_aura.h',
56 'aura/wm_window_aura.cc', 55 'aura/wm_window_aura.cc',
57 'aura/wm_window_aura.h', 56 'aura/wm_window_aura.h',
58 'autoclick/autoclick_controller.cc', 57 'autoclick/autoclick_controller.cc',
59 'autoclick/autoclick_controller.h', 58 'autoclick/autoclick_controller.h',
60 'cancel_mode.cc', 59 'cancel_mode.cc',
61 'cancel_mode.h', 60 'cancel_mode.h',
62 'cast_config_delegate.cc', 61 'cast_config_delegate.cc',
63 'cast_config_delegate.h', 62 'cast_config_delegate.h',
63 'common/accessibility_delegate.h',
64 'common/default_accessibility_delegate.cc',
65 'common/default_accessibility_delegate.h',
66 'common/gpu_support.h',
67 'common/gpu_support_stub.cc',
68 'common/gpu_support_stub.h',
69 'common/pointer_watcher_delegate.h',
64 'common/root_window_controller_common.cc', 70 'common/root_window_controller_common.cc',
65 'common/root_window_controller_common.h', 71 'common/root_window_controller_common.h',
72 'common/session/session_state_delegate.cc',
73 'common/session/session_state_delegate.h',
66 'common/shelf/shelf_constants.cc', 74 'common/shelf/shelf_constants.cc',
67 'common/shelf/shelf_constants.h', 75 'common/shelf/shelf_constants.h',
68 'common/shelf/shelf_item_delegate.h', 76 'common/shelf/shelf_item_delegate.h',
69 'common/shelf/shelf_item_delegate_manager.cc', 77 'common/shelf/shelf_item_delegate_manager.cc',
70 'common/shelf/shelf_item_delegate_manager.h', 78 'common/shelf/shelf_item_delegate_manager.h',
71 'common/shelf/shelf_item_types.cc', 79 'common/shelf/shelf_item_types.cc',
72 'common/shelf/shelf_item_types.h', 80 'common/shelf/shelf_item_types.h',
73 'common/shelf/shelf_model.cc', 81 'common/shelf/shelf_model.cc',
74 'common/shelf/shelf_model.h', 82 'common/shelf/shelf_model.h',
75 'common/shelf/shelf_model_observer.h', 83 'common/shelf/shelf_model_observer.h',
76 'common/shelf/shelf_types.h', 84 'common/shelf/shelf_types.h',
77 'common/shelf/wm_shelf.h', 85 'common/shelf/wm_shelf.h',
78 'common/shelf/wm_shelf_observer.h', 86 'common/shelf/wm_shelf_observer.h',
79 'common/shelf/wm_shelf_util.cc', 87 'common/shelf/wm_shelf_util.cc',
80 'common/shelf/wm_shelf_util.h', 88 'common/shelf/wm_shelf_util.h',
81 'common/shell_window_ids.cc', 89 'common/shell_window_ids.cc',
82 'common/shell_window_ids.h', 90 'common/shell_window_ids.h',
91 'common/volume_control_delegate.h',
83 'common/wm/always_on_top_controller.cc', 92 'common/wm/always_on_top_controller.cc',
84 'common/wm/always_on_top_controller.h', 93 'common/wm/always_on_top_controller.h',
85 'common/wm/background_animator.cc', 94 'common/wm/background_animator.cc',
86 'common/wm/background_animator.h', 95 'common/wm/background_animator.h',
87 'common/wm/container_finder.cc', 96 'common/wm/container_finder.cc',
88 'common/wm/container_finder.h', 97 'common/wm/container_finder.h',
89 'common/wm/default_state.cc', 98 'common/wm/default_state.cc',
90 'common/wm/default_state.h', 99 'common/wm/default_state.h',
91 'common/wm/default_window_resizer.cc', 100 'common/wm/default_window_resizer.cc',
92 'common/wm/default_window_resizer.h', 101 'common/wm/default_window_resizer.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'common/wm_shell.h', 172 'common/wm_shell.h',
164 'common/wm_window.h', 173 'common/wm_window.h',
165 'common/wm_window_observer.h', 174 'common/wm_window_observer.h',
166 'common/wm_window_property.h', 175 'common/wm_window_property.h',
167 'common/wm_window_tracker.h', 176 'common/wm_window_tracker.h',
168 'container_delegate.h', 177 'container_delegate.h',
169 'container_delegate_aura.cc', 178 'container_delegate_aura.cc',
170 'container_delegate_aura.h', 179 'container_delegate_aura.h',
171 'debug.cc', 180 'debug.cc',
172 'debug.h', 181 'debug.h',
173 'default_accessibility_delegate.cc',
174 'default_accessibility_delegate.h',
175 'default_user_wallpaper_delegate.cc', 182 'default_user_wallpaper_delegate.cc',
176 'default_user_wallpaper_delegate.h', 183 'default_user_wallpaper_delegate.h',
177 'desktop_background/desktop_background_controller.cc', 184 'desktop_background/desktop_background_controller.cc',
178 'desktop_background/desktop_background_controller.h', 185 'desktop_background/desktop_background_controller.h',
179 'desktop_background/desktop_background_controller_observer.h', 186 'desktop_background/desktop_background_controller_observer.h',
180 'desktop_background/desktop_background_view.cc', 187 'desktop_background/desktop_background_view.cc',
181 'desktop_background/desktop_background_view.h', 188 'desktop_background/desktop_background_view.h',
182 'desktop_background/desktop_background_widget_controller.cc', 189 'desktop_background/desktop_background_widget_controller.cc',
183 'desktop_background/desktop_background_widget_controller.h', 190 'desktop_background/desktop_background_widget_controller.h',
184 'desktop_background/user_wallpaper_delegate.h', 191 'desktop_background/user_wallpaper_delegate.h',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'frame/caption_buttons/frame_size_button_delegate.h', 266 'frame/caption_buttons/frame_size_button_delegate.h',
260 'frame/custom_frame_view_ash.cc', 267 'frame/custom_frame_view_ash.cc',
261 'frame/custom_frame_view_ash.h', 268 'frame/custom_frame_view_ash.h',
262 'frame/default_header_painter.cc', 269 'frame/default_header_painter.cc',
263 'frame/default_header_painter.h', 270 'frame/default_header_painter.h',
264 'frame/frame_border_hit_test_controller.cc', 271 'frame/frame_border_hit_test_controller.cc',
265 'frame/frame_border_hit_test_controller.h', 272 'frame/frame_border_hit_test_controller.h',
266 'frame/header_painter.h', 273 'frame/header_painter.h',
267 'frame/header_painter_util.cc', 274 'frame/header_painter_util.cc',
268 'frame/header_painter_util.h', 275 'frame/header_painter_util.h',
269 'gpu_support.h',
270 'gpu_support_stub.cc',
271 'gpu_support_stub.h',
272 'high_contrast/high_contrast_controller.cc', 276 'high_contrast/high_contrast_controller.cc',
273 'high_contrast/high_contrast_controller.h', 277 'high_contrast/high_contrast_controller.h',
274 'host/ash_window_tree_host.cc', 278 'host/ash_window_tree_host.cc',
275 'host/ash_window_tree_host.h', 279 'host/ash_window_tree_host.h',
276 'host/ash_window_tree_host_init_params.cc', 280 'host/ash_window_tree_host_init_params.cc',
277 'host/ash_window_tree_host_init_params.h', 281 'host/ash_window_tree_host_init_params.h',
278 'host/ash_window_tree_host_platform.cc', 282 'host/ash_window_tree_host_platform.cc',
279 'host/ash_window_tree_host_platform.h', 283 'host/ash_window_tree_host_platform.h',
280 'host/ash_window_tree_host_unified.cc', 284 'host/ash_window_tree_host_unified.cc',
281 'host/ash_window_tree_host_unified.h', 285 'host/ash_window_tree_host_unified.h',
(...skipping 26 matching lines...) Expand all
308 'metrics/task_switch_metrics_recorder.cc', 312 'metrics/task_switch_metrics_recorder.cc',
309 'metrics/task_switch_metrics_recorder.h', 313 'metrics/task_switch_metrics_recorder.h',
310 'metrics/task_switch_time_tracker.cc', 314 'metrics/task_switch_time_tracker.cc',
311 'metrics/task_switch_time_tracker.h', 315 'metrics/task_switch_time_tracker.h',
312 'metrics/user_metrics_recorder.cc', 316 'metrics/user_metrics_recorder.cc',
313 'metrics/user_metrics_recorder.h', 317 'metrics/user_metrics_recorder.h',
314 'multi_profile_uma.cc', 318 'multi_profile_uma.cc',
315 'multi_profile_uma.h', 319 'multi_profile_uma.h',
316 'networking_config_delegate.cc', 320 'networking_config_delegate.cc',
317 'networking_config_delegate.h', 321 'networking_config_delegate.h',
318 'pointer_watcher_delegate.h',
319 'pointer_watcher_delegate_aura.cc', 322 'pointer_watcher_delegate_aura.cc',
320 'pointer_watcher_delegate_aura.h', 323 'pointer_watcher_delegate_aura.h',
321 'popup_message.cc', 324 'popup_message.cc',
322 'popup_message.h', 325 'popup_message.h',
323 'root_window_controller.cc', 326 'root_window_controller.cc',
324 'root_window_controller.h', 327 'root_window_controller.h',
325 'root_window_settings.cc', 328 'root_window_settings.cc',
326 'root_window_settings.h', 329 'root_window_settings.h',
327 'rotator/screen_rotation_animation.cc', 330 'rotator/screen_rotation_animation.cc',
328 'rotator/screen_rotation_animation.h', 331 'rotator/screen_rotation_animation.h',
329 'rotator/screen_rotation_animator.cc', 332 'rotator/screen_rotation_animator.cc',
330 'rotator/screen_rotation_animator.h', 333 'rotator/screen_rotation_animator.h',
331 'rotator/window_rotation.cc', 334 'rotator/window_rotation.cc',
332 'rotator/window_rotation.h', 335 'rotator/window_rotation.h',
333 'scoped_target_root_window.cc', 336 'scoped_target_root_window.cc',
334 'scoped_target_root_window.h', 337 'scoped_target_root_window.h',
335 'screen_util.cc', 338 'screen_util.cc',
336 'screen_util.h', 339 'screen_util.h',
337 'screenshot_delegate.h', 340 'screenshot_delegate.h',
338 'session/session_state_delegate.cc',
339 'session/session_state_delegate.h',
340 'session/session_state_observer.cc', 341 'session/session_state_observer.cc',
341 'session/session_state_observer.h', 342 'session/session_state_observer.h',
342 'shelf/app_list_button.cc', 343 'shelf/app_list_button.cc',
343 'shelf/app_list_button.h', 344 'shelf/app_list_button.h',
344 'shelf/app_list_shelf_item_delegate.cc', 345 'shelf/app_list_shelf_item_delegate.cc',
345 'shelf/app_list_shelf_item_delegate.h', 346 'shelf/app_list_shelf_item_delegate.h',
346 'shelf/overflow_bubble.cc', 347 'shelf/overflow_bubble.cc',
347 'shelf/overflow_bubble.h', 348 'shelf/overflow_bubble.h',
348 'shelf/overflow_bubble_view.cc', 349 'shelf/overflow_bubble_view.cc',
349 'shelf/overflow_bubble_view.h', 350 'shelf/overflow_bubble_view.h',
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'touch/touch_transformer_controller.cc', 623 'touch/touch_transformer_controller.cc',
623 'touch/touch_transformer_controller.h', 624 'touch/touch_transformer_controller.h',
624 'touch/touch_uma.cc', 625 'touch/touch_uma.cc',
625 'touch/touch_uma.h', 626 'touch/touch_uma.h',
626 'touch/touchscreen_util.cc', 627 'touch/touchscreen_util.cc',
627 'touch/touchscreen_util.h', 628 'touch/touchscreen_util.h',
628 'utility/screenshot_controller.cc', 629 'utility/screenshot_controller.cc',
629 'utility/screenshot_controller.h', 630 'utility/screenshot_controller.h',
630 'virtual_keyboard_controller.cc', 631 'virtual_keyboard_controller.cc',
631 'virtual_keyboard_controller.h', 632 'virtual_keyboard_controller.h',
632 'volume_control_delegate.h',
633 'wm/ash_focus_rules.cc', 633 'wm/ash_focus_rules.cc',
634 'wm/ash_focus_rules.h', 634 'wm/ash_focus_rules.h',
635 'wm/ash_native_cursor_manager.cc', 635 'wm/ash_native_cursor_manager.cc',
636 'wm/ash_native_cursor_manager.h', 636 'wm/ash_native_cursor_manager.h',
637 'wm/boot_splash_screen_chromeos.cc', 637 'wm/boot_splash_screen_chromeos.cc',
638 'wm/boot_splash_screen_chromeos.h', 638 'wm/boot_splash_screen_chromeos.h',
639 'wm/cursor_manager_chromeos.cc', 639 'wm/cursor_manager_chromeos.cc',
640 'wm/cursor_manager_chromeos.h', 640 'wm/cursor_manager_chromeos.h',
641 'wm/dim_window.cc', 641 'wm/dim_window.cc',
642 'wm/dim_window.h', 642 'wm/dim_window.h',
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
1441 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1441 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1442 ], 1442 ],
1443 } 1443 }
1444 ], 1444 ],
1445 ], 1445 ],
1446 }, 1446 },
1447 ], 1447 ],
1448 }], 1448 }],
1449 ], 1449 ],
1450 } 1450 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698