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

Unified Diff: ash/ash.gyp

Issue 48963002: [Refactor] Move the non-browser specific logic of ImmersiveModeControllerAsh into ash part 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/wm/immersive_fullscreen_controller.h » ('j') | ash/wm/immersive_fullscreen_controller.h » ('J')
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 606f35ba413919093a0ead9686456a833cce7e5c..ad27ce7c7c70adb99a7c0f567dc46b4b1cd1543a 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -460,6 +460,10 @@
'wm/gestures/two_finger_drag_handler.h',
'wm/image_cursors.cc',
'wm/image_cursors.h',
+ 'wm/immersive_fullscreen_controller.cc',
+ 'wm/immersive_fullscreen_controller.h',
+ 'wm/immersive_revealed_lock.cc',
+ 'wm/immersive_revealed_lock.h',
'wm/lock_state_controller.cc',
'wm/lock_state_controller.h',
'wm/lock_state_observer.h',
@@ -808,6 +812,7 @@
'wm/dock/docked_window_resizer_unittest.cc',
'wm/drag_window_resizer_unittest.cc',
'wm/header_painter_unittest.cc',
+ 'wm/immersive_fullscreen_controller_unittest.cc',
'wm/lock_state_controller_unittest.cc',
'wm/mru_window_tracker_unittest.cc',
'wm/overview/window_selector_unittest.cc',
« no previous file with comments | « no previous file | ash/wm/immersive_fullscreen_controller.h » ('j') | ash/wm/immersive_fullscreen_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698