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

Side by Side Diff: ash/ash.gyp

Issue 2025413002: Moves RootWindowControllerCommon and LayoutManager to common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use_root_window_controller_common
Patch Set: merge 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',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'ash_touch_exploration_manager_chromeos.cc', 42 'ash_touch_exploration_manager_chromeos.cc',
43 'ash_touch_exploration_manager_chromeos.h', 43 'ash_touch_exploration_manager_chromeos.h',
44 'audio/sounds.cc', 44 'audio/sounds.cc',
45 'audio/sounds.h', 45 'audio/sounds.h',
46 'autoclick/autoclick_controller.cc', 46 'autoclick/autoclick_controller.cc',
47 'autoclick/autoclick_controller.h', 47 'autoclick/autoclick_controller.h',
48 'cancel_mode.cc', 48 'cancel_mode.cc',
49 'cancel_mode.h', 49 'cancel_mode.h',
50 'cast_config_delegate.cc', 50 'cast_config_delegate.cc',
51 'cast_config_delegate.h', 51 'cast_config_delegate.h',
52 'common/root_window_controller_common.cc',
53 'common/root_window_controller_common.h',
54 'common/shell_window_ids.h',
52 'common/wm/always_on_top_controller.cc', 55 'common/wm/always_on_top_controller.cc',
53 'common/wm/always_on_top_controller.h', 56 'common/wm/always_on_top_controller.h',
54 'common/wm/background_animator.cc', 57 'common/wm/background_animator.cc',
55 'common/wm/background_animator.h', 58 'common/wm/background_animator.h',
56 'common/wm/container_finder.cc', 59 'common/wm/container_finder.cc',
57 'common/wm/container_finder.h', 60 'common/wm/container_finder.h',
58 'common/wm/default_state.cc', 61 'common/wm/default_state.cc',
59 'common/wm/default_state.h', 62 'common/wm/default_state.h',
60 'common/wm/default_window_resizer.cc', 63 'common/wm/default_window_resizer.cc',
61 'common/wm/default_window_resizer.h', 64 'common/wm/default_window_resizer.h',
62 'common/wm/dock/docked_window_layout_manager.cc', 65 'common/wm/dock/docked_window_layout_manager.cc',
63 'common/wm/dock/docked_window_layout_manager.h', 66 'common/wm/dock/docked_window_layout_manager.h',
64 'common/wm/dock/docked_window_layout_manager_observer.h', 67 'common/wm/dock/docked_window_layout_manager_observer.h',
65 'common/wm/dock/docked_window_resizer.cc', 68 'common/wm/dock/docked_window_resizer.cc',
66 'common/wm/dock/docked_window_resizer.h', 69 'common/wm/dock/docked_window_resizer.h',
67 'common/wm/drag_details.cc', 70 'common/wm/drag_details.cc',
68 'common/wm/drag_details.h', 71 'common/wm/drag_details.h',
69 'common/wm/fullscreen_window_finder.cc', 72 'common/wm/fullscreen_window_finder.cc',
70 'common/wm/fullscreen_window_finder.h', 73 'common/wm/fullscreen_window_finder.h',
71 'common/wm/panels/panel_layout_manager.cc', 74 'common/wm/panels/panel_layout_manager.cc',
72 'common/wm/panels/panel_layout_manager.h', 75 'common/wm/panels/panel_layout_manager.h',
73 'common/wm/panels/panel_window_resizer.cc', 76 'common/wm/panels/panel_window_resizer.cc',
74 'common/wm/panels/panel_window_resizer.h', 77 'common/wm/panels/panel_window_resizer.h',
75 'common/wm/root_window_finder.cc', 78 'common/wm/root_window_finder.cc',
76 'common/wm/root_window_finder.h', 79 'common/wm/root_window_finder.h',
80 'common/wm/root_window_layout_manager.cc',
81 'common/wm/root_window_layout_manager.h',
77 'common/wm/shelf/wm_shelf.h', 82 'common/wm/shelf/wm_shelf.h',
78 'common/wm/shelf/wm_shelf_constants.cc', 83 'common/wm/shelf/wm_shelf_constants.cc',
79 'common/wm/shelf/wm_shelf_constants.h', 84 'common/wm/shelf/wm_shelf_constants.h',
80 'common/wm/shelf/wm_shelf_observer.h', 85 'common/wm/shelf/wm_shelf_observer.h',
81 'common/wm/shelf/wm_shelf_types.h', 86 'common/wm/shelf/wm_shelf_types.h',
82 'common/wm/shelf/wm_shelf_util.cc', 87 'common/wm/shelf/wm_shelf_util.cc',
83 'common/wm/shelf/wm_shelf_util.h', 88 'common/wm/shelf/wm_shelf_util.h',
84 'common/wm/switchable_windows.cc', 89 'common/wm/switchable_windows.cc',
85 'common/wm/switchable_windows.h', 90 'common/wm/switchable_windows.h',
86 'common/wm/window_animation_types.h', 91 'common/wm/window_animation_types.h',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'multi_profile_uma.h', 294 'multi_profile_uma.h',
290 'networking_config_delegate.cc', 295 'networking_config_delegate.cc',
291 'networking_config_delegate.h', 296 'networking_config_delegate.h',
292 'pointer_watcher_delegate.h', 297 'pointer_watcher_delegate.h',
293 'pointer_watcher_delegate_aura.cc', 298 'pointer_watcher_delegate_aura.cc',
294 'pointer_watcher_delegate_aura.h', 299 'pointer_watcher_delegate_aura.h',
295 'popup_message.cc', 300 'popup_message.cc',
296 'popup_message.h', 301 'popup_message.h',
297 'root_window_controller.cc', 302 'root_window_controller.cc',
298 'root_window_controller.h', 303 'root_window_controller.h',
299 'root_window_controller_common.cc',
300 'root_window_controller_common.h',
301 'root_window_settings.cc', 304 'root_window_settings.cc',
302 'root_window_settings.h', 305 'root_window_settings.h',
303 'rotator/screen_rotation_animation.cc', 306 'rotator/screen_rotation_animation.cc',
304 'rotator/screen_rotation_animation.h', 307 'rotator/screen_rotation_animation.h',
305 'rotator/screen_rotation_animator.cc', 308 'rotator/screen_rotation_animator.cc',
306 'rotator/screen_rotation_animator.h', 309 'rotator/screen_rotation_animator.h',
307 'rotator/window_rotation.cc', 310 'rotator/window_rotation.cc',
308 'rotator/window_rotation.h', 311 'rotator/window_rotation.h',
309 'scoped_target_root_window.cc', 312 'scoped_target_root_window.cc',
310 'scoped_target_root_window.h', 313 'scoped_target_root_window.h',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'shelf/shelf_window_watcher.cc', 371 'shelf/shelf_window_watcher.cc',
369 'shelf/shelf_window_watcher.h', 372 'shelf/shelf_window_watcher.h',
370 'shelf/shelf_window_watcher_item_delegate.cc', 373 'shelf/shelf_window_watcher_item_delegate.cc',
371 'shelf/shelf_window_watcher_item_delegate.h', 374 'shelf/shelf_window_watcher_item_delegate.h',
372 'shell.cc', 375 'shell.cc',
373 'shell.h', 376 'shell.h',
374 'shell_delegate.h', 377 'shell_delegate.h',
375 'shell_factory.h', 378 'shell_factory.h',
376 'shell_init_params.cc', 379 'shell_init_params.cc',
377 'shell_init_params.h', 380 'shell_init_params.h',
378 'shell_window_ids.h',
379 'snap_to_pixel_layout_manager.cc', 381 'snap_to_pixel_layout_manager.cc',
380 'snap_to_pixel_layout_manager.h', 382 'snap_to_pixel_layout_manager.h',
381 'sticky_keys/sticky_keys_controller.cc', 383 'sticky_keys/sticky_keys_controller.cc',
382 'sticky_keys/sticky_keys_controller.h', 384 'sticky_keys/sticky_keys_controller.h',
383 'sticky_keys/sticky_keys_overlay.cc', 385 'sticky_keys/sticky_keys_overlay.cc',
384 'sticky_keys/sticky_keys_overlay.h', 386 'sticky_keys/sticky_keys_overlay.h',
385 'sticky_keys/sticky_keys_state.h', 387 'sticky_keys/sticky_keys_state.h',
386 'system/audio/audio_observer.h', 388 'system/audio/audio_observer.h',
387 'system/audio/tray_audio.cc', 389 'system/audio/tray_audio.cc',
388 'system/audio/tray_audio.h', 390 'system/audio/tray_audio.h',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'wm/panels/panel_window_event_handler.cc', 705 'wm/panels/panel_window_event_handler.cc',
704 'wm/panels/panel_window_event_handler.h', 706 'wm/panels/panel_window_event_handler.h',
705 'wm/power_button_controller.cc', 707 'wm/power_button_controller.cc',
706 'wm/power_button_controller.h', 708 'wm/power_button_controller.h',
707 'wm/resize_handle_window_targeter.cc', 709 'wm/resize_handle_window_targeter.cc',
708 'wm/resize_handle_window_targeter.h', 710 'wm/resize_handle_window_targeter.h',
709 'wm/resize_shadow.cc', 711 'wm/resize_shadow.cc',
710 'wm/resize_shadow.h', 712 'wm/resize_shadow.h',
711 'wm/resize_shadow_controller.cc', 713 'wm/resize_shadow_controller.cc',
712 'wm/resize_shadow_controller.h', 714 'wm/resize_shadow_controller.h',
713 'wm/root_window_layout_manager.cc',
714 'wm/root_window_layout_manager.h',
715 'wm/screen_dimmer.cc', 715 'wm/screen_dimmer.cc',
716 'wm/screen_dimmer.h', 716 'wm/screen_dimmer.h',
717 'wm/session_state_animator.cc', 717 'wm/session_state_animator.cc',
718 'wm/session_state_animator.h', 718 'wm/session_state_animator.h',
719 'wm/session_state_animator_impl.cc', 719 'wm/session_state_animator_impl.cc',
720 'wm/session_state_animator_impl.h', 720 'wm/session_state_animator_impl.h',
721 'wm/stacking_controller.cc', 721 'wm/stacking_controller.cc',
722 'wm/stacking_controller.h', 722 'wm/stacking_controller.h',
723 'wm/status_area_layout_manager.cc', 723 'wm/status_area_layout_manager.cc',
724 'wm/status_area_layout_manager.h', 724 'wm/status_area_layout_manager.h',
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1443 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1444 ], 1444 ],
1445 } 1445 }
1446 ], 1446 ],
1447 ], 1447 ],
1448 }, 1448 },
1449 ], 1449 ],
1450 }], 1450 }],
1451 ], 1451 ],
1452 } 1452 }
OLDNEW
« no previous file with comments | « ash/app_list/app_list_presenter_delegate_unittest.cc ('k') | ash/common/root_window_controller_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698