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

Side by Side Diff: ash/ash.gyp

Issue 2265563002: Shuffles around immersive related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@immersive_pure_virtual
Patch Set: move comment Created 4 years, 4 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/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_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 'common/wm/dock/docked_window_resizer.cc', 411 'common/wm/dock/docked_window_resizer.cc',
412 'common/wm/dock/docked_window_resizer.h', 412 'common/wm/dock/docked_window_resizer.h',
413 'common/wm/drag_details.cc', 413 'common/wm/drag_details.cc',
414 'common/wm/drag_details.h', 414 'common/wm/drag_details.h',
415 'common/wm/focus_rules.cc', 415 'common/wm/focus_rules.cc',
416 'common/wm/focus_rules.h', 416 'common/wm/focus_rules.h',
417 'common/wm/forwarding_layer_delegate.cc', 417 'common/wm/forwarding_layer_delegate.cc',
418 'common/wm/forwarding_layer_delegate.h', 418 'common/wm/forwarding_layer_delegate.h',
419 'common/wm/fullscreen_window_finder.cc', 419 'common/wm/fullscreen_window_finder.cc',
420 'common/wm/fullscreen_window_finder.h', 420 'common/wm/fullscreen_window_finder.h',
421 'common/wm/immersive/wm_immersive_fullscreen_controller.h', 421 'common/wm/immersive_context_ash.cc',
422 'common/wm/immersive/wm_immersive_fullscreen_controller_delegate.h', 422 'common/wm/immersive_context_ash.h',
423 'common/wm/immersive_revealed_lock.cc',
424 'common/wm/immersive_revealed_lock.h',
425 'common/wm/lock_state_observer.h', 423 'common/wm/lock_state_observer.h',
426 'common/wm/maximize_mode/maximize_mode_controller.cc', 424 'common/wm/maximize_mode/maximize_mode_controller.cc',
427 'common/wm/maximize_mode/maximize_mode_controller.h', 425 'common/wm/maximize_mode/maximize_mode_controller.h',
428 'common/wm/maximize_mode/maximize_mode_event_handler.cc', 426 'common/wm/maximize_mode/maximize_mode_event_handler.cc',
429 'common/wm/maximize_mode/maximize_mode_event_handler.h', 427 'common/wm/maximize_mode/maximize_mode_event_handler.h',
430 'common/wm/maximize_mode/maximize_mode_window_manager.cc', 428 'common/wm/maximize_mode/maximize_mode_window_manager.cc',
431 'common/wm/maximize_mode/maximize_mode_window_manager.h', 429 'common/wm/maximize_mode/maximize_mode_window_manager.h',
432 'common/wm/maximize_mode/maximize_mode_window_state.cc', 430 'common/wm/maximize_mode/maximize_mode_window_state.cc',
433 'common/wm/maximize_mode/maximize_mode_window_state.h', 431 'common/wm/maximize_mode/maximize_mode_window_state.h',
434 'common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h', 432 'common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 'rotator/screen_rotation_animator.cc', 638 'rotator/screen_rotation_animator.cc',
641 'rotator/screen_rotation_animator.h', 639 'rotator/screen_rotation_animator.h',
642 'rotator/window_rotation.cc', 640 'rotator/window_rotation.cc',
643 'rotator/window_rotation.h', 641 'rotator/window_rotation.h',
644 'screen_util.cc', 642 'screen_util.cc',
645 'screen_util.h', 643 'screen_util.h',
646 'screenshot_delegate.h', 644 'screenshot_delegate.h',
647 'shared/immersive_context.cc', 645 'shared/immersive_context.cc',
648 'shared/immersive_context.h', 646 'shared/immersive_context.h',
649 'shared/immersive_focus_watcher.h', 647 'shared/immersive_focus_watcher.h',
648 'shared/immersive_fullscreen_controller.cc',
649 'shared/immersive_fullscreen_controller.h',
650 'shared/immersive_fullscreen_controller_delegate.h',
650 'shared/immersive_gesture_handler.h', 651 'shared/immersive_gesture_handler.h',
652 'shared/immersive_handler_factory.cc',
653 'shared/immersive_handler_factory.h',
654 'shared/immersive_revealed_lock.cc',
655 'shared/immersive_revealed_lock.h',
651 'shelf/dimmer_view.cc', 656 'shelf/dimmer_view.cc',
652 'shelf/dimmer_view.h', 657 'shelf/dimmer_view.h',
653 'shelf/shelf.cc', 658 'shelf/shelf.cc',
654 'shelf/shelf.h', 659 'shelf/shelf.h',
655 'shelf/shelf_bezel_event_handler.cc', 660 'shelf/shelf_bezel_event_handler.cc',
656 'shelf/shelf_bezel_event_handler.h', 661 'shelf/shelf_bezel_event_handler.h',
657 'shelf/shelf_layout_manager.cc', 662 'shelf/shelf_layout_manager.cc',
658 'shelf/shelf_layout_manager.h', 663 'shelf/shelf_layout_manager.h',
659 'shelf/shelf_layout_manager_observer.h', 664 'shelf/shelf_layout_manager_observer.h',
660 'shelf/shelf_util.cc', 665 'shelf/shelf_util.cc',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 'wm/dim_window.cc', 714 'wm/dim_window.cc',
710 'wm/dim_window.h', 715 'wm/dim_window.h',
711 'wm/drag_window_controller.cc', 716 'wm/drag_window_controller.cc',
712 'wm/drag_window_controller.h', 717 'wm/drag_window_controller.h',
713 'wm/drag_window_resizer.cc', 718 'wm/drag_window_resizer.cc',
714 'wm/drag_window_resizer.h', 719 'wm/drag_window_resizer.h',
715 'wm/event_client_impl.cc', 720 'wm/event_client_impl.cc',
716 'wm/event_client_impl.h', 721 'wm/event_client_impl.h',
717 'wm/gestures/overview_gesture_handler.cc', 722 'wm/gestures/overview_gesture_handler.cc',
718 'wm/gestures/overview_gesture_handler.h', 723 'wm/gestures/overview_gesture_handler.h',
719 'wm/immersive_context_ash.cc',
720 'wm/immersive_context_ash.h',
721 'wm/immersive_focus_watcher_aura.cc', 724 'wm/immersive_focus_watcher_aura.cc',
722 'wm/immersive_focus_watcher_aura.h', 725 'wm/immersive_focus_watcher_aura.h',
723 'wm/immersive_fullscreen_controller.cc',
724 'wm/immersive_fullscreen_controller.h',
725 'wm/immersive_gesture_handler_aura.cc', 726 'wm/immersive_gesture_handler_aura.cc',
726 'wm/immersive_gesture_handler_aura.h', 727 'wm/immersive_gesture_handler_aura.h',
727 'wm/immersive_handler_factory.cc',
728 'wm/immersive_handler_factory.h',
729 'wm/immersive_handler_factory_ash.cc', 728 'wm/immersive_handler_factory_ash.cc',
730 'wm/immersive_handler_factory_ash.h', 729 'wm/immersive_handler_factory_ash.h',
731 'wm/lock_layout_manager.cc', 730 'wm/lock_layout_manager.cc',
732 'wm/lock_layout_manager.h', 731 'wm/lock_layout_manager.h',
733 'wm/lock_state_controller.cc', 732 'wm/lock_state_controller.cc',
734 'wm/lock_state_controller.h', 733 'wm/lock_state_controller.h',
735 'wm/lock_window_state.cc', 734 'wm/lock_window_state.cc',
736 'wm/lock_window_state.h', 735 'wm/lock_window_state.h',
737 'wm/maximize_mode/maximize_mode_event_handler_aura.cc', 736 'wm/maximize_mode/maximize_mode_event_handler_aura.cc',
738 'wm/maximize_mode/maximize_mode_event_handler_aura.h', 737 'wm/maximize_mode/maximize_mode_event_handler_aura.h',
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1500 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1502 ], 1501 ],
1503 } 1502 }
1504 ], 1503 ],
1505 ], 1504 ],
1506 }, 1505 },
1507 ], 1506 ],
1508 }], 1507 }],
1509 ], 1508 ],
1510 } 1509 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698