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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | ash/display/mirror_window_controller.cc » ('j') | no next file with comments »
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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 "wallpaper/wallpaper_delegate.h", 628 "wallpaper/wallpaper_delegate.h",
629 "wallpaper/wallpaper_view.cc", 629 "wallpaper/wallpaper_view.cc",
630 "wallpaper/wallpaper_view.h", 630 "wallpaper/wallpaper_view.h",
631 "wallpaper/wallpaper_widget_controller.cc", 631 "wallpaper/wallpaper_widget_controller.cc",
632 "wallpaper/wallpaper_widget_controller.h", 632 "wallpaper/wallpaper_widget_controller.h",
633 "window_user_data.h", 633 "window_user_data.h",
634 "wm/always_on_top_controller.cc", 634 "wm/always_on_top_controller.cc",
635 "wm/always_on_top_controller.h", 635 "wm/always_on_top_controller.h",
636 "wm/ash_focus_rules.cc", 636 "wm/ash_focus_rules.cc",
637 "wm/ash_focus_rules.h", 637 "wm/ash_focus_rules.h",
638 "wm/ash_native_cursor_manager.cc",
639 "wm/ash_native_cursor_manager.h",
640 "wm/boot_splash_screen_chromeos.cc", 638 "wm/boot_splash_screen_chromeos.cc",
641 "wm/boot_splash_screen_chromeos.h", 639 "wm/boot_splash_screen_chromeos.h",
642 "wm/container_finder.cc", 640 "wm/container_finder.cc",
643 "wm/container_finder.h", 641 "wm/container_finder.h",
644 "wm/cursor_manager_chromeos.cc", 642 "wm/cursor_manager_chromeos.cc",
645 "wm/cursor_manager_chromeos.h", 643 "wm/cursor_manager_chromeos.h",
646 "wm/default_state.cc", 644 "wm/default_state.cc",
647 "wm/default_state.h", 645 "wm/default_state.h",
648 "wm/default_window_resizer.cc", 646 "wm/default_window_resizer.cc",
649 "wm/default_window_resizer.h", 647 "wm/default_window_resizer.h",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 "wm/maximize_mode/maximize_mode_event_handler_aura.h", 686 "wm/maximize_mode/maximize_mode_event_handler_aura.h",
689 "wm/maximize_mode/maximize_mode_window_manager.cc", 687 "wm/maximize_mode/maximize_mode_window_manager.cc",
690 "wm/maximize_mode/maximize_mode_window_manager.h", 688 "wm/maximize_mode/maximize_mode_window_manager.h",
691 "wm/maximize_mode/maximize_mode_window_state.cc", 689 "wm/maximize_mode/maximize_mode_window_state.cc",
692 "wm/maximize_mode/maximize_mode_window_state.h", 690 "wm/maximize_mode/maximize_mode_window_state.h",
693 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h", 691 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h",
694 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc", 692 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc",
695 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h", 693 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h",
696 "wm/mru_window_tracker.cc", 694 "wm/mru_window_tracker.cc",
697 "wm/mru_window_tracker.h", 695 "wm/mru_window_tracker.h",
696 "wm/native_cursor_manager_ash.h",
697 "wm/native_cursor_manager_ash_classic.cc",
698 "wm/native_cursor_manager_ash_classic.h",
699 "wm/native_cursor_manager_ash_mus.cc",
700 "wm/native_cursor_manager_ash_mus.h",
698 "wm/overlay_event_filter.cc", 701 "wm/overlay_event_filter.cc",
699 "wm/overlay_event_filter.h", 702 "wm/overlay_event_filter.h",
700 "wm/overview/cleanup_animation_observer.cc", 703 "wm/overview/cleanup_animation_observer.cc",
701 "wm/overview/cleanup_animation_observer.h", 704 "wm/overview/cleanup_animation_observer.h",
702 "wm/overview/overview_animation_type.h", 705 "wm/overview/overview_animation_type.h",
703 "wm/overview/scoped_overview_animation_settings.cc", 706 "wm/overview/scoped_overview_animation_settings.cc",
704 "wm/overview/scoped_overview_animation_settings.h", 707 "wm/overview/scoped_overview_animation_settings.h",
705 "wm/overview/scoped_transform_overview_window.cc", 708 "wm/overview/scoped_transform_overview_window.cc",
706 "wm/overview/scoped_transform_overview_window.h", 709 "wm/overview/scoped_transform_overview_window.h",
707 "wm/overview/window_grid.cc", 710 "wm/overview/window_grid.cc",
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
1407 # TODO(moshayedi): port to work with mash. http://crbug.com/698033. 1410 # TODO(moshayedi): port to work with mash. http://crbug.com/698033.
1408 "utility/screenshot_controller_unittest.cc", 1411 "utility/screenshot_controller_unittest.cc",
1409 1412
1410 # TODO: keyboard is not enabled in mash. http://crbug.com/648733. 1413 # TODO: keyboard is not enabled in mash. http://crbug.com/648733.
1411 "virtual_keyboard_controller_unittest.cc", 1414 "virtual_keyboard_controller_unittest.cc",
1412 1415
1413 # TODO: keyboard is not enabled in mash. http://crbug.com/648733. 1416 # TODO: keyboard is not enabled in mash. http://crbug.com/648733.
1414 "wm/always_on_top_controller_unittest.cc", 1417 "wm/always_on_top_controller_unittest.cc",
1415 1418
1416 # TODO: mash doesn't support CursorManager. http://crbug.com/631103. 1419 # TODO: mash doesn't support CursorManager. http://crbug.com/631103.
1417 "wm/ash_native_cursor_manager_unittest.cc", 1420 "wm/native_cursor_manager_ash_unittest.cc",
1418 1421
1419 # TODO: mash doesn't support DragWindowResizer. http://crbug.com/633782. 1422 # TODO: mash doesn't support DragWindowResizer. http://crbug.com/633782.
1420 "wm/drag_window_resizer_unittest.cc", 1423 "wm/drag_window_resizer_unittest.cc",
1421 1424
1422 # TODO: mash doesn't support OverviewGestureHandler. 1425 # TODO: mash doesn't support OverviewGestureHandler.
1423 # http://crbug.com/634994. 1426 # http://crbug.com/634994.
1424 "wm/gestures/overview_gesture_handler_unittest.cc", 1427 "wm/gestures/overview_gesture_handler_unittest.cc",
1425 1428
1426 # TODO: fails because keyboard is not enabled in mash. 1429 # TODO: fails because keyboard is not enabled in mash.
1427 # http://crbug.com/648733. 1430 # http://crbug.com/648733.
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1570 "//content/public/app:both", 1573 "//content/public/app:both",
1571 "//device/bluetooth", 1574 "//device/bluetooth",
1572 ] 1575 ]
1573 1576
1574 data_deps = [ 1577 data_deps = [
1575 "//ash/strings:ash_test_strings", 1578 "//ash/strings:ash_test_strings",
1576 "//ash/resources:ash_test_resources_with_content_100_percent", 1579 "//ash/resources:ash_test_resources_with_content_100_percent",
1577 "//ash/resources:ash_test_resources_200_percent", 1580 "//ash/resources:ash_test_resources_200_percent",
1578 ] 1581 ]
1579 } 1582 }
OLDNEW
« 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