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

Unified Diff: ash/BUILD.gn

Issue 2474913004: Tablet-like power button behavior on Convertible/Tablet ChromeOS devices (Closed)
Patch Set: cr based on comments 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
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 41ab1777e7fefcad799d393733b02008162cd7b3..ebbb5fbf3c7564e8e3272ef356854d04fa1410b1 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -735,6 +735,8 @@ component("ash") {
"sticky_keys/sticky_keys_state.h",
"system/chromeos/power/power_event_observer.cc",
"system/chromeos/power/power_event_observer.h",
+ "system/chromeos/power/tablet_power_button_controller.cc",
+ "system/chromeos/power/tablet_power_button_controller.h",
"system/chromeos/power/video_activity_notifier.cc",
"system/chromeos/power/video_activity_notifier.h",
"system/chromeos/rotation/tray_rotation_lock.cc",
@@ -1289,6 +1291,7 @@ test("ash_unittests") {
"sticky_keys/sticky_keys_overlay_unittest.cc",
"sticky_keys/sticky_keys_unittest.cc",
"system/chromeos/power/power_event_observer_unittest.cc",
+ "system/chromeos/power/tablet_power_button_controller_unittest.cc",
"system/chromeos/power/video_activity_notifier_unittest.cc",
"system/chromeos/rotation/tray_rotation_lock_unittest.cc",
"system/chromeos/screen_layout_observer_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698