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

Unified Diff: ash/ash.gyp

Issue 254673004: Add LockLayoutManager responsible for lock container (login/lock). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix crash Created 6 years, 6 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/ash_switches.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 7e4b4396a6e50ec1d7ab6899f2ae842219aaf59b..2fbfae7994d5ce5d2cae2093b9c8118be982574a 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -564,9 +564,13 @@
'wm/immersive_fullscreen_controller.h',
'wm/immersive_revealed_lock.cc',
'wm/immersive_revealed_lock.h',
+ 'wm/lock_layout_manager.cc',
+ 'wm/lock_layout_manager.h',
'wm/lock_state_controller.cc',
'wm/lock_state_controller.h',
'wm/lock_state_observer.h',
+ 'wm/lock_window_state.cc',
+ 'wm/lock_window_state.h',
'wm/maximize_mode/internal_input_device_list.h',
'wm/maximize_mode/internal_input_device_list_x11.cc',
'wm/maximize_mode/internal_input_device_list_x11.h',
@@ -996,6 +1000,7 @@
'wm/drag_window_resizer_unittest.cc',
'wm/gestures/overview_gesture_handler_unittest.cc',
'wm/immersive_fullscreen_controller_unittest.cc',
+ 'wm/lock_layout_manager_unittest.cc',
'wm/lock_state_controller_unittest.cc',
'wm/maximize_mode/accelerometer_test_data_literals.cc',
'wm/maximize_mode/maximize_mode_controller_unittest.cc',
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698