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

Side by Side Diff: ash/ash.gyp

Issue 2108223002: Moves handful of classes in ash/wm/maximize_mode to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@maximize_mode_window_manager
Patch Set: remove extraneous Created 4 years, 5 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/common/wm/maximize_mode/maximize_mode_window_manager.h » ('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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'common/wm/dock/docked_window_resizer.cc', 258 'common/wm/dock/docked_window_resizer.cc',
259 'common/wm/dock/docked_window_resizer.h', 259 'common/wm/dock/docked_window_resizer.h',
260 'common/wm/drag_details.cc', 260 'common/wm/drag_details.cc',
261 'common/wm/drag_details.h', 261 'common/wm/drag_details.h',
262 'common/wm/focus_rules.cc', 262 'common/wm/focus_rules.cc',
263 'common/wm/focus_rules.h', 263 'common/wm/focus_rules.h',
264 'common/wm/fullscreen_window_finder.cc', 264 'common/wm/fullscreen_window_finder.cc',
265 'common/wm/fullscreen_window_finder.h', 265 'common/wm/fullscreen_window_finder.h',
266 'common/wm/maximize_mode/maximize_mode_event_handler.cc', 266 'common/wm/maximize_mode/maximize_mode_event_handler.cc',
267 'common/wm/maximize_mode/maximize_mode_event_handler.h', 267 'common/wm/maximize_mode/maximize_mode_event_handler.h',
268 'common/wm/maximize_mode/maximize_mode_window_manager.cc',
269 'common/wm/maximize_mode/maximize_mode_window_manager.h',
270 'common/wm/maximize_mode/maximize_mode_window_state.cc',
271 'common/wm/maximize_mode/maximize_mode_window_state.h',
272 'common/wm/maximize_mode/workspace_backdrop_delegate.cc',
273 'common/wm/maximize_mode/workspace_backdrop_delegate.h',
268 'common/wm/mru_window_tracker.cc', 274 'common/wm/mru_window_tracker.cc',
269 'common/wm/mru_window_tracker.h', 275 'common/wm/mru_window_tracker.h',
270 'common/wm/overview/overview_animation_type.h', 276 'common/wm/overview/overview_animation_type.h',
271 'common/wm/overview/scoped_overview_animation_settings.h', 277 'common/wm/overview/scoped_overview_animation_settings.h',
272 'common/wm/overview/scoped_overview_animation_settings_factory.cc', 278 'common/wm/overview/scoped_overview_animation_settings_factory.cc',
273 'common/wm/overview/scoped_overview_animation_settings_factory.h', 279 'common/wm/overview/scoped_overview_animation_settings_factory.h',
274 'common/wm/overview/scoped_transform_overview_window.cc', 280 'common/wm/overview/scoped_transform_overview_window.cc',
275 'common/wm/overview/scoped_transform_overview_window.h', 281 'common/wm/overview/scoped_transform_overview_window.h',
276 'common/wm/overview/window_grid.cc', 282 'common/wm/overview/window_grid.cc',
277 'common/wm/overview/window_grid.h', 283 'common/wm/overview/window_grid.h',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'wm/lock_layout_manager.h', 685 'wm/lock_layout_manager.h',
680 'wm/lock_state_controller.cc', 686 'wm/lock_state_controller.cc',
681 'wm/lock_state_controller.h', 687 'wm/lock_state_controller.h',
682 'wm/lock_state_observer.h', 688 'wm/lock_state_observer.h',
683 'wm/lock_window_state.cc', 689 'wm/lock_window_state.cc',
684 'wm/lock_window_state.h', 690 'wm/lock_window_state.h',
685 'wm/maximize_mode/maximize_mode_controller.cc', 691 'wm/maximize_mode/maximize_mode_controller.cc',
686 'wm/maximize_mode/maximize_mode_controller.h', 692 'wm/maximize_mode/maximize_mode_controller.h',
687 'wm/maximize_mode/maximize_mode_event_handler_aura.cc', 693 'wm/maximize_mode/maximize_mode_event_handler_aura.cc',
688 'wm/maximize_mode/maximize_mode_event_handler_aura.h', 694 'wm/maximize_mode/maximize_mode_event_handler_aura.h',
689 'wm/maximize_mode/maximize_mode_window_manager.cc',
690 'wm/maximize_mode/maximize_mode_window_manager.h',
691 'wm/maximize_mode/maximize_mode_window_state.cc',
692 'wm/maximize_mode/maximize_mode_window_state.h',
693 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h', 695 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h',
694 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc', 696 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc',
695 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h', 697 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h',
696 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc', 698 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc',
697 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h', 699 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h',
698 'wm/maximize_mode/workspace_backdrop_delegate.cc',
699 'wm/maximize_mode/workspace_backdrop_delegate.h',
700 'wm/overlay_event_filter.cc', 700 'wm/overlay_event_filter.cc',
701 'wm/overlay_event_filter.h', 701 'wm/overlay_event_filter.h',
702 'wm/overview/scoped_overview_animation_settings_aura.cc', 702 'wm/overview/scoped_overview_animation_settings_aura.cc',
703 'wm/overview/scoped_overview_animation_settings_aura.h', 703 'wm/overview/scoped_overview_animation_settings_aura.h',
704 'wm/overview/scoped_overview_animation_settings_factory_aura.cc', 704 'wm/overview/scoped_overview_animation_settings_factory_aura.cc',
705 'wm/overview/scoped_overview_animation_settings_factory_aura.h', 705 'wm/overview/scoped_overview_animation_settings_factory_aura.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',
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1452 ], 1452 ],
1453 } 1453 }
1454 ], 1454 ],
1455 ], 1455 ],
1456 }, 1456 },
1457 ], 1457 ],
1458 }], 1458 }],
1459 ], 1459 ],
1460 } 1460 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/wm/maximize_mode/maximize_mode_window_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698