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

Unified Diff: ash/BUILD.gn

Issue 2876993002: Introduce window container to be used by lock screen app windows (Closed)
Patch Set: . Created 3 years, 7 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/public/cpp/shell_window_ids.h » ('j') | ash/wm/lock_action_handler_layout_manager.cc » ('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 63d90aeaac4d4afc14b13ff509f22b7e4556588b..94036bb1fe8eb365aafdb0f934aaffb2e73246c6 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -653,6 +653,8 @@ component("ash") {
"wm/immersive_gesture_handler_aura.h",
"wm/immersive_handler_factory_ash.cc",
"wm/immersive_handler_factory_ash.h",
+ "wm/lock_action_handler_layout_manager.cc",
+ "wm/lock_action_handler_layout_manager.h",
"wm/lock_layout_manager.cc",
"wm/lock_layout_manager.h",
"wm/lock_state_controller.cc",
@@ -1396,6 +1398,10 @@ test("ash_unittests") {
# TODO: fails because keyboard is not enabled in mash.
# http://crbug.com/648733.
+ "wm/lock_action_handler_layout_manager_unittest.cc",
+
+ # TODO: fails because keyboard is not enabled in mash.
+ # http://crbug.com/648733.
"wm/lock_layout_manager_unittest.cc",
# TODO: investigate failures in mash. http://crbug.com/698092.
« no previous file with comments | « no previous file | ash/public/cpp/shell_window_ids.h » ('j') | ash/wm/lock_action_handler_layout_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698