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

Unified Diff: ash/BUILD.gn

Issue 2474913004: Tablet-like power button behavior on Convertible/Tablet ChromeOS devices (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | ash/shell.h » ('j') | ash/shell.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 60265b9de54a7f9e6b47432a862d0097e023b84b..63bbcc138137d747d0f2fe66b7bf324b7a6f5a49 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -737,6 +737,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",
@@ -1291,6 +1293,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",
« no previous file with comments | « no previous file | ash/shell.h » ('j') | ash/shell.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698