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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/shared/DEPS » ('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 b2961293d23a0041a220e8a4e9ce5f95fc26ff45..18c59284b93ed070ebba7440d0e72a23976adc6e 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -643,6 +643,8 @@
'rotator/screen_rotation_animator.h',
'rotator/window_rotation.cc',
'rotator/window_rotation.h',
+ 'shared/immersive_context.cc',
+ 'shared/immersive_context.h',
'screen_util.cc',
'screen_util.h',
'screenshot_delegate.h',
@@ -714,12 +716,18 @@
'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.cc',
'wm/immersive_focus_watcher.h',
'wm/immersive_fullscreen_controller.cc',
'wm/immersive_fullscreen_controller.h',
'wm/immersive_gesture_handler.cc',
'wm/immersive_gesture_handler.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',
'wm/lock_layout_manager.h',
'wm/lock_state_controller.cc',
« 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