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

Side by Side Diff: ash/BUILD.gn

Issue 2336653002: Ports SystemModalContainerLayoutManager to ash/common (Closed)
Patch Set: merge again Created 4 years, 3 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/aura/wm_window_aura.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 assert(use_aura) 10 assert(use_aura)
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 "common/wm/panels/panel_layout_manager.cc", 482 "common/wm/panels/panel_layout_manager.cc",
483 "common/wm/panels/panel_layout_manager.h", 483 "common/wm/panels/panel_layout_manager.h",
484 "common/wm/panels/panel_window_resizer.cc", 484 "common/wm/panels/panel_window_resizer.cc",
485 "common/wm/panels/panel_window_resizer.h", 485 "common/wm/panels/panel_window_resizer.h",
486 "common/wm/root_window_finder.cc", 486 "common/wm/root_window_finder.cc",
487 "common/wm/root_window_finder.h", 487 "common/wm/root_window_finder.h",
488 "common/wm/root_window_layout_manager.cc", 488 "common/wm/root_window_layout_manager.cc",
489 "common/wm/root_window_layout_manager.h", 489 "common/wm/root_window_layout_manager.h",
490 "common/wm/switchable_windows.cc", 490 "common/wm/switchable_windows.cc",
491 "common/wm/switchable_windows.h", 491 "common/wm/switchable_windows.h",
492 "common/wm/system_modal_container_layout_manager.cc",
493 "common/wm/system_modal_container_layout_manager.h",
492 "common/wm/window_animation_types.h", 494 "common/wm/window_animation_types.h",
493 "common/wm/window_cycle_controller.cc", 495 "common/wm/window_cycle_controller.cc",
494 "common/wm/window_cycle_controller.h", 496 "common/wm/window_cycle_controller.h",
495 "common/wm/window_cycle_event_filter.h", 497 "common/wm/window_cycle_event_filter.h",
496 "common/wm/window_cycle_list.cc", 498 "common/wm/window_cycle_list.cc",
497 "common/wm/window_cycle_list.h", 499 "common/wm/window_cycle_list.h",
498 "common/wm/window_dimmer.cc", 500 "common/wm/window_dimmer.cc",
499 "common/wm/window_dimmer.h", 501 "common/wm/window_dimmer.h",
500 "common/wm/window_parenting_utils.cc", 502 "common/wm/window_parenting_utils.cc",
501 "common/wm/window_parenting_utils.h", 503 "common/wm/window_parenting_utils.h",
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 "wm/session_state_animator_impl.h", 788 "wm/session_state_animator_impl.h",
787 "wm/stacking_controller.cc", 789 "wm/stacking_controller.cc",
788 "wm/stacking_controller.h", 790 "wm/stacking_controller.h",
789 "wm/stylus_metrics_recorder.cc", 791 "wm/stylus_metrics_recorder.cc",
790 "wm/stylus_metrics_recorder.h", 792 "wm/stylus_metrics_recorder.h",
791 "wm/system_gesture_event_filter.cc", 793 "wm/system_gesture_event_filter.cc",
792 "wm/system_gesture_event_filter.h", 794 "wm/system_gesture_event_filter.h",
793 "wm/system_modal_container_event_filter.cc", 795 "wm/system_modal_container_event_filter.cc",
794 "wm/system_modal_container_event_filter.h", 796 "wm/system_modal_container_event_filter.h",
795 "wm/system_modal_container_event_filter_delegate.h", 797 "wm/system_modal_container_event_filter_delegate.h",
796 "wm/system_modal_container_layout_manager.cc",
797 "wm/system_modal_container_layout_manager.h",
798 "wm/system_wallpaper_controller.cc", 798 "wm/system_wallpaper_controller.cc",
799 "wm/system_wallpaper_controller.h", 799 "wm/system_wallpaper_controller.h",
800 "wm/toplevel_window_event_handler.cc", 800 "wm/toplevel_window_event_handler.cc",
801 "wm/toplevel_window_event_handler.h", 801 "wm/toplevel_window_event_handler.h",
802 "wm/video_detector.cc", 802 "wm/video_detector.cc",
803 "wm/video_detector.h", 803 "wm/video_detector.h",
804 "wm/window_animations.cc", 804 "wm/window_animations.cc",
805 "wm/window_animations.h", 805 "wm/window_animations.h",
806 "wm/window_cycle_event_filter_aura.cc", 806 "wm/window_cycle_event_filter_aura.cc",
807 "wm/window_cycle_event_filter_aura.h", 807 "wm/window_cycle_event_filter_aura.h",
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
1639 if (is_win) { 1639 if (is_win) {
1640 configs -= [ "//build/config/win:console" ] 1640 configs -= [ "//build/config/win:console" ]
1641 configs += [ "//build/config/win:windowed" ] 1641 configs += [ "//build/config/win:windowed" ]
1642 deps += [ "//sandbox" ] 1642 deps += [ "//sandbox" ]
1643 } 1643 }
1644 1644
1645 if (is_chromeos) { 1645 if (is_chromeos) {
1646 deps += [ "//device/bluetooth" ] 1646 deps += [ "//device/bluetooth" ]
1647 } 1647 }
1648 } 1648 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_window_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698