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

Side by Side Diff: ash/ash.gyp

Issue 2087153003: Moves common code in ash/wm/overview to ash/common/wm/overview (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
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/aura/wm_shell_aura.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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'common/wm/dock/docked_window_resizer.cc', 205 'common/wm/dock/docked_window_resizer.cc',
206 'common/wm/dock/docked_window_resizer.h', 206 'common/wm/dock/docked_window_resizer.h',
207 'common/wm/drag_details.cc', 207 'common/wm/drag_details.cc',
208 'common/wm/drag_details.h', 208 'common/wm/drag_details.h',
209 'common/wm/focus_rules.cc', 209 'common/wm/focus_rules.cc',
210 'common/wm/focus_rules.h', 210 'common/wm/focus_rules.h',
211 'common/wm/fullscreen_window_finder.cc', 211 'common/wm/fullscreen_window_finder.cc',
212 'common/wm/fullscreen_window_finder.h', 212 'common/wm/fullscreen_window_finder.h',
213 'common/wm/mru_window_tracker.cc', 213 'common/wm/mru_window_tracker.cc',
214 'common/wm/mru_window_tracker.h', 214 'common/wm/mru_window_tracker.h',
215 'common/wm/overview/overview_animation_type.h',
216 'common/wm/overview/scoped_overview_animation_settings.h',
217 'common/wm/overview/scoped_overview_animation_settings_factory.cc',
218 'common/wm/overview/scoped_overview_animation_settings_factory.h',
219 'common/wm/overview/scoped_transform_overview_window.cc',
220 'common/wm/overview/scoped_transform_overview_window.h',
221 'common/wm/overview/window_grid.cc',
222 'common/wm/overview/window_grid.h',
223 'common/wm/overview/window_selector.cc',
224 'common/wm/overview/window_selector.h',
225 'common/wm/overview/window_selector_controller.cc',
226 'common/wm/overview/window_selector_controller.h',
227 'common/wm/overview/window_selector_item.cc',
228 'common/wm/overview/window_selector_item.h',
215 'common/wm/panels/panel_layout_manager.cc', 229 'common/wm/panels/panel_layout_manager.cc',
216 'common/wm/panels/panel_layout_manager.h', 230 'common/wm/panels/panel_layout_manager.h',
217 'common/wm/panels/panel_window_resizer.cc', 231 'common/wm/panels/panel_window_resizer.cc',
218 'common/wm/panels/panel_window_resizer.h', 232 'common/wm/panels/panel_window_resizer.h',
219 'common/wm/root_window_finder.cc', 233 'common/wm/root_window_finder.cc',
220 'common/wm/root_window_finder.h', 234 'common/wm/root_window_finder.h',
221 'common/wm/root_window_layout_manager.cc', 235 'common/wm/root_window_layout_manager.cc',
222 'common/wm/root_window_layout_manager.h', 236 'common/wm/root_window_layout_manager.h',
223 'common/wm/switchable_windows.cc', 237 'common/wm/switchable_windows.cc',
224 'common/wm/switchable_windows.h', 238 'common/wm/switchable_windows.h',
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'wm/maximize_mode/maximize_mode_window_state.h', 692 'wm/maximize_mode/maximize_mode_window_state.h',
679 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h', 693 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h',
680 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc', 694 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc',
681 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h', 695 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h',
682 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc', 696 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc',
683 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h', 697 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h',
684 'wm/maximize_mode/workspace_backdrop_delegate.cc', 698 'wm/maximize_mode/workspace_backdrop_delegate.cc',
685 'wm/maximize_mode/workspace_backdrop_delegate.h', 699 'wm/maximize_mode/workspace_backdrop_delegate.h',
686 'wm/overlay_event_filter.cc', 700 'wm/overlay_event_filter.cc',
687 'wm/overlay_event_filter.h', 701 'wm/overlay_event_filter.h',
688 'wm/overview/overview_animation_type.h',
689 'wm/overview/scoped_overview_animation_settings.h',
690 'wm/overview/scoped_overview_animation_settings_aura.cc', 702 'wm/overview/scoped_overview_animation_settings_aura.cc',
691 'wm/overview/scoped_overview_animation_settings_aura.h', 703 'wm/overview/scoped_overview_animation_settings_aura.h',
692 'wm/overview/scoped_overview_animation_settings_factory.cc',
693 'wm/overview/scoped_overview_animation_settings_factory.h',
694 'wm/overview/scoped_overview_animation_settings_factory_aura.cc', 704 'wm/overview/scoped_overview_animation_settings_factory_aura.cc',
695 'wm/overview/scoped_overview_animation_settings_factory_aura.h', 705 'wm/overview/scoped_overview_animation_settings_factory_aura.h',
696 'wm/overview/scoped_transform_overview_window.cc',
697 'wm/overview/scoped_transform_overview_window.h',
698 'wm/overview/window_grid.cc',
699 'wm/overview/window_grid.h',
700 'wm/overview/window_selector.cc',
701 'wm/overview/window_selector.h',
702 'wm/overview/window_selector_controller.cc',
703 'wm/overview/window_selector_controller.h',
704 'wm/overview/window_selector_item.cc',
705 'wm/overview/window_selector_item.h',
706 'wm/panels/attached_panel_window_targeter.cc', 706 'wm/panels/attached_panel_window_targeter.cc',
707 'wm/panels/attached_panel_window_targeter.h', 707 'wm/panels/attached_panel_window_targeter.h',
708 'wm/panels/panel_frame_view.cc', 708 'wm/panels/panel_frame_view.cc',
709 'wm/panels/panel_frame_view.h', 709 'wm/panels/panel_frame_view.h',
710 'wm/panels/panel_window_event_handler.cc', 710 'wm/panels/panel_window_event_handler.cc',
711 'wm/panels/panel_window_event_handler.h', 711 'wm/panels/panel_window_event_handler.h',
712 'wm/power_button_controller.cc', 712 'wm/power_button_controller.cc',
713 'wm/power_button_controller.h', 713 'wm/power_button_controller.h',
714 'wm/resize_handle_window_targeter.cc', 714 'wm/resize_handle_window_targeter.cc',
715 'wm/resize_handle_window_targeter.h', 715 'wm/resize_handle_window_targeter.h',
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1453 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1454 ], 1454 ],
1455 } 1455 }
1456 ], 1456 ],
1457 ], 1457 ],
1458 }, 1458 },
1459 ], 1459 ],
1460 }], 1460 }],
1461 ], 1461 ],
1462 } 1462 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/aura/wm_shell_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698