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

Side by Side Diff: ash/ash.gyp

Issue 1926913002: Moves more code to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_workspace_layout_manager
Patch Set: merge to trunk 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
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »
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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 'touch/touch_transformer_controller.h', 517 'touch/touch_transformer_controller.h',
518 'touch/touch_uma.cc', 518 'touch/touch_uma.cc',
519 'touch/touch_uma.h', 519 'touch/touch_uma.h',
520 'touch/touchscreen_util.cc', 520 'touch/touchscreen_util.cc',
521 'touch/touchscreen_util.h', 521 'touch/touchscreen_util.h',
522 'utility/partial_screenshot_controller.cc', 522 'utility/partial_screenshot_controller.cc',
523 'utility/partial_screenshot_controller.h', 523 'utility/partial_screenshot_controller.h',
524 'virtual_keyboard_controller.cc', 524 'virtual_keyboard_controller.cc',
525 'virtual_keyboard_controller.h', 525 'virtual_keyboard_controller.h',
526 'volume_control_delegate.h', 526 'volume_control_delegate.h',
527 'wm/always_on_top_controller.cc',
528 'wm/always_on_top_controller.h',
529 'wm/ash_focus_rules.cc', 527 'wm/ash_focus_rules.cc',
530 'wm/ash_focus_rules.h', 528 'wm/ash_focus_rules.h',
531 'wm/ash_native_cursor_manager.cc', 529 'wm/ash_native_cursor_manager.cc',
532 'wm/ash_native_cursor_manager.h', 530 'wm/ash_native_cursor_manager.h',
533 'wm/aura/aura_layout_manager_adapter.cc', 531 'wm/aura/aura_layout_manager_adapter.cc',
534 'wm/aura/aura_layout_manager_adapter.h', 532 'wm/aura/aura_layout_manager_adapter.h',
535 'wm/aura/wm_globals_aura.cc', 533 'wm/aura/wm_globals_aura.cc',
536 'wm/aura/wm_globals_aura.h', 534 'wm/aura/wm_globals_aura.h',
537 'wm/aura/wm_root_window_controller_aura.cc', 535 'wm/aura/wm_root_window_controller_aura.cc',
538 'wm/aura/wm_root_window_controller_aura.h', 536 'wm/aura/wm_root_window_controller_aura.h',
539 'wm/aura/wm_shelf_aura.cc', 537 'wm/aura/wm_shelf_aura.cc',
540 'wm/aura/wm_shelf_aura.h', 538 'wm/aura/wm_shelf_aura.h',
541 'wm/aura/wm_window_aura.cc', 539 'wm/aura/wm_window_aura.cc',
542 'wm/aura/wm_window_aura.h', 540 'wm/aura/wm_window_aura.h',
543 'wm/boot_splash_screen_chromeos.cc', 541 'wm/boot_splash_screen_chromeos.cc',
544 'wm/boot_splash_screen_chromeos.h', 542 'wm/boot_splash_screen_chromeos.h',
543 'wm/common/always_on_top_controller.cc',
544 'wm/common/always_on_top_controller.h',
545 'wm/common/background_animator.cc', 545 'wm/common/background_animator.cc',
546 'wm/common/background_animator.h', 546 'wm/common/background_animator.h',
547 'wm/common/default_state.cc', 547 'wm/common/default_state.cc',
548 'wm/common/default_state.h', 548 'wm/common/default_state.h',
549 'wm/common/default_window_resizer.cc', 549 'wm/common/default_window_resizer.cc',
550 'wm/common/default_window_resizer.h', 550 'wm/common/default_window_resizer.h',
551 'wm/common/dock/docked_window_layout_manager.cc', 551 'wm/common/dock/docked_window_layout_manager.cc',
552 'wm/common/dock/docked_window_layout_manager.h', 552 'wm/common/dock/docked_window_layout_manager.h',
553 'wm/common/dock/docked_window_layout_manager_observer.h', 553 'wm/common/dock/docked_window_layout_manager_observer.h',
554 'wm/common/drag_details.cc', 554 'wm/common/drag_details.cc',
555 'wm/common/drag_details.h', 555 'wm/common/drag_details.h',
556 'wm/common/fullscreen_window_finder.cc', 556 'wm/common/fullscreen_window_finder.cc',
557 'wm/common/fullscreen_window_finder.h', 557 'wm/common/fullscreen_window_finder.h',
558 'wm/common/root_window_finder.cc', 558 'wm/common/root_window_finder.cc',
559 'wm/common/root_window_finder.h', 559 'wm/common/root_window_finder.h',
560 'wm/common/shelf/wm_shelf.h', 560 'wm/common/shelf/wm_shelf.h',
561 'wm/common/shelf/wm_shelf_constants.cc', 561 'wm/common/shelf/wm_shelf_constants.cc',
562 'wm/common/shelf/wm_shelf_constants.h', 562 'wm/common/shelf/wm_shelf_constants.h',
563 'wm/common/shelf/wm_shelf_observer.h', 563 'wm/common/shelf/wm_shelf_observer.h',
564 'wm/common/shelf/wm_shelf_types.h', 564 'wm/common/shelf/wm_shelf_types.h',
565 'wm/common/switchable_windows.cc', 565 'wm/common/switchable_windows.cc',
566 'wm/common/switchable_windows.h', 566 'wm/common/switchable_windows.h',
567 'wm/common/window_animation_types.h', 567 'wm/common/window_animation_types.h',
568 'wm/common/window_parenting_utils.cc', 568 'wm/common/window_parenting_utils.cc',
569 'wm/common/window_parenting_utils.h', 569 'wm/common/window_parenting_utils.h',
570 'wm/common/window_positioner.cc',
571 'wm/common/window_positioner.h',
570 'wm/common/window_positioning_utils.cc', 572 'wm/common/window_positioning_utils.cc',
571 'wm/common/window_positioning_utils.h', 573 'wm/common/window_positioning_utils.h',
572 'wm/common/window_resizer.cc', 574 'wm/common/window_resizer.cc',
573 'wm/common/window_resizer.h', 575 'wm/common/window_resizer.h',
574 'wm/common/window_state.cc', 576 'wm/common/window_state.cc',
575 'wm/common/window_state.h', 577 'wm/common/window_state.h',
576 'wm/common/window_state_delegate.cc', 578 'wm/common/window_state_delegate.cc',
577 'wm/common/window_state_delegate.h', 579 'wm/common/window_state_delegate.h',
578 'wm/common/window_state_observer.h', 580 'wm/common/window_state_observer.h',
579 'wm/common/window_state_util.cc', 581 'wm/common/window_state_util.cc',
(...skipping 10 matching lines...) Expand all
590 'wm/common/wm_screen_util.cc', 592 'wm/common/wm_screen_util.cc',
591 'wm/common/wm_screen_util.h', 593 'wm/common/wm_screen_util.h',
592 'wm/common/wm_snap_to_pixel_layout_manager.cc', 594 'wm/common/wm_snap_to_pixel_layout_manager.cc',
593 'wm/common/wm_snap_to_pixel_layout_manager.h', 595 'wm/common/wm_snap_to_pixel_layout_manager.h',
594 'wm/common/wm_types.cc', 596 'wm/common/wm_types.cc',
595 'wm/common/wm_types.h', 597 'wm/common/wm_types.h',
596 'wm/common/wm_window.h', 598 'wm/common/wm_window.h',
597 'wm/common/wm_window_observer.h', 599 'wm/common/wm_window_observer.h',
598 'wm/common/wm_window_property.h', 600 'wm/common/wm_window_property.h',
599 'wm/common/wm_window_tracker.h', 601 'wm/common/wm_window_tracker.h',
602 'wm/common/workspace/workspace_layout_manager.cc',
603 'wm/common/workspace/workspace_layout_manager.h',
604 'wm/common/workspace/workspace_layout_manager_backdrop_delegate.h',
600 'wm/common/workspace/workspace_layout_manager_delegate.h', 605 'wm/common/workspace/workspace_layout_manager_delegate.h',
601 'wm/common/workspace/workspace_types.h', 606 'wm/common/workspace/workspace_types.h',
602 'wm/cursor_manager_chromeos.cc', 607 'wm/cursor_manager_chromeos.cc',
603 'wm/cursor_manager_chromeos.h', 608 'wm/cursor_manager_chromeos.h',
604 'wm/dim_window.cc', 609 'wm/dim_window.cc',
605 'wm/dim_window.h', 610 'wm/dim_window.h',
606 'wm/dock/docked_window_resizer.cc', 611 'wm/dock/docked_window_resizer.cc',
607 'wm/dock/docked_window_resizer.h', 612 'wm/dock/docked_window_resizer.h',
608 'wm/drag_window_controller.cc', 613 'wm/drag_window_controller.cc',
609 'wm/drag_window_controller.h', 614 'wm/drag_window_controller.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'wm/toplevel_window_event_handler.cc', 703 'wm/toplevel_window_event_handler.cc',
699 'wm/toplevel_window_event_handler.h', 704 'wm/toplevel_window_event_handler.h',
700 'wm/video_detector.cc', 705 'wm/video_detector.cc',
701 'wm/video_detector.h', 706 'wm/video_detector.h',
702 'wm/window_animations.cc', 707 'wm/window_animations.cc',
703 'wm/window_animations.h', 708 'wm/window_animations.h',
704 'wm/window_cycle_controller.cc', 709 'wm/window_cycle_controller.cc',
705 'wm/window_cycle_controller.h', 710 'wm/window_cycle_controller.h',
706 'wm/window_cycle_list.cc', 711 'wm/window_cycle_list.cc',
707 'wm/window_cycle_list.h', 712 'wm/window_cycle_list.h',
708 'wm/window_positioner.cc',
709 'wm/window_positioner.h',
710 'wm/window_properties.cc', 713 'wm/window_properties.cc',
711 'wm/window_properties.h', 714 'wm/window_properties.h',
712 'wm/window_state_aura.cc', 715 'wm/window_state_aura.cc',
713 'wm/window_state_aura.h', 716 'wm/window_state_aura.h',
714 'wm/window_util.cc', 717 'wm/window_util.cc',
715 'wm/window_util.h', 718 'wm/window_util.h',
716 'wm/workspace/magnetism_matcher.cc', 719 'wm/workspace/magnetism_matcher.cc',
717 'wm/workspace/magnetism_matcher.h', 720 'wm/workspace/magnetism_matcher.h',
718 'wm/workspace/multi_window_resize_controller.cc', 721 'wm/workspace/multi_window_resize_controller.cc',
719 'wm/workspace/multi_window_resize_controller.h', 722 'wm/workspace/multi_window_resize_controller.h',
720 'wm/workspace/phantom_window_controller.cc', 723 'wm/workspace/phantom_window_controller.cc',
721 'wm/workspace/phantom_window_controller.h', 724 'wm/workspace/phantom_window_controller.h',
722 'wm/workspace/two_step_edge_cycler.cc', 725 'wm/workspace/two_step_edge_cycler.cc',
723 'wm/workspace/two_step_edge_cycler.h', 726 'wm/workspace/two_step_edge_cycler.h',
724 'wm/workspace/workspace_event_handler.cc', 727 'wm/workspace/workspace_event_handler.cc',
725 'wm/workspace/workspace_event_handler.h', 728 'wm/workspace/workspace_event_handler.h',
726 'wm/workspace/workspace_layout_manager.cc',
727 'wm/workspace/workspace_layout_manager.h',
728 'wm/workspace/workspace_layout_manager_backdrop_delegate.h',
729 'wm/workspace/workspace_window_resizer.cc', 729 'wm/workspace/workspace_window_resizer.cc',
730 'wm/workspace/workspace_window_resizer.h', 730 'wm/workspace/workspace_window_resizer.h',
731 'wm/workspace_controller.cc', 731 'wm/workspace_controller.cc',
732 'wm/workspace_controller.h', 732 'wm/workspace_controller.h',
733 ], 733 ],
734 'ash_with_content_sources': [ 734 'ash_with_content_sources': [
735 'content/ash_with_content_export.h', 735 'content/ash_with_content_export.h',
736 'content/gpu_support_impl.cc', 736 'content/gpu_support_impl.cc',
737 'content/gpu_support_impl.h', 737 'content/gpu_support_impl.h',
738 'content/keyboard_overlay/keyboard_overlay_delegate.cc', 738 'content/keyboard_overlay/keyboard_overlay_delegate.cc',
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1420 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1421 ], 1421 ],
1422 } 1422 }
1423 ], 1423 ],
1424 ], 1424 ],
1425 }, 1425 },
1426 ], 1426 ],
1427 }], 1427 }],
1428 ], 1428 ],
1429 } 1429 }
OLDNEW
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698