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

Side by Side Diff: ash/ash.gyp

Issue 2030593002: Renames ash/wm/common into ash/common/wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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',
(...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/wm/always_on_top_controller.cc',
53 'common/wm/always_on_top_controller.h',
54 'common/wm/background_animator.cc',
55 'common/wm/background_animator.h',
56 'common/wm/container_finder.cc',
57 'common/wm/container_finder.h',
58 'common/wm/default_state.cc',
59 'common/wm/default_state.h',
60 'common/wm/default_window_resizer.cc',
61 'common/wm/default_window_resizer.h',
62 'common/wm/dock/docked_window_layout_manager.cc',
63 'common/wm/dock/docked_window_layout_manager.h',
64 'common/wm/dock/docked_window_layout_manager_observer.h',
65 'common/wm/dock/docked_window_resizer.cc',
66 'common/wm/dock/docked_window_resizer.h',
67 'common/wm/drag_details.cc',
68 'common/wm/drag_details.h',
69 'common/wm/fullscreen_window_finder.cc',
70 'common/wm/fullscreen_window_finder.h',
71 'common/wm/panels/panel_layout_manager.cc',
72 'common/wm/panels/panel_layout_manager.h',
73 'common/wm/panels/panel_window_resizer.cc',
74 'common/wm/panels/panel_window_resizer.h',
75 'common/wm/root_window_finder.cc',
76 'common/wm/root_window_finder.h',
77 'common/wm/shelf/wm_shelf.h',
78 'common/wm/shelf/wm_shelf_constants.cc',
79 'common/wm/shelf/wm_shelf_constants.h',
80 'common/wm/shelf/wm_shelf_observer.h',
81 'common/wm/shelf/wm_shelf_types.h',
82 'common/wm/shelf/wm_shelf_util.cc',
83 'common/wm/shelf/wm_shelf_util.h',
84 'common/wm/switchable_windows.cc',
85 'common/wm/switchable_windows.h',
86 'common/wm/window_animation_types.h',
87 'common/wm/window_parenting_utils.cc',
88 'common/wm/window_parenting_utils.h',
89 'common/wm/window_positioner.cc',
90 'common/wm/window_positioner.h',
91 'common/wm/window_positioning_utils.cc',
92 'common/wm/window_positioning_utils.h',
93 'common/wm/window_resizer.cc',
94 'common/wm/window_resizer.h',
95 'common/wm/window_state.cc',
96 'common/wm/window_state.h',
97 'common/wm/window_state_delegate.cc',
98 'common/wm/window_state_delegate.h',
99 'common/wm/window_state_observer.h',
100 'common/wm/window_state_util.cc',
101 'common/wm/window_state_util.h',
102 'common/wm/wm_activation_observer.h',
103 'common/wm/wm_display_observer.h',
104 'common/wm/wm_event.cc',
105 'common/wm/wm_event.h',
106 'common/wm/wm_globals.cc',
107 'common/wm/wm_globals.h',
108 'common/wm/wm_layout_manager.h',
109 'common/wm/wm_lookup.cc',
110 'common/wm/wm_lookup.h',
111 'common/wm/wm_overview_mode_observer.h',
112 'common/wm/wm_root_window_controller.h',
113 'common/wm/wm_root_window_controller_observer.h',
114 'common/wm/wm_screen_util.cc',
115 'common/wm/wm_screen_util.h',
116 'common/wm/wm_snap_to_pixel_layout_manager.cc',
117 'common/wm/wm_snap_to_pixel_layout_manager.h',
118 'common/wm/wm_toplevel_window_event_handler.cc',
119 'common/wm/wm_toplevel_window_event_handler.h',
120 'common/wm/wm_types.cc',
121 'common/wm/wm_types.h',
122 'common/wm/wm_user_metrics_action.h',
123 'common/wm/wm_window.h',
124 'common/wm/wm_window_observer.h',
125 'common/wm/wm_window_property.h',
126 'common/wm/wm_window_tracker.h',
127 'common/wm/workspace/magnetism_matcher.cc',
128 'common/wm/workspace/magnetism_matcher.h',
129 'common/wm/workspace/multi_window_resize_controller.cc',
130 'common/wm/workspace/multi_window_resize_controller.h',
131 'common/wm/workspace/phantom_window_controller.cc',
132 'common/wm/workspace/phantom_window_controller.h',
133 'common/wm/workspace/two_step_edge_cycler.cc',
134 'common/wm/workspace/two_step_edge_cycler.h',
135 'common/wm/workspace/workspace_layout_manager.cc',
136 'common/wm/workspace/workspace_layout_manager.h',
137 'common/wm/workspace/workspace_layout_manager_backdrop_delegate.h',
138 'common/wm/workspace/workspace_layout_manager_delegate.h',
139 'common/wm/workspace/workspace_types.h',
140 'common/wm/workspace/workspace_window_resizer.cc',
141 'common/wm/workspace/workspace_window_resizer.h',
52 'container_delegate.h', 142 'container_delegate.h',
53 'container_delegate_aura.cc', 143 'container_delegate_aura.cc',
54 'container_delegate_aura.h', 144 'container_delegate_aura.h',
55 'debug.cc', 145 'debug.cc',
56 'debug.h', 146 'debug.h',
57 'default_accessibility_delegate.cc', 147 'default_accessibility_delegate.cc',
58 'default_accessibility_delegate.h', 148 'default_accessibility_delegate.h',
59 'default_user_wallpaper_delegate.cc', 149 'default_user_wallpaper_delegate.cc',
60 'default_user_wallpaper_delegate.h', 150 'default_user_wallpaper_delegate.h',
61 'desktop_background/desktop_background_controller.cc', 151 'desktop_background/desktop_background_controller.cc',
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 'wm/aura/wm_lookup_aura.cc', 629 'wm/aura/wm_lookup_aura.cc',
540 'wm/aura/wm_lookup_aura.h', 630 'wm/aura/wm_lookup_aura.h',
541 'wm/aura/wm_root_window_controller_aura.cc', 631 'wm/aura/wm_root_window_controller_aura.cc',
542 'wm/aura/wm_root_window_controller_aura.h', 632 'wm/aura/wm_root_window_controller_aura.h',
543 'wm/aura/wm_shelf_aura.cc', 633 'wm/aura/wm_shelf_aura.cc',
544 'wm/aura/wm_shelf_aura.h', 634 'wm/aura/wm_shelf_aura.h',
545 'wm/aura/wm_window_aura.cc', 635 'wm/aura/wm_window_aura.cc',
546 'wm/aura/wm_window_aura.h', 636 'wm/aura/wm_window_aura.h',
547 'wm/boot_splash_screen_chromeos.cc', 637 'wm/boot_splash_screen_chromeos.cc',
548 'wm/boot_splash_screen_chromeos.h', 638 'wm/boot_splash_screen_chromeos.h',
549 'wm/common/always_on_top_controller.cc',
550 'wm/common/always_on_top_controller.h',
551 'wm/common/background_animator.cc',
552 'wm/common/background_animator.h',
553 'wm/common/container_finder.cc',
554 'wm/common/container_finder.h',
555 'wm/common/default_state.cc',
556 'wm/common/default_state.h',
557 'wm/common/default_window_resizer.cc',
558 'wm/common/default_window_resizer.h',
559 'wm/common/dock/docked_window_layout_manager.cc',
560 'wm/common/dock/docked_window_layout_manager.h',
561 'wm/common/dock/docked_window_layout_manager_observer.h',
562 'wm/common/dock/docked_window_resizer.cc',
563 'wm/common/dock/docked_window_resizer.h',
564 'wm/common/drag_details.cc',
565 'wm/common/drag_details.h',
566 'wm/common/fullscreen_window_finder.cc',
567 'wm/common/fullscreen_window_finder.h',
568 'wm/common/panels/panel_layout_manager.cc',
569 'wm/common/panels/panel_layout_manager.h',
570 'wm/common/panels/panel_window_resizer.cc',
571 'wm/common/panels/panel_window_resizer.h',
572 'wm/common/root_window_finder.cc',
573 'wm/common/root_window_finder.h',
574 'wm/common/shelf/wm_shelf.h',
575 'wm/common/shelf/wm_shelf_constants.cc',
576 'wm/common/shelf/wm_shelf_constants.h',
577 'wm/common/shelf/wm_shelf_observer.h',
578 'wm/common/shelf/wm_shelf_types.h',
579 'wm/common/shelf/wm_shelf_util.cc',
580 'wm/common/shelf/wm_shelf_util.h',
581 'wm/common/switchable_windows.cc',
582 'wm/common/switchable_windows.h',
583 'wm/common/window_animation_types.h',
584 'wm/common/window_parenting_utils.cc',
585 'wm/common/window_parenting_utils.h',
586 'wm/common/window_positioner.cc',
587 'wm/common/window_positioner.h',
588 'wm/common/window_positioning_utils.cc',
589 'wm/common/window_positioning_utils.h',
590 'wm/common/window_resizer.cc',
591 'wm/common/window_resizer.h',
592 'wm/common/window_state.cc',
593 'wm/common/window_state.h',
594 'wm/common/window_state_delegate.cc',
595 'wm/common/window_state_delegate.h',
596 'wm/common/window_state_observer.h',
597 'wm/common/window_state_util.cc',
598 'wm/common/window_state_util.h',
599 'wm/common/wm_activation_observer.h',
600 'wm/common/wm_display_observer.h',
601 'wm/common/wm_event.cc',
602 'wm/common/wm_event.h',
603 'wm/common/wm_globals.cc',
604 'wm/common/wm_globals.h',
605 'wm/common/wm_layout_manager.h',
606 'wm/common/wm_lookup.cc',
607 'wm/common/wm_lookup.h',
608 'wm/common/wm_overview_mode_observer.h',
609 'wm/common/wm_root_window_controller.h',
610 'wm/common/wm_root_window_controller_observer.h',
611 'wm/common/wm_screen_util.cc',
612 'wm/common/wm_screen_util.h',
613 'wm/common/wm_snap_to_pixel_layout_manager.cc',
614 'wm/common/wm_snap_to_pixel_layout_manager.h',
615 'wm/common/wm_toplevel_window_event_handler.cc',
616 'wm/common/wm_toplevel_window_event_handler.h',
617 'wm/common/wm_types.cc',
618 'wm/common/wm_types.h',
619 'wm/common/wm_user_metrics_action.h',
620 'wm/common/wm_window.h',
621 'wm/common/wm_window_observer.h',
622 'wm/common/wm_window_property.h',
623 'wm/common/wm_window_tracker.h',
624 'wm/common/workspace/magnetism_matcher.cc',
625 'wm/common/workspace/magnetism_matcher.h',
626 'wm/common/workspace/multi_window_resize_controller.cc',
627 'wm/common/workspace/multi_window_resize_controller.h',
628 'wm/common/workspace/phantom_window_controller.cc',
629 'wm/common/workspace/phantom_window_controller.h',
630 'wm/common/workspace/two_step_edge_cycler.cc',
631 'wm/common/workspace/two_step_edge_cycler.h',
632 'wm/common/workspace/workspace_layout_manager.cc',
633 'wm/common/workspace/workspace_layout_manager.h',
634 'wm/common/workspace/workspace_layout_manager_backdrop_delegate.h',
635 'wm/common/workspace/workspace_layout_manager_delegate.h',
636 'wm/common/workspace/workspace_types.h',
637 'wm/common/workspace/workspace_window_resizer.cc',
638 'wm/common/workspace/workspace_window_resizer.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',
643 'wm/drag_window_controller.cc', 643 'wm/drag_window_controller.cc',
644 'wm/drag_window_controller.h', 644 'wm/drag_window_controller.h',
645 'wm/drag_window_resizer.cc', 645 'wm/drag_window_resizer.cc',
646 'wm/drag_window_resizer.h', 646 'wm/drag_window_resizer.h',
647 'wm/event_client_impl.cc', 647 'wm/event_client_impl.cc',
648 'wm/event_client_impl.h', 648 'wm/event_client_impl.h',
(...skipping 794 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/accelerators/accelerator_interactive_uitest_chromeos.cc ('k') | ash/autoclick/autoclick_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698