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

Side by Side Diff: ash/ash.gyp

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests 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 25 matching lines...) Expand all
36 'ash_constants.h', 36 'ash_constants.h',
37 'ash_export.h', 37 'ash_export.h',
38 'ash_layout_constants.cc', 38 'ash_layout_constants.cc',
39 'ash_layout_constants.h', 39 'ash_layout_constants.h',
40 'ash_switches.cc', 40 'ash_switches.cc',
41 'ash_switches.h', 41 'ash_switches.h',
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 'aura/aura_layout_manager_adapter.cc',
47 'aura/aura_layout_manager_adapter.h',
48 'aura/wm_lookup_aura.cc',
49 'aura/wm_lookup_aura.h',
50 'aura/wm_root_window_controller_aura.cc',
51 'aura/wm_root_window_controller_aura.h',
52 'aura/wm_shelf_aura.cc',
53 'aura/wm_shelf_aura.h',
54 'aura/wm_shell_aura.cc',
55 'aura/wm_shell_aura.h',
56 'aura/wm_window_aura.cc',
57 'aura/wm_window_aura.h',
46 'autoclick/autoclick_controller.cc', 58 'autoclick/autoclick_controller.cc',
47 'autoclick/autoclick_controller.h', 59 'autoclick/autoclick_controller.h',
48 'cancel_mode.cc', 60 'cancel_mode.cc',
49 'cancel_mode.h', 61 'cancel_mode.h',
50 'cast_config_delegate.cc', 62 'cast_config_delegate.cc',
51 'cast_config_delegate.h', 63 'cast_config_delegate.h',
52 'common/root_window_controller_common.cc', 64 'common/root_window_controller_common.cc',
53 'common/root_window_controller_common.h', 65 'common/root_window_controller_common.h',
54 'common/shell_window_ids.h', 66 'common/shell_window_ids.h',
55 'common/wm/always_on_top_controller.cc', 67 'common/wm/always_on_top_controller.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'common/wm/window_positioning_utils.h', 109 'common/wm/window_positioning_utils.h',
98 'common/wm/window_resizer.cc', 110 'common/wm/window_resizer.cc',
99 'common/wm/window_resizer.h', 111 'common/wm/window_resizer.h',
100 'common/wm/window_state.cc', 112 'common/wm/window_state.cc',
101 'common/wm/window_state.h', 113 'common/wm/window_state.h',
102 'common/wm/window_state_delegate.cc', 114 'common/wm/window_state_delegate.cc',
103 'common/wm/window_state_delegate.h', 115 'common/wm/window_state_delegate.h',
104 'common/wm/window_state_observer.h', 116 'common/wm/window_state_observer.h',
105 'common/wm/window_state_util.cc', 117 'common/wm/window_state_util.cc',
106 'common/wm/window_state_util.h', 118 'common/wm/window_state_util.h',
107 'common/wm/wm_activation_observer.h',
108 'common/wm/wm_display_observer.h',
109 'common/wm/wm_event.cc', 119 'common/wm/wm_event.cc',
110 'common/wm/wm_event.h', 120 'common/wm/wm_event.h',
111 'common/wm/wm_globals.cc',
112 'common/wm/wm_globals.h',
113 'common/wm/wm_layout_manager.h',
114 'common/wm/wm_lookup.cc',
115 'common/wm/wm_lookup.h',
116 'common/wm/wm_overview_mode_observer.h',
117 'common/wm/wm_root_window_controller.h',
118 'common/wm/wm_root_window_controller_observer.h',
119 'common/wm/wm_screen_util.cc', 121 'common/wm/wm_screen_util.cc',
120 'common/wm/wm_screen_util.h', 122 'common/wm/wm_screen_util.h',
121 'common/wm/wm_snap_to_pixel_layout_manager.cc', 123 'common/wm/wm_snap_to_pixel_layout_manager.cc',
122 'common/wm/wm_snap_to_pixel_layout_manager.h', 124 'common/wm/wm_snap_to_pixel_layout_manager.h',
123 'common/wm/wm_toplevel_window_event_handler.cc', 125 'common/wm/wm_toplevel_window_event_handler.cc',
124 'common/wm/wm_toplevel_window_event_handler.h', 126 'common/wm/wm_toplevel_window_event_handler.h',
125 'common/wm/wm_types.cc', 127 'common/wm/wm_types.cc',
126 'common/wm/wm_types.h', 128 'common/wm/wm_types.h',
127 'common/wm/wm_user_metrics_action.h', 129 'common/wm/wm_user_metrics_action.h',
128 'common/wm/wm_window.h',
129 'common/wm/wm_window_observer.h',
130 'common/wm/wm_window_property.h',
131 'common/wm/wm_window_tracker.h',
132 'common/wm/workspace/magnetism_matcher.cc', 130 'common/wm/workspace/magnetism_matcher.cc',
133 'common/wm/workspace/magnetism_matcher.h', 131 'common/wm/workspace/magnetism_matcher.h',
134 'common/wm/workspace/multi_window_resize_controller.cc', 132 'common/wm/workspace/multi_window_resize_controller.cc',
135 'common/wm/workspace/multi_window_resize_controller.h', 133 'common/wm/workspace/multi_window_resize_controller.h',
136 'common/wm/workspace/phantom_window_controller.cc', 134 'common/wm/workspace/phantom_window_controller.cc',
137 'common/wm/workspace/phantom_window_controller.h', 135 'common/wm/workspace/phantom_window_controller.h',
138 'common/wm/workspace/two_step_edge_cycler.cc', 136 'common/wm/workspace/two_step_edge_cycler.cc',
139 'common/wm/workspace/two_step_edge_cycler.h', 137 'common/wm/workspace/two_step_edge_cycler.h',
140 'common/wm/workspace/workspace_layout_manager.cc', 138 'common/wm/workspace/workspace_layout_manager.cc',
141 'common/wm/workspace/workspace_layout_manager.h', 139 'common/wm/workspace/workspace_layout_manager.h',
142 'common/wm/workspace/workspace_layout_manager_backdrop_delegate.h', 140 'common/wm/workspace/workspace_layout_manager_backdrop_delegate.h',
143 'common/wm/workspace/workspace_layout_manager_delegate.h', 141 'common/wm/workspace/workspace_layout_manager_delegate.h',
144 'common/wm/workspace/workspace_types.h', 142 'common/wm/workspace/workspace_types.h',
145 'common/wm/workspace/workspace_window_resizer.cc', 143 'common/wm/workspace/workspace_window_resizer.cc',
146 'common/wm/workspace/workspace_window_resizer.h', 144 'common/wm/workspace/workspace_window_resizer.h',
145 'common/wm_activation_observer.h',
146 'common/wm_display_observer.h',
147 'common/wm_layout_manager.h',
148 'common/wm_lookup.cc',
149 'common/wm_lookup.h',
150 'common/wm_overview_mode_observer.h',
151 'common/wm_root_window_controller.h',
152 'common/wm_root_window_controller_observer.h',
153 'common/wm_shell.cc',
154 'common/wm_shell.h',
155 'common/wm_window.h',
156 'common/wm_window_observer.h',
157 'common/wm_window_property.h',
158 'common/wm_window_tracker.h',
147 'container_delegate.h', 159 'container_delegate.h',
148 'container_delegate_aura.cc', 160 'container_delegate_aura.cc',
149 'container_delegate_aura.h', 161 'container_delegate_aura.h',
150 'debug.cc', 162 'debug.cc',
151 'debug.h', 163 'debug.h',
152 'default_accessibility_delegate.cc', 164 'default_accessibility_delegate.cc',
153 'default_accessibility_delegate.h', 165 'default_accessibility_delegate.h',
154 'default_user_wallpaper_delegate.cc', 166 'default_user_wallpaper_delegate.cc',
155 'default_user_wallpaper_delegate.h', 167 'default_user_wallpaper_delegate.h',
156 'desktop_background/desktop_background_controller.cc', 168 'desktop_background/desktop_background_controller.cc',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'touch/touchscreen_util.h', 629 'touch/touchscreen_util.h',
618 'utility/screenshot_controller.cc', 630 'utility/screenshot_controller.cc',
619 'utility/screenshot_controller.h', 631 'utility/screenshot_controller.h',
620 'virtual_keyboard_controller.cc', 632 'virtual_keyboard_controller.cc',
621 'virtual_keyboard_controller.h', 633 'virtual_keyboard_controller.h',
622 'volume_control_delegate.h', 634 'volume_control_delegate.h',
623 'wm/ash_focus_rules.cc', 635 'wm/ash_focus_rules.cc',
624 'wm/ash_focus_rules.h', 636 'wm/ash_focus_rules.h',
625 'wm/ash_native_cursor_manager.cc', 637 'wm/ash_native_cursor_manager.cc',
626 'wm/ash_native_cursor_manager.h', 638 'wm/ash_native_cursor_manager.h',
627 'wm/aura/aura_layout_manager_adapter.cc',
628 'wm/aura/aura_layout_manager_adapter.h',
629 'wm/aura/wm_globals_aura.cc',
630 'wm/aura/wm_globals_aura.h',
631 'wm/aura/wm_lookup_aura.cc',
632 'wm/aura/wm_lookup_aura.h',
633 'wm/aura/wm_root_window_controller_aura.cc',
634 'wm/aura/wm_root_window_controller_aura.h',
635 'wm/aura/wm_shelf_aura.cc',
636 'wm/aura/wm_shelf_aura.h',
637 'wm/aura/wm_window_aura.cc',
638 'wm/aura/wm_window_aura.h',
639 'wm/boot_splash_screen_chromeos.cc', 639 'wm/boot_splash_screen_chromeos.cc',
640 'wm/boot_splash_screen_chromeos.h', 640 'wm/boot_splash_screen_chromeos.h',
641 'wm/cursor_manager_chromeos.cc', 641 'wm/cursor_manager_chromeos.cc',
642 'wm/cursor_manager_chromeos.h', 642 'wm/cursor_manager_chromeos.h',
643 'wm/dim_window.cc', 643 'wm/dim_window.cc',
644 'wm/dim_window.h', 644 'wm/dim_window.h',
645 'wm/drag_window_controller.cc', 645 'wm/drag_window_controller.cc',
646 'wm/drag_window_controller.h', 646 'wm/drag_window_controller.h',
647 'wm/drag_window_resizer.cc', 647 'wm/drag_window_resizer.cc',
648 'wm/drag_window_resizer.h', 648 'wm/drag_window_resizer.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

Powered by Google App Engine
This is Rietveld 408576698