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

Unified Diff: ash/BUILD.gn

Issue 2497123002: chromeos: Move device shutdown handling out of chrome into ash (Closed)
Patch Set: 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/common/mojo_interface_factory.cc » ('j') | ash/common/shutdown_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 41ab1777e7fefcad799d393733b02008162cd7b3..d2551a86c0eaca53ee435cf32d14c6b3eb0edb1e 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -187,6 +187,8 @@ component("ash") {
"common/shelf/wm_shelf_util.cc",
"common/shelf/wm_shelf_util.h",
"common/shell_delegate.h",
+ "common/shutdown_controller.cc",
+ "common/shutdown_controller.h",
"common/system/accessibility_observer.h",
"common/system/brightness_control_delegate.h",
"common/system/chromeos/audio/audio_detailed_view.cc",
@@ -308,7 +310,6 @@ component("ash") {
"common/system/chromeos/session/tray_session_length_limit.h",
"common/system/chromeos/settings/tray_settings.cc",
"common/system/chromeos/settings/tray_settings.h",
- "common/system/chromeos/shutdown_policy_observer.h",
"common/system/chromeos/supervised/custodian_info_tray_observer.h",
"common/system/chromeos/supervised/tray_supervised_user.cc",
"common/system/chromeos/supervised/tray_supervised_user.h",
@@ -811,8 +812,6 @@ component("ash") {
"wm/session_state_animator.h",
"wm/session_state_animator_impl.cc",
"wm/session_state_animator_impl.h",
- "wm/shutdown_client_proxy.cc",
- "wm/shutdown_client_proxy.h",
"wm/stacking_controller.cc",
"wm/stacking_controller.h",
"wm/system_gesture_event_filter.cc",
« no previous file with comments | « no previous file | ash/common/mojo_interface_factory.cc » ('j') | ash/common/shutdown_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698