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 2932563002: Implement cursor changing on Mushrome (Closed)
Patch Set: oshima patch take 2 Created 3 years, 6 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/display/mirror_window_controller.cc » ('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 db72762fe5b7e2f64fc62d3780f6f993917d63ef..e5c02e37b4d30d64695833ab1de64e33fb3d7dac 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -635,8 +635,6 @@ component("ash") {
"wm/always_on_top_controller.h",
"wm/ash_focus_rules.cc",
"wm/ash_focus_rules.h",
- "wm/ash_native_cursor_manager.cc",
- "wm/ash_native_cursor_manager.h",
"wm/boot_splash_screen_chromeos.cc",
"wm/boot_splash_screen_chromeos.h",
"wm/container_finder.cc",
@@ -695,6 +693,11 @@ component("ash") {
"wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h",
"wm/mru_window_tracker.cc",
"wm/mru_window_tracker.h",
+ "wm/native_cursor_manager_ash.h",
+ "wm/native_cursor_manager_ash_classic.cc",
+ "wm/native_cursor_manager_ash_classic.h",
+ "wm/native_cursor_manager_ash_mus.cc",
+ "wm/native_cursor_manager_ash_mus.h",
"wm/overlay_event_filter.cc",
"wm/overlay_event_filter.h",
"wm/overview/cleanup_animation_observer.cc",
@@ -1414,7 +1417,7 @@ test("ash_unittests") {
"wm/always_on_top_controller_unittest.cc",
# TODO: mash doesn't support CursorManager. http://crbug.com/631103.
- "wm/ash_native_cursor_manager_unittest.cc",
+ "wm/native_cursor_manager_ash_unittest.cc",
# TODO: mash doesn't support DragWindowResizer. http://crbug.com/633782.
"wm/drag_window_resizer_unittest.cc",
« no previous file with comments | « no previous file | ash/display/mirror_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698