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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 9237ca1aef34ecc9325d2dd5e58fb3b96d9060c6..ef518ba4a2559a3e03465fcd98ecfa8a65a739d3 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -418,10 +418,8 @@
'common/wm/forwarding_layer_delegate.h',
'common/wm/fullscreen_window_finder.cc',
'common/wm/fullscreen_window_finder.h',
- 'common/wm/immersive/wm_immersive_fullscreen_controller.h',
- 'common/wm/immersive/wm_immersive_fullscreen_controller_delegate.h',
- 'common/wm/immersive_revealed_lock.cc',
- 'common/wm/immersive_revealed_lock.h',
+ 'common/wm/immersive_context_ash.cc',
+ 'common/wm/immersive_context_ash.h',
'common/wm/lock_state_observer.h',
'common/wm/maximize_mode/maximize_mode_controller.cc',
'common/wm/maximize_mode/maximize_mode_controller.h',
@@ -647,7 +645,14 @@
'shared/immersive_context.cc',
'shared/immersive_context.h',
'shared/immersive_focus_watcher.h',
+ 'shared/immersive_fullscreen_controller.cc',
+ 'shared/immersive_fullscreen_controller.h',
+ 'shared/immersive_fullscreen_controller_delegate.h',
'shared/immersive_gesture_handler.h',
+ 'shared/immersive_handler_factory.cc',
+ 'shared/immersive_handler_factory.h',
+ 'shared/immersive_revealed_lock.cc',
+ 'shared/immersive_revealed_lock.h',
'shelf/dimmer_view.cc',
'shelf/dimmer_view.h',
'shelf/shelf.cc',
@@ -716,16 +721,10 @@
'wm/event_client_impl.h',
'wm/gestures/overview_gesture_handler.cc',
'wm/gestures/overview_gesture_handler.h',
- 'wm/immersive_context_ash.cc',
- 'wm/immersive_context_ash.h',
'wm/immersive_focus_watcher_aura.cc',
'wm/immersive_focus_watcher_aura.h',
- 'wm/immersive_fullscreen_controller.cc',
- 'wm/immersive_fullscreen_controller.h',
'wm/immersive_gesture_handler_aura.cc',
'wm/immersive_gesture_handler_aura.h',
- 'wm/immersive_handler_factory.cc',
- 'wm/immersive_handler_factory.h',
'wm/immersive_handler_factory_ash.cc',
'wm/immersive_handler_factory_ash.h',
'wm/lock_layout_manager.cc',
« 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