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

Unified Diff: ash/BUILD.gn

Issue 2354533004: Ports LockLayoutManager/LockWindowState to ash/common (Closed)
Patch Set: Created 4 years, 3 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/common/wm/lock_layout_manager.h » ('j') | ash/common/wm/lock_layout_manager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index efee3cad5a936df8924aaf5fa1a89b58af20eab0..34e8718f00ed2ee46315ad855f9d85f9c977d5e3 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -448,7 +448,11 @@ component("ash") {
"common/wm/fullscreen_window_finder.h",
"common/wm/immersive_context_ash.cc",
"common/wm/immersive_context_ash.h",
+ "common/wm/lock_layout_manager.cc",
+ "common/wm/lock_layout_manager.h",
"common/wm/lock_state_observer.h",
+ "common/wm/lock_window_state.cc",
+ "common/wm/lock_window_state.h",
"common/wm/maximize_mode/maximize_mode_controller.cc",
"common/wm/maximize_mode/maximize_mode_controller.h",
"common/wm/maximize_mode/maximize_mode_event_handler.cc",
@@ -741,12 +745,8 @@ component("ash") {
"wm/immersive_gesture_handler_aura.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",
"wm/lock_state_controller.h",
- "wm/lock_window_state.cc",
- "wm/lock_window_state.h",
"wm/maximize_mode/maximize_mode_event_handler_aura.cc",
"wm/maximize_mode/maximize_mode_event_handler_aura.h",
"wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc",
« no previous file with comments | « no previous file | ash/common/wm/lock_layout_manager.h » ('j') | ash/common/wm/lock_layout_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698