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

Side by Side Diff: ash/ash.gyp

Issue 1921353002: Moves handful of files to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shell_ids
Patch Set: merge to trunk 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
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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'screen_util.h', 209 'screen_util.h',
210 'screenshot_delegate.h', 210 'screenshot_delegate.h',
211 'session/session_state_delegate.cc', 211 'session/session_state_delegate.cc',
212 'session/session_state_delegate.h', 212 'session/session_state_delegate.h',
213 'session/session_state_observer.cc', 213 'session/session_state_observer.cc',
214 'session/session_state_observer.h', 214 'session/session_state_observer.h',
215 'shelf/app_list_button.cc', 215 'shelf/app_list_button.cc',
216 'shelf/app_list_button.h', 216 'shelf/app_list_button.h',
217 'shelf/app_list_shelf_item_delegate.cc', 217 'shelf/app_list_shelf_item_delegate.cc',
218 'shelf/app_list_shelf_item_delegate.h', 218 'shelf/app_list_shelf_item_delegate.h',
219 'shelf/background_animator.cc',
220 'shelf/background_animator.h',
221 'shelf/overflow_bubble.cc', 219 'shelf/overflow_bubble.cc',
222 'shelf/overflow_bubble.h', 220 'shelf/overflow_bubble.h',
223 'shelf/overflow_bubble_view.cc', 221 'shelf/overflow_bubble_view.cc',
224 'shelf/overflow_bubble_view.h', 222 'shelf/overflow_bubble_view.h',
225 'shelf/overflow_button.cc', 223 'shelf/overflow_button.cc',
226 'shelf/overflow_button.h', 224 'shelf/overflow_button.h',
227 'shelf/scoped_observer_with_duplicated_sources.h', 225 'shelf/scoped_observer_with_duplicated_sources.h',
228 'shelf/shelf.cc', 226 'shelf/shelf.cc',
229 'shelf/shelf.h', 227 'shelf/shelf.h',
230 'shelf/shelf_alignment_menu.cc', 228 'shelf/shelf_alignment_menu.cc',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'wm/aura/wm_globals_aura.cc', 528 'wm/aura/wm_globals_aura.cc',
531 'wm/aura/wm_globals_aura.h', 529 'wm/aura/wm_globals_aura.h',
532 'wm/aura/wm_root_window_controller_aura.cc', 530 'wm/aura/wm_root_window_controller_aura.cc',
533 'wm/aura/wm_root_window_controller_aura.h', 531 'wm/aura/wm_root_window_controller_aura.h',
534 'wm/aura/wm_shelf_aura.cc', 532 'wm/aura/wm_shelf_aura.cc',
535 'wm/aura/wm_shelf_aura.h', 533 'wm/aura/wm_shelf_aura.h',
536 'wm/aura/wm_window_aura.cc', 534 'wm/aura/wm_window_aura.cc',
537 'wm/aura/wm_window_aura.h', 535 'wm/aura/wm_window_aura.h',
538 'wm/boot_splash_screen_chromeos.cc', 536 'wm/boot_splash_screen_chromeos.cc',
539 'wm/boot_splash_screen_chromeos.h', 537 'wm/boot_splash_screen_chromeos.h',
538 'wm/common/background_animator.cc',
539 'wm/common/background_animator.h',
540 'wm/common/default_state.cc',
541 'wm/common/default_state.h',
542 'wm/common/dock/docked_window_layout_manager.cc',
543 'wm/common/dock/docked_window_layout_manager.h',
544 'wm/common/dock/docked_window_layout_manager_observer.h',
545 'wm/common/drag_details.cc',
546 'wm/common/drag_details.h',
540 'wm/common/root_window_finder.cc', 547 'wm/common/root_window_finder.cc',
541 'wm/common/root_window_finder.h', 548 'wm/common/root_window_finder.h',
542 'wm/common/shelf/wm_shelf.h', 549 'wm/common/shelf/wm_shelf.h',
543 'wm/common/shelf/wm_shelf_constants.cc', 550 'wm/common/shelf/wm_shelf_constants.cc',
544 'wm/common/shelf/wm_shelf_constants.h', 551 'wm/common/shelf/wm_shelf_constants.h',
545 'wm/common/shelf/wm_shelf_observer.h', 552 'wm/common/shelf/wm_shelf_observer.h',
546 'wm/common/shelf/wm_shelf_types.h', 553 'wm/common/shelf/wm_shelf_types.h',
547 'wm/common/window_animation_types.h', 554 'wm/common/window_animation_types.h',
548 'wm/common/window_parenting_utils.cc', 555 'wm/common/window_parenting_utils.cc',
549 'wm/common/window_parenting_utils.h', 556 'wm/common/window_parenting_utils.h',
550 'wm/common/window_positioning_utils.cc', 557 'wm/common/window_positioning_utils.cc',
551 'wm/common/window_positioning_utils.h', 558 'wm/common/window_positioning_utils.h',
559 'wm/common/window_resizer.cc',
560 'wm/common/window_resizer.h',
561 'wm/common/window_state.cc',
562 'wm/common/window_state.h',
563 'wm/common/window_state_delegate.cc',
564 'wm/common/window_state_delegate.h',
565 'wm/common/window_state_observer.h',
552 'wm/common/window_state_util.cc', 566 'wm/common/window_state_util.cc',
553 'wm/common/window_state_util.h', 567 'wm/common/window_state_util.h',
554 'wm/common/wm_activation_observer.h', 568 'wm/common/wm_activation_observer.h',
555 'wm/common/wm_display_observer.h', 569 'wm/common/wm_display_observer.h',
556 'wm/common/wm_event.cc', 570 'wm/common/wm_event.cc',
557 'wm/common/wm_event.h', 571 'wm/common/wm_event.h',
558 'wm/common/wm_globals.h', 572 'wm/common/wm_globals.h',
559 'wm/common/wm_layout_manager.h', 573 'wm/common/wm_layout_manager.h',
560 'wm/common/wm_overview_mode_observer.h', 574 'wm/common/wm_overview_mode_observer.h',
561 'wm/common/wm_root_window_controller.h', 575 'wm/common/wm_root_window_controller.h',
562 'wm/common/wm_root_window_controller_observer.h', 576 'wm/common/wm_root_window_controller_observer.h',
563 'wm/common/wm_screen_util.cc', 577 'wm/common/wm_screen_util.cc',
564 'wm/common/wm_screen_util.h', 578 'wm/common/wm_screen_util.h',
565 'wm/common/wm_snap_to_pixel_layout_manager.cc', 579 'wm/common/wm_snap_to_pixel_layout_manager.cc',
566 'wm/common/wm_snap_to_pixel_layout_manager.h', 580 'wm/common/wm_snap_to_pixel_layout_manager.h',
567 'wm/common/wm_types.cc', 581 'wm/common/wm_types.cc',
568 'wm/common/wm_types.h', 582 'wm/common/wm_types.h',
569 'wm/common/wm_window.h', 583 'wm/common/wm_window.h',
570 'wm/common/wm_window_observer.h', 584 'wm/common/wm_window_observer.h',
571 'wm/common/wm_window_property.h', 585 'wm/common/wm_window_property.h',
572 'wm/common/wm_window_tracker.h', 586 'wm/common/wm_window_tracker.h',
573 'wm/common/workspace/workspace_layout_manager_delegate.h', 587 'wm/common/workspace/workspace_layout_manager_delegate.h',
574 'wm/common/workspace/workspace_types.h', 588 'wm/common/workspace/workspace_types.h',
575 'wm/cursor_manager_chromeos.cc', 589 'wm/cursor_manager_chromeos.cc',
576 'wm/cursor_manager_chromeos.h', 590 'wm/cursor_manager_chromeos.h',
577 'wm/default_state.cc',
578 'wm/default_state.h',
579 'wm/default_window_resizer.cc', 591 'wm/default_window_resizer.cc',
580 'wm/default_window_resizer.h', 592 'wm/default_window_resizer.h',
581 'wm/dim_window.cc', 593 'wm/dim_window.cc',
582 'wm/dim_window.h', 594 'wm/dim_window.h',
583 'wm/dock/docked_window_layout_manager.cc',
584 'wm/dock/docked_window_layout_manager.h',
585 'wm/dock/docked_window_layout_manager_observer.h',
586 'wm/dock/docked_window_resizer.cc', 595 'wm/dock/docked_window_resizer.cc',
587 'wm/dock/docked_window_resizer.h', 596 'wm/dock/docked_window_resizer.h',
588 'wm/drag_details.cc',
589 'wm/drag_details.h',
590 'wm/drag_window_controller.cc', 597 'wm/drag_window_controller.cc',
591 'wm/drag_window_controller.h', 598 'wm/drag_window_controller.h',
592 'wm/drag_window_resizer.cc', 599 'wm/drag_window_resizer.cc',
593 'wm/drag_window_resizer.h', 600 'wm/drag_window_resizer.h',
594 'wm/event_client_impl.cc', 601 'wm/event_client_impl.cc',
595 'wm/event_client_impl.h', 602 'wm/event_client_impl.h',
596 'wm/gestures/overview_gesture_handler.cc', 603 'wm/gestures/overview_gesture_handler.cc',
597 'wm/gestures/overview_gesture_handler.h', 604 'wm/gestures/overview_gesture_handler.h',
598 'wm/gestures/shelf_gesture_handler.cc', 605 'wm/gestures/shelf_gesture_handler.cc',
599 'wm/gestures/shelf_gesture_handler.h', 606 'wm/gestures/shelf_gesture_handler.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'wm/window_animations.cc', 691 'wm/window_animations.cc',
685 'wm/window_animations.h', 692 'wm/window_animations.h',
686 'wm/window_cycle_controller.cc', 693 'wm/window_cycle_controller.cc',
687 'wm/window_cycle_controller.h', 694 'wm/window_cycle_controller.h',
688 'wm/window_cycle_list.cc', 695 'wm/window_cycle_list.cc',
689 'wm/window_cycle_list.h', 696 'wm/window_cycle_list.h',
690 'wm/window_positioner.cc', 697 'wm/window_positioner.cc',
691 'wm/window_positioner.h', 698 'wm/window_positioner.h',
692 'wm/window_properties.cc', 699 'wm/window_properties.cc',
693 'wm/window_properties.h', 700 'wm/window_properties.h',
694 'wm/window_resizer.cc',
695 'wm/window_resizer.h',
696 'wm/window_state.cc',
697 'wm/window_state.h',
698 'wm/window_state_aura.cc', 701 'wm/window_state_aura.cc',
699 'wm/window_state_aura.h', 702 'wm/window_state_aura.h',
700 'wm/window_state_delegate.cc',
701 'wm/window_state_delegate.h',
702 'wm/window_state_observer.h',
703 'wm/window_util.cc', 703 'wm/window_util.cc',
704 'wm/window_util.h', 704 'wm/window_util.h',
705 'wm/workspace/magnetism_matcher.cc', 705 'wm/workspace/magnetism_matcher.cc',
706 'wm/workspace/magnetism_matcher.h', 706 'wm/workspace/magnetism_matcher.h',
707 'wm/workspace/multi_window_resize_controller.cc', 707 'wm/workspace/multi_window_resize_controller.cc',
708 'wm/workspace/multi_window_resize_controller.h', 708 'wm/workspace/multi_window_resize_controller.h',
709 'wm/workspace/phantom_window_controller.cc', 709 'wm/workspace/phantom_window_controller.cc',
710 'wm/workspace/phantom_window_controller.h', 710 'wm/workspace/phantom_window_controller.h',
711 'wm/workspace/two_step_edge_cycler.cc', 711 'wm/workspace/two_step_edge_cycler.cc',
712 'wm/workspace/two_step_edge_cycler.h', 712 'wm/workspace/two_step_edge_cycler.h',
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
1405 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1405 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1406 ], 1406 ],
1407 } 1407 }
1408 ], 1408 ],
1409 ], 1409 ],
1410 }, 1410 },
1411 ], 1411 ],
1412 }], 1412 }],
1413 ], 1413 ],
1414 } 1414 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_interactive_uitest_chromeos.cc ('k') | ash/display/display_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698