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

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.cc » ('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 abb723432e2f810b6ec2059e706a9660a64473e0..27f65454a8b2b72bbe1d03f31bb7e2df1f0c7dc5 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',
@@ -803,6 +807,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.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698