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

Side by Side Diff: ash/ash.gyp

Issue 2118643002: Move MaximizeModeController into ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: doh 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 | « ash/app_list/app_list_presenter_delegate.cc ('k') | ash/aura/wm_shell_aura.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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'common/wm/dock/docked_window_layout_manager.h', 298 'common/wm/dock/docked_window_layout_manager.h',
299 'common/wm/dock/docked_window_layout_manager_observer.h', 299 'common/wm/dock/docked_window_layout_manager_observer.h',
300 'common/wm/dock/docked_window_resizer.cc', 300 'common/wm/dock/docked_window_resizer.cc',
301 'common/wm/dock/docked_window_resizer.h', 301 'common/wm/dock/docked_window_resizer.h',
302 'common/wm/drag_details.cc', 302 'common/wm/drag_details.cc',
303 'common/wm/drag_details.h', 303 'common/wm/drag_details.h',
304 'common/wm/focus_rules.cc', 304 'common/wm/focus_rules.cc',
305 'common/wm/focus_rules.h', 305 'common/wm/focus_rules.h',
306 'common/wm/fullscreen_window_finder.cc', 306 'common/wm/fullscreen_window_finder.cc',
307 'common/wm/fullscreen_window_finder.h', 307 'common/wm/fullscreen_window_finder.h',
308 'common/wm/maximize_mode/maximize_mode_controller.cc',
309 'common/wm/maximize_mode/maximize_mode_controller.h',
308 'common/wm/maximize_mode/maximize_mode_event_handler.cc', 310 'common/wm/maximize_mode/maximize_mode_event_handler.cc',
309 'common/wm/maximize_mode/maximize_mode_event_handler.h', 311 'common/wm/maximize_mode/maximize_mode_event_handler.h',
310 'common/wm/maximize_mode/maximize_mode_window_manager.cc', 312 'common/wm/maximize_mode/maximize_mode_window_manager.cc',
311 'common/wm/maximize_mode/maximize_mode_window_manager.h', 313 'common/wm/maximize_mode/maximize_mode_window_manager.h',
312 'common/wm/maximize_mode/maximize_mode_window_state.cc', 314 'common/wm/maximize_mode/maximize_mode_window_state.cc',
313 'common/wm/maximize_mode/maximize_mode_window_state.h', 315 'common/wm/maximize_mode/maximize_mode_window_state.h',
316 'common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h',
314 'common/wm/maximize_mode/workspace_backdrop_delegate.cc', 317 'common/wm/maximize_mode/workspace_backdrop_delegate.cc',
315 'common/wm/maximize_mode/workspace_backdrop_delegate.h', 318 'common/wm/maximize_mode/workspace_backdrop_delegate.h',
316 'common/wm/mru_window_tracker.cc', 319 'common/wm/mru_window_tracker.cc',
317 'common/wm/mru_window_tracker.h', 320 'common/wm/mru_window_tracker.h',
318 'common/wm/overview/overview_animation_type.h', 321 'common/wm/overview/overview_animation_type.h',
319 'common/wm/overview/scoped_overview_animation_settings.h', 322 'common/wm/overview/scoped_overview_animation_settings.h',
320 'common/wm/overview/scoped_overview_animation_settings_factory.cc', 323 'common/wm/overview/scoped_overview_animation_settings_factory.cc',
321 'common/wm/overview/scoped_overview_animation_settings_factory.h', 324 'common/wm/overview/scoped_overview_animation_settings_factory.h',
322 'common/wm/overview/scoped_transform_overview_window.cc', 325 'common/wm/overview/scoped_transform_overview_window.cc',
323 'common/wm/overview/scoped_transform_overview_window.h', 326 'common/wm/overview/scoped_transform_overview_window.h',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'wm/immersive_fullscreen_controller.h', 682 'wm/immersive_fullscreen_controller.h',
680 'wm/immersive_revealed_lock.cc', 683 'wm/immersive_revealed_lock.cc',
681 'wm/immersive_revealed_lock.h', 684 'wm/immersive_revealed_lock.h',
682 'wm/lock_layout_manager.cc', 685 'wm/lock_layout_manager.cc',
683 'wm/lock_layout_manager.h', 686 'wm/lock_layout_manager.h',
684 'wm/lock_state_controller.cc', 687 'wm/lock_state_controller.cc',
685 'wm/lock_state_controller.h', 688 'wm/lock_state_controller.h',
686 'wm/lock_state_observer.h', 689 'wm/lock_state_observer.h',
687 'wm/lock_window_state.cc', 690 'wm/lock_window_state.cc',
688 'wm/lock_window_state.h', 691 'wm/lock_window_state.h',
689 'wm/maximize_mode/maximize_mode_controller.cc',
690 'wm/maximize_mode/maximize_mode_controller.h',
691 'wm/maximize_mode/maximize_mode_event_handler_aura.cc', 692 'wm/maximize_mode/maximize_mode_event_handler_aura.cc',
692 'wm/maximize_mode/maximize_mode_event_handler_aura.h', 693 'wm/maximize_mode/maximize_mode_event_handler_aura.h',
693 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h',
694 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc', 694 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc',
695 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h', 695 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h',
696 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc', 696 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc',
697 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h', 697 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h',
698 'wm/overlay_event_filter.cc', 698 'wm/overlay_event_filter.cc',
699 'wm/overlay_event_filter.h', 699 'wm/overlay_event_filter.h',
700 'wm/overview/scoped_overview_animation_settings_aura.cc', 700 'wm/overview/scoped_overview_animation_settings_aura.cc',
701 'wm/overview/scoped_overview_animation_settings_aura.h', 701 'wm/overview/scoped_overview_animation_settings_aura.h',
702 'wm/overview/scoped_overview_animation_settings_factory_aura.cc', 702 'wm/overview/scoped_overview_animation_settings_factory_aura.cc',
703 'wm/overview/scoped_overview_animation_settings_factory_aura.h', 703 'wm/overview/scoped_overview_animation_settings_factory_aura.h',
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1451 ], 1451 ],
1452 } 1452 }
1453 ], 1453 ],
1454 ], 1454 ],
1455 }, 1455 },
1456 ], 1456 ],
1457 }], 1457 }],
1458 ], 1458 ],
1459 } 1459 }
OLDNEW
« no previous file with comments | « ash/app_list/app_list_presenter_delegate.cc ('k') | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698