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

Side by Side Diff: ash/BUILD.gn

Issue 2960843004: CrOS Tablet Window management - Split Screen part I (Closed)
Patch Set: nit. 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') | ash/wm/maximize_mode/maximize_mode_window_manager.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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 "wm/root_window_layout_manager.cc", 719 "wm/root_window_layout_manager.cc",
720 "wm/root_window_layout_manager.h", 720 "wm/root_window_layout_manager.h",
721 "wm/screen_dimmer.cc", 721 "wm/screen_dimmer.cc",
722 "wm/screen_dimmer.h", 722 "wm/screen_dimmer.h",
723 "wm/screen_pinning_controller.cc", 723 "wm/screen_pinning_controller.cc",
724 "wm/screen_pinning_controller.h", 724 "wm/screen_pinning_controller.h",
725 "wm/session_state_animator.cc", 725 "wm/session_state_animator.cc",
726 "wm/session_state_animator.h", 726 "wm/session_state_animator.h",
727 "wm/session_state_animator_impl.cc", 727 "wm/session_state_animator_impl.cc",
728 "wm/session_state_animator_impl.h", 728 "wm/session_state_animator_impl.h",
729 "wm/splitview/split_view_controller.cc",
730 "wm/splitview/split_view_controller.h",
729 "wm/stacking_controller.cc", 731 "wm/stacking_controller.cc",
730 "wm/stacking_controller.h", 732 "wm/stacking_controller.h",
731 "wm/switchable_windows.cc", 733 "wm/switchable_windows.cc",
732 "wm/switchable_windows.h", 734 "wm/switchable_windows.h",
733 "wm/system_gesture_event_filter.cc", 735 "wm/system_gesture_event_filter.cc",
734 "wm/system_gesture_event_filter.h", 736 "wm/system_gesture_event_filter.h",
735 "wm/system_modal_container_event_filter.cc", 737 "wm/system_modal_container_event_filter.cc",
736 "wm/system_modal_container_event_filter.h", 738 "wm/system_modal_container_event_filter.h",
737 "wm/system_modal_container_event_filter_delegate.h", 739 "wm/system_modal_container_event_filter_delegate.h",
738 "wm/system_modal_container_layout_manager.cc", 740 "wm/system_modal_container_layout_manager.cc",
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
1260 "wm/mru_window_tracker_unittest.cc", 1262 "wm/mru_window_tracker_unittest.cc",
1261 "wm/overlay_event_filter_unittest.cc", 1263 "wm/overlay_event_filter_unittest.cc",
1262 "wm/overview/cleanup_animation_observer_unittest.cc", 1264 "wm/overview/cleanup_animation_observer_unittest.cc",
1263 "wm/overview/window_selector_unittest.cc", 1265 "wm/overview/window_selector_unittest.cc",
1264 "wm/panels/panel_layout_manager_unittest.cc", 1266 "wm/panels/panel_layout_manager_unittest.cc",
1265 "wm/panels/panel_window_resizer_unittest.cc", 1267 "wm/panels/panel_window_resizer_unittest.cc",
1266 "wm/root_window_layout_manager_unittest.cc", 1268 "wm/root_window_layout_manager_unittest.cc",
1267 "wm/screen_dimmer_unittest.cc", 1269 "wm/screen_dimmer_unittest.cc",
1268 "wm/screen_pinning_controller_unittest.cc", 1270 "wm/screen_pinning_controller_unittest.cc",
1269 "wm/session_state_animator_impl_unittest.cc", 1271 "wm/session_state_animator_impl_unittest.cc",
1272 "wm/splitview/split_view_controller_unittest.cc",
1270 "wm/stacking_controller_unittest.cc", 1273 "wm/stacking_controller_unittest.cc",
1271 "wm/system_modal_container_layout_manager_unittest.cc", 1274 "wm/system_modal_container_layout_manager_unittest.cc",
1272 "wm/toplevel_window_event_handler_unittest.cc", 1275 "wm/toplevel_window_event_handler_unittest.cc",
1273 "wm/video_detector_unittest.cc", 1276 "wm/video_detector_unittest.cc",
1274 "wm/window_animations_unittest.cc", 1277 "wm/window_animations_unittest.cc",
1275 "wm/window_cycle_controller_unittest.cc", 1278 "wm/window_cycle_controller_unittest.cc",
1276 "wm/window_manager_unittest.cc", 1279 "wm/window_manager_unittest.cc",
1277 "wm/window_modality_controller_unittest.cc", 1280 "wm/window_modality_controller_unittest.cc",
1278 "wm/window_positioner_unittest.cc", 1281 "wm/window_positioner_unittest.cc",
1279 "wm/window_state_unittest.cc", 1282 "wm/window_state_unittest.cc",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1556 "//content/public/app:both", 1559 "//content/public/app:both",
1557 "//device/bluetooth", 1560 "//device/bluetooth",
1558 ] 1561 ]
1559 1562
1560 data_deps = [ 1563 data_deps = [
1561 "//ash/strings:ash_test_strings", 1564 "//ash/strings:ash_test_strings",
1562 "//ash/resources:ash_test_resources_with_content_100_percent", 1565 "//ash/resources:ash_test_resources_with_content_100_percent",
1563 "//ash/resources:ash_test_resources_200_percent", 1566 "//ash/resources:ash_test_resources_200_percent",
1564 ] 1567 ]
1565 } 1568 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | ash/wm/maximize_mode/maximize_mode_window_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698