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

Side by Side Diff: ash/BUILD.gn

Issue 2918403006: CrOS Tablet Window management - Split Screen part I (Closed)
Patch Set: Fix failed tests. 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/ash_switches.h » ('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 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h", 685 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h",
686 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc", 686 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc",
687 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h", 687 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h",
688 "wm/mru_window_tracker.cc", 688 "wm/mru_window_tracker.cc",
689 "wm/mru_window_tracker.h", 689 "wm/mru_window_tracker.h",
690 "wm/overlay_event_filter.cc", 690 "wm/overlay_event_filter.cc",
691 "wm/overlay_event_filter.h", 691 "wm/overlay_event_filter.h",
692 "wm/overview/cleanup_animation_observer.cc", 692 "wm/overview/cleanup_animation_observer.cc",
693 "wm/overview/cleanup_animation_observer.h", 693 "wm/overview/cleanup_animation_observer.h",
694 "wm/overview/overview_animation_type.h", 694 "wm/overview/overview_animation_type.h",
695 "wm/overview/overview_window_drag_controller.cc",
696 "wm/overview/overview_window_drag_controller.h",
695 "wm/overview/scoped_overview_animation_settings.cc", 697 "wm/overview/scoped_overview_animation_settings.cc",
696 "wm/overview/scoped_overview_animation_settings.h", 698 "wm/overview/scoped_overview_animation_settings.h",
697 "wm/overview/scoped_transform_overview_window.cc", 699 "wm/overview/scoped_transform_overview_window.cc",
698 "wm/overview/scoped_transform_overview_window.h", 700 "wm/overview/scoped_transform_overview_window.h",
699 "wm/overview/window_grid.cc", 701 "wm/overview/window_grid.cc",
700 "wm/overview/window_grid.h", 702 "wm/overview/window_grid.h",
701 "wm/overview/window_selector.cc", 703 "wm/overview/window_selector.cc",
702 "wm/overview/window_selector.h", 704 "wm/overview/window_selector.h",
703 "wm/overview/window_selector_controller.cc", 705 "wm/overview/window_selector_controller.cc",
704 "wm/overview/window_selector_controller.h", 706 "wm/overview/window_selector_controller.h",
(...skipping 23 matching lines...) Expand all
728 "wm/root_window_layout_manager.cc", 730 "wm/root_window_layout_manager.cc",
729 "wm/root_window_layout_manager.h", 731 "wm/root_window_layout_manager.h",
730 "wm/screen_dimmer.cc", 732 "wm/screen_dimmer.cc",
731 "wm/screen_dimmer.h", 733 "wm/screen_dimmer.h",
732 "wm/screen_pinning_controller.cc", 734 "wm/screen_pinning_controller.cc",
733 "wm/screen_pinning_controller.h", 735 "wm/screen_pinning_controller.h",
734 "wm/session_state_animator.cc", 736 "wm/session_state_animator.cc",
735 "wm/session_state_animator.h", 737 "wm/session_state_animator.h",
736 "wm/session_state_animator_impl.cc", 738 "wm/session_state_animator_impl.cc",
737 "wm/session_state_animator_impl.h", 739 "wm/session_state_animator_impl.h",
740 "wm/splitview/split_view_controller.cc",
741 "wm/splitview/split_view_controller.h",
738 "wm/stacking_controller.cc", 742 "wm/stacking_controller.cc",
739 "wm/stacking_controller.h", 743 "wm/stacking_controller.h",
740 "wm/switchable_windows.cc", 744 "wm/switchable_windows.cc",
741 "wm/switchable_windows.h", 745 "wm/switchable_windows.h",
742 "wm/system_gesture_event_filter.cc", 746 "wm/system_gesture_event_filter.cc",
743 "wm/system_gesture_event_filter.h", 747 "wm/system_gesture_event_filter.h",
744 "wm/system_modal_container_event_filter.cc", 748 "wm/system_modal_container_event_filter.cc",
745 "wm/system_modal_container_event_filter.h", 749 "wm/system_modal_container_event_filter.h",
746 "wm/system_modal_container_event_filter_delegate.h", 750 "wm/system_modal_container_event_filter_delegate.h",
747 "wm/system_modal_container_layout_manager.cc", 751 "wm/system_modal_container_layout_manager.cc",
(...skipping 777 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/ash_switches.h » ('j') | ash/shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698