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

Unified Diff: ash/BUILD.gn

Issue 2932563002: Implement cursor changing on Mushrome (Closed)
Patch Set: Remove last NOTIMPLEMENTED for this patch 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/shell.cc » ('j') | ash/shell.cc » ('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 04c1ca663216db73bd297ad84a641462b4639db9..df7c9cf4c56811328f2215c43ba45b3349f5915d 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -629,6 +629,8 @@ component("ash") {
"wm/ash_native_cursor_manager.h",
"wm/boot_splash_screen_chromeos.cc",
"wm/boot_splash_screen_chromeos.h",
+ "wm/classic_ash_native_cursor_manager.cc",
James Cook 2017/06/12 20:17:24 I would go with native_cursor_manager_ash_classic
Elliot Glaysher 2017/06/12 23:18:46 Done.
+ "wm/classic_ash_native_cursor_manager.h",
"wm/container_finder.cc",
"wm/container_finder.h",
"wm/cursor_manager_chromeos.cc",
@@ -687,6 +689,8 @@ component("ash") {
"wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h",
"wm/mru_window_tracker.cc",
"wm/mru_window_tracker.h",
+ "wm/mushrome_ash_native_cursor_manager.cc",
+ "wm/mushrome_ash_native_cursor_manager.h",
"wm/overlay_event_filter.cc",
"wm/overlay_event_filter.h",
"wm/overview/cleanup_animation_observer.cc",
« no previous file with comments | « no previous file | ash/shell.cc » ('j') | ash/shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698