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

Side by Side Diff: ash/ash.gyp

Issue 1936223002: Refactors MultiWindowResizeController to use ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nullptr Created 4 years, 7 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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'wm/common/wm_snap_to_pixel_layout_manager.h', 603 'wm/common/wm_snap_to_pixel_layout_manager.h',
604 'wm/common/wm_types.cc', 604 'wm/common/wm_types.cc',
605 'wm/common/wm_types.h', 605 'wm/common/wm_types.h',
606 'wm/common/wm_user_metrics_action.h', 606 'wm/common/wm_user_metrics_action.h',
607 'wm/common/wm_window.h', 607 'wm/common/wm_window.h',
608 'wm/common/wm_window_observer.h', 608 'wm/common/wm_window_observer.h',
609 'wm/common/wm_window_property.h', 609 'wm/common/wm_window_property.h',
610 'wm/common/wm_window_tracker.h', 610 'wm/common/wm_window_tracker.h',
611 'wm/common/workspace/magnetism_matcher.cc', 611 'wm/common/workspace/magnetism_matcher.cc',
612 'wm/common/workspace/magnetism_matcher.h', 612 'wm/common/workspace/magnetism_matcher.h',
613 'wm/common/workspace/multi_window_resize_controller.cc',
614 'wm/common/workspace/multi_window_resize_controller.h',
613 'wm/common/workspace/phantom_window_controller.cc', 615 'wm/common/workspace/phantom_window_controller.cc',
614 'wm/common/workspace/phantom_window_controller.h', 616 'wm/common/workspace/phantom_window_controller.h',
615 'wm/common/workspace/two_step_edge_cycler.cc', 617 'wm/common/workspace/two_step_edge_cycler.cc',
616 'wm/common/workspace/two_step_edge_cycler.h', 618 'wm/common/workspace/two_step_edge_cycler.h',
617 'wm/common/workspace/workspace_layout_manager.cc', 619 'wm/common/workspace/workspace_layout_manager.cc',
618 'wm/common/workspace/workspace_layout_manager.h', 620 'wm/common/workspace/workspace_layout_manager.h',
619 'wm/common/workspace/workspace_layout_manager_backdrop_delegate.h', 621 'wm/common/workspace/workspace_layout_manager_backdrop_delegate.h',
620 'wm/common/workspace/workspace_layout_manager_delegate.h', 622 'wm/common/workspace/workspace_layout_manager_delegate.h',
621 'wm/common/workspace/workspace_types.h', 623 'wm/common/workspace/workspace_types.h',
622 'wm/common/workspace/workspace_window_resizer.cc', 624 'wm/common/workspace/workspace_window_resizer.cc',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 'wm/window_cycle_controller.cc', 722 'wm/window_cycle_controller.cc',
721 'wm/window_cycle_controller.h', 723 'wm/window_cycle_controller.h',
722 'wm/window_cycle_list.cc', 724 'wm/window_cycle_list.cc',
723 'wm/window_cycle_list.h', 725 'wm/window_cycle_list.h',
724 'wm/window_properties.cc', 726 'wm/window_properties.cc',
725 'wm/window_properties.h', 727 'wm/window_properties.h',
726 'wm/window_state_aura.cc', 728 'wm/window_state_aura.cc',
727 'wm/window_state_aura.h', 729 'wm/window_state_aura.h',
728 'wm/window_util.cc', 730 'wm/window_util.cc',
729 'wm/window_util.h', 731 'wm/window_util.h',
730 'wm/workspace/multi_window_resize_controller.cc',
731 'wm/workspace/multi_window_resize_controller.h',
732 'wm/workspace/workspace_event_handler.cc', 732 'wm/workspace/workspace_event_handler.cc',
733 'wm/workspace/workspace_event_handler.h', 733 'wm/workspace/workspace_event_handler.h',
734 'wm/workspace_controller.cc', 734 'wm/workspace_controller.cc',
735 'wm/workspace_controller.h', 735 'wm/workspace_controller.h',
736 ], 736 ],
737 'ash_with_content_sources': [ 737 'ash_with_content_sources': [
738 'content/ash_with_content_export.h', 738 'content/ash_with_content_export.h',
739 'content/gpu_support_impl.cc', 739 'content/gpu_support_impl.cc',
740 'content/gpu_support_impl.h', 740 'content/gpu_support_impl.h',
741 'content/keyboard_overlay/keyboard_overlay_delegate.cc', 741 'content/keyboard_overlay/keyboard_overlay_delegate.cc',
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
1424 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1424 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1425 ], 1425 ],
1426 } 1426 }
1427 ], 1427 ],
1428 ], 1428 ],
1429 }, 1429 },
1430 ], 1430 ],
1431 }], 1431 }],
1432 ], 1432 ],
1433 } 1433 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/aura/wm_root_window_controller_aura.h » ('j') | ash/wm/common/workspace/multi_window_resize_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698