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

Unified Diff: ash/BUILD.gn

Issue 2474913004: Tablet-like power button behavior on Convertible/Tablet ChromeOS devices (Closed)
Patch Set: nits on tests Created 4 years, 1 month 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/lock_state_controller.h » ('j') | ash/wm/power_button_controller.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 ebd98b3efaad30f0b6a0b7bb5cbc2e0a25c27e0d..97f77e3103077186fb122bba9db3380dfcfa8f07 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -824,6 +824,8 @@ component("ash") {
"wm/system_modal_container_event_filter_delegate.h",
"wm/system_wallpaper_controller.cc",
"wm/system_wallpaper_controller.h",
+ "wm/tablet_power_button_controller.cc",
+ "wm/tablet_power_button_controller.h",
"wm/toplevel_window_event_handler.cc",
"wm/toplevel_window_event_handler.h",
"wm/video_detector.cc",
@@ -1340,6 +1342,7 @@ test("ash_unittests") {
"wm/stacking_controller_unittest.cc",
"wm/system_gesture_event_filter_unittest.cc",
"wm/system_modal_container_layout_manager_unittest.cc",
+ "wm/tablet_power_button_controller_unittest.cc",
"wm/toplevel_window_event_handler_unittest.cc",
"wm/video_detector_unittest.cc",
"wm/window_animations_unittest.cc",
@@ -1460,6 +1463,7 @@ test("ash_unittests") {
# Talks to ChromeOS system services.
"wm/lock_state_controller_unittest.cc",
+ "wm/tablet_power_button_controller_unittest.cc",
# Maximize mode is only available on Chrome OS.
"wm/maximize_mode/maximize_mode_controller_unittest.cc",
« no previous file with comments | « no previous file | ash/wm/lock_state_controller.h » ('j') | ash/wm/power_button_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698