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

Unified Diff: ash/BUILD.gn

Issue 2334013003: Moves ScreenDimmer to ash/common (Closed)
Patch Set: Created 4 years, 3 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/common/wm/screen_dimmer.h » ('j') | no next file with comments »
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 e89b562b7205b2446136c5797e595378b3780de1..3766d01a249d5dec88933fc09ca3f1db901842d6 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -487,6 +487,8 @@ component("ash") {
"common/wm/root_window_finder.h",
"common/wm/root_window_layout_manager.cc",
"common/wm/root_window_layout_manager.h",
+ "common/wm/screen_dimmer.cc",
+ "common/wm/screen_dimmer.h",
"common/wm/switchable_windows.cc",
"common/wm/switchable_windows.h",
"common/wm/system_modal_container_layout_manager.cc",
@@ -778,8 +780,6 @@ component("ash") {
"wm/resize_shadow.h",
"wm/resize_shadow_controller.cc",
"wm/resize_shadow_controller.h",
- "wm/screen_dimmer.cc",
- "wm/screen_dimmer.h",
"wm/screen_pinning_controller.cc",
"wm/screen_pinning_controller.h",
"wm/session_state_animator.cc",
« no previous file with comments | « no previous file | ash/common/wm/screen_dimmer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698