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

Side by Side Diff: ash/ash.gyp

Issue 2260613002: Adds ImmersiveContext and ImmersiveHandlerFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback 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/shared/DEPS » ('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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 'root_window_controller.cc', 636 'root_window_controller.cc',
637 'root_window_controller.h', 637 'root_window_controller.h',
638 'root_window_settings.cc', 638 'root_window_settings.cc',
639 'root_window_settings.h', 639 'root_window_settings.h',
640 'rotator/screen_rotation_animation.cc', 640 'rotator/screen_rotation_animation.cc',
641 'rotator/screen_rotation_animation.h', 641 'rotator/screen_rotation_animation.h',
642 'rotator/screen_rotation_animator.cc', 642 'rotator/screen_rotation_animator.cc',
643 'rotator/screen_rotation_animator.h', 643 'rotator/screen_rotation_animator.h',
644 'rotator/window_rotation.cc', 644 'rotator/window_rotation.cc',
645 'rotator/window_rotation.h', 645 'rotator/window_rotation.h',
646 'shared/immersive_context.cc',
647 'shared/immersive_context.h',
646 'screen_util.cc', 648 'screen_util.cc',
647 'screen_util.h', 649 'screen_util.h',
648 'screenshot_delegate.h', 650 'screenshot_delegate.h',
649 'shelf/dimmer_view.cc', 651 'shelf/dimmer_view.cc',
650 'shelf/dimmer_view.h', 652 'shelf/dimmer_view.h',
651 'shelf/shelf.cc', 653 'shelf/shelf.cc',
652 'shelf/shelf.h', 654 'shelf/shelf.h',
653 'shelf/shelf_bezel_event_handler.cc', 655 'shelf/shelf_bezel_event_handler.cc',
654 'shelf/shelf_bezel_event_handler.h', 656 'shelf/shelf_bezel_event_handler.h',
655 'shelf/shelf_layout_manager.cc', 657 'shelf/shelf_layout_manager.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 'wm/dim_window.cc', 709 'wm/dim_window.cc',
708 'wm/dim_window.h', 710 'wm/dim_window.h',
709 'wm/drag_window_controller.cc', 711 'wm/drag_window_controller.cc',
710 'wm/drag_window_controller.h', 712 'wm/drag_window_controller.h',
711 'wm/drag_window_resizer.cc', 713 'wm/drag_window_resizer.cc',
712 'wm/drag_window_resizer.h', 714 'wm/drag_window_resizer.h',
713 'wm/event_client_impl.cc', 715 'wm/event_client_impl.cc',
714 'wm/event_client_impl.h', 716 'wm/event_client_impl.h',
715 'wm/gestures/overview_gesture_handler.cc', 717 'wm/gestures/overview_gesture_handler.cc',
716 'wm/gestures/overview_gesture_handler.h', 718 'wm/gestures/overview_gesture_handler.h',
719 'wm/immersive_context_ash.cc',
720 'wm/immersive_context_ash.h',
717 'wm/immersive_focus_watcher.cc', 721 'wm/immersive_focus_watcher.cc',
718 'wm/immersive_focus_watcher.h', 722 'wm/immersive_focus_watcher.h',
719 'wm/immersive_fullscreen_controller.cc', 723 'wm/immersive_fullscreen_controller.cc',
720 'wm/immersive_fullscreen_controller.h', 724 'wm/immersive_fullscreen_controller.h',
721 'wm/immersive_gesture_handler.cc', 725 'wm/immersive_gesture_handler.cc',
722 'wm/immersive_gesture_handler.h', 726 'wm/immersive_gesture_handler.h',
727 'wm/immersive_handler_factory.cc',
728 'wm/immersive_handler_factory.h',
729 'wm/immersive_handler_factory_ash.cc',
730 'wm/immersive_handler_factory_ash.h',
723 'wm/lock_layout_manager.cc', 731 'wm/lock_layout_manager.cc',
724 'wm/lock_layout_manager.h', 732 'wm/lock_layout_manager.h',
725 'wm/lock_state_controller.cc', 733 'wm/lock_state_controller.cc',
726 'wm/lock_state_controller.h', 734 'wm/lock_state_controller.h',
727 'wm/lock_window_state.cc', 735 'wm/lock_window_state.cc',
728 'wm/lock_window_state.h', 736 'wm/lock_window_state.h',
729 'wm/maximize_mode/maximize_mode_event_handler_aura.cc', 737 'wm/maximize_mode/maximize_mode_event_handler_aura.cc',
730 'wm/maximize_mode/maximize_mode_event_handler_aura.h', 738 'wm/maximize_mode/maximize_mode_event_handler_aura.h',
731 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc', 739 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc',
732 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h', 740 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h',
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1501 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1494 ], 1502 ],
1495 } 1503 }
1496 ], 1504 ],
1497 ], 1505 ],
1498 }, 1506 },
1499 ], 1507 ],
1500 }], 1508 }],
1501 ], 1509 ],
1502 } 1510 }
OLDNEW
« no previous file with comments | « no previous file | ash/shared/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698