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

Side by Side Diff: ash/BUILD.gn

Issue 2918403006: CrOS Tablet Window management - Split Screen part I (Closed)
Patch Set: Add unittests. Will split the CL into two CLs. Created 3 years, 5 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') | 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 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 "wm/native_cursor_manager_ash.h", 685 "wm/native_cursor_manager_ash.h",
686 "wm/native_cursor_manager_ash_classic.cc", 686 "wm/native_cursor_manager_ash_classic.cc",
687 "wm/native_cursor_manager_ash_classic.h", 687 "wm/native_cursor_manager_ash_classic.h",
688 "wm/native_cursor_manager_ash_mus.cc", 688 "wm/native_cursor_manager_ash_mus.cc",
689 "wm/native_cursor_manager_ash_mus.h", 689 "wm/native_cursor_manager_ash_mus.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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
1270 "wm/mru_window_tracker_unittest.cc", 1274 "wm/mru_window_tracker_unittest.cc",
1271 "wm/overlay_event_filter_unittest.cc", 1275 "wm/overlay_event_filter_unittest.cc",
1272 "wm/overview/cleanup_animation_observer_unittest.cc", 1276 "wm/overview/cleanup_animation_observer_unittest.cc",
1273 "wm/overview/window_selector_unittest.cc", 1277 "wm/overview/window_selector_unittest.cc",
1274 "wm/panels/panel_layout_manager_unittest.cc", 1278 "wm/panels/panel_layout_manager_unittest.cc",
1275 "wm/panels/panel_window_resizer_unittest.cc", 1279 "wm/panels/panel_window_resizer_unittest.cc",
1276 "wm/root_window_layout_manager_unittest.cc", 1280 "wm/root_window_layout_manager_unittest.cc",
1277 "wm/screen_dimmer_unittest.cc", 1281 "wm/screen_dimmer_unittest.cc",
1278 "wm/screen_pinning_controller_unittest.cc", 1282 "wm/screen_pinning_controller_unittest.cc",
1279 "wm/session_state_animator_impl_unittest.cc", 1283 "wm/session_state_animator_impl_unittest.cc",
1284 "wm/splitview/split_view_controller_unittest.cc",
1280 "wm/stacking_controller_unittest.cc", 1285 "wm/stacking_controller_unittest.cc",
1281 "wm/system_modal_container_layout_manager_unittest.cc", 1286 "wm/system_modal_container_layout_manager_unittest.cc",
1282 "wm/toplevel_window_event_handler_unittest.cc", 1287 "wm/toplevel_window_event_handler_unittest.cc",
1283 "wm/video_detector_unittest.cc", 1288 "wm/video_detector_unittest.cc",
1284 "wm/window_animations_unittest.cc", 1289 "wm/window_animations_unittest.cc",
1285 "wm/window_cycle_controller_unittest.cc", 1290 "wm/window_cycle_controller_unittest.cc",
1286 "wm/window_manager_unittest.cc", 1291 "wm/window_manager_unittest.cc",
1287 "wm/window_modality_controller_unittest.cc", 1292 "wm/window_modality_controller_unittest.cc",
1288 "wm/window_positioner_unittest.cc", 1293 "wm/window_positioner_unittest.cc",
1289 "wm/window_state_unittest.cc", 1294 "wm/window_state_unittest.cc",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1566 "//content/public/app:both", 1571 "//content/public/app:both",
1567 "//device/bluetooth", 1572 "//device/bluetooth",
1568 ] 1573 ]
1569 1574
1570 data_deps = [ 1575 data_deps = [
1571 "//ash/strings:ash_test_strings", 1576 "//ash/strings:ash_test_strings",
1572 "//ash/resources:ash_test_resources_with_content_100_percent", 1577 "//ash/resources:ash_test_resources_with_content_100_percent",
1573 "//ash/resources:ash_test_resources_200_percent", 1578 "//ash/resources:ash_test_resources_200_percent",
1574 ] 1579 ]
1575 } 1580 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698