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

Unified Diff: ash/BUILD.gn

Issue 2320273002: Refactors DimWindow and moves to ash/common (Closed)
Patch Set: feedback and member initializer ordering 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/aura/wm_shell_aura.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 723a15dc52d7dd1a02bc79dc57ccdda67b0db8f2..c7d9f240802f4dca5599d13ce2d9cf6e5ab34520 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -495,6 +495,8 @@ component("ash") {
"common/wm/window_cycle_event_filter.h",
"common/wm/window_cycle_list.cc",
"common/wm/window_cycle_list.h",
+ "common/wm/window_dimmer.cc",
+ "common/wm/window_dimmer.h",
"common/wm/window_parenting_utils.cc",
"common/wm/window_parenting_utils.h",
"common/wm/window_positioner.cc",
@@ -554,6 +556,7 @@ component("ash") {
"common/wm_window_observer.h",
"common/wm_window_property.h",
"common/wm_window_tracker.h",
+ "common/wm_window_user_data.h",
"debug.cc",
"debug.h",
"default_wallpaper_delegate.cc",
@@ -727,8 +730,6 @@ component("ash") {
"wm/boot_splash_screen_chromeos.h",
"wm/cursor_manager_chromeos.cc",
"wm/cursor_manager_chromeos.h",
- "wm/dim_window.cc",
- "wm/dim_window.h",
"wm/drag_window_controller.cc",
"wm/drag_window_controller.h",
"wm/drag_window_resizer.cc",
@@ -1399,6 +1400,7 @@ test("ash_unittests") {
"common/wm/overview/cleanup_animation_observer_unittest.cc",
"common/wm/workspace/workspace_event_handler_test_helper.cc",
"common/wm/workspace/workspace_event_handler_test_helper.h",
+ "common/wm_window_user_data_unittest.cc",
"dip_unittest.cc",
"display/cursor_window_controller_unittest.cc",
"display/display_change_observer_chromeos_unittest.cc",
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698