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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | ash/shell.cc » ('j') | ash/shell.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 "wallpaper/wallpaper_widget_controller.h", 622 "wallpaper/wallpaper_widget_controller.h",
623 "window_user_data.h", 623 "window_user_data.h",
624 "wm/always_on_top_controller.cc", 624 "wm/always_on_top_controller.cc",
625 "wm/always_on_top_controller.h", 625 "wm/always_on_top_controller.h",
626 "wm/ash_focus_rules.cc", 626 "wm/ash_focus_rules.cc",
627 "wm/ash_focus_rules.h", 627 "wm/ash_focus_rules.h",
628 "wm/ash_native_cursor_manager.cc", 628 "wm/ash_native_cursor_manager.cc",
629 "wm/ash_native_cursor_manager.h", 629 "wm/ash_native_cursor_manager.h",
630 "wm/boot_splash_screen_chromeos.cc", 630 "wm/boot_splash_screen_chromeos.cc",
631 "wm/boot_splash_screen_chromeos.h", 631 "wm/boot_splash_screen_chromeos.h",
632 "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.
633 "wm/classic_ash_native_cursor_manager.h",
632 "wm/container_finder.cc", 634 "wm/container_finder.cc",
633 "wm/container_finder.h", 635 "wm/container_finder.h",
634 "wm/cursor_manager_chromeos.cc", 636 "wm/cursor_manager_chromeos.cc",
635 "wm/cursor_manager_chromeos.h", 637 "wm/cursor_manager_chromeos.h",
636 "wm/default_state.cc", 638 "wm/default_state.cc",
637 "wm/default_state.h", 639 "wm/default_state.h",
638 "wm/default_window_resizer.cc", 640 "wm/default_window_resizer.cc",
639 "wm/default_window_resizer.h", 641 "wm/default_window_resizer.h",
640 "wm/drag_details.cc", 642 "wm/drag_details.cc",
641 "wm/drag_details.h", 643 "wm/drag_details.h",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 "wm/maximize_mode/maximize_mode_window_manager.h", 682 "wm/maximize_mode/maximize_mode_window_manager.h",
681 "wm/maximize_mode/maximize_mode_window_state.cc", 683 "wm/maximize_mode/maximize_mode_window_state.cc",
682 "wm/maximize_mode/maximize_mode_window_state.h", 684 "wm/maximize_mode/maximize_mode_window_state.h",
683 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h", 685 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h",
684 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc", 686 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc",
685 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h", 687 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h",
686 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc", 688 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc",
687 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h", 689 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h",
688 "wm/mru_window_tracker.cc", 690 "wm/mru_window_tracker.cc",
689 "wm/mru_window_tracker.h", 691 "wm/mru_window_tracker.h",
692 "wm/mushrome_ash_native_cursor_manager.cc",
693 "wm/mushrome_ash_native_cursor_manager.h",
690 "wm/overlay_event_filter.cc", 694 "wm/overlay_event_filter.cc",
691 "wm/overlay_event_filter.h", 695 "wm/overlay_event_filter.h",
692 "wm/overview/cleanup_animation_observer.cc", 696 "wm/overview/cleanup_animation_observer.cc",
693 "wm/overview/cleanup_animation_observer.h", 697 "wm/overview/cleanup_animation_observer.h",
694 "wm/overview/overview_animation_type.h", 698 "wm/overview/overview_animation_type.h",
695 "wm/overview/scoped_overview_animation_settings.cc", 699 "wm/overview/scoped_overview_animation_settings.cc",
696 "wm/overview/scoped_overview_animation_settings.h", 700 "wm/overview/scoped_overview_animation_settings.h",
697 "wm/overview/scoped_transform_overview_window.cc", 701 "wm/overview/scoped_transform_overview_window.cc",
698 "wm/overview/scoped_transform_overview_window.h", 702 "wm/overview/scoped_transform_overview_window.h",
699 "wm/overview/window_grid.cc", 703 "wm/overview/window_grid.cc",
(...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 "//content/public/app:both", 1529 "//content/public/app:both",
1526 "//device/bluetooth", 1530 "//device/bluetooth",
1527 ] 1531 ]
1528 1532
1529 data_deps = [ 1533 data_deps = [
1530 "//ash/strings:ash_test_strings", 1534 "//ash/strings:ash_test_strings",
1531 "//ash/resources:ash_test_resources_with_content_100_percent", 1535 "//ash/resources:ash_test_resources_with_content_100_percent",
1532 "//ash/resources:ash_test_resources_200_percent", 1536 "//ash/resources:ash_test_resources_200_percent",
1533 ] 1537 ]
1534 } 1538 }
OLDNEW
« 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