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

Side by Side Diff: ash/BUILD.gn

Issue 2354533004: Ports LockLayoutManager/LockWindowState to ash/common (Closed)
Patch Set: 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/common/wm/lock_layout_manager.h » ('j') | ash/common/wm/lock_layout_manager.h » ('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 assert(use_aura) 10 assert(use_aura)
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "common/wm/drag_details.cc", 441 "common/wm/drag_details.cc",
442 "common/wm/drag_details.h", 442 "common/wm/drag_details.h",
443 "common/wm/focus_rules.cc", 443 "common/wm/focus_rules.cc",
444 "common/wm/focus_rules.h", 444 "common/wm/focus_rules.h",
445 "common/wm/forwarding_layer_delegate.cc", 445 "common/wm/forwarding_layer_delegate.cc",
446 "common/wm/forwarding_layer_delegate.h", 446 "common/wm/forwarding_layer_delegate.h",
447 "common/wm/fullscreen_window_finder.cc", 447 "common/wm/fullscreen_window_finder.cc",
448 "common/wm/fullscreen_window_finder.h", 448 "common/wm/fullscreen_window_finder.h",
449 "common/wm/immersive_context_ash.cc", 449 "common/wm/immersive_context_ash.cc",
450 "common/wm/immersive_context_ash.h", 450 "common/wm/immersive_context_ash.h",
451 "common/wm/lock_layout_manager.cc",
452 "common/wm/lock_layout_manager.h",
451 "common/wm/lock_state_observer.h", 453 "common/wm/lock_state_observer.h",
454 "common/wm/lock_window_state.cc",
455 "common/wm/lock_window_state.h",
452 "common/wm/maximize_mode/maximize_mode_controller.cc", 456 "common/wm/maximize_mode/maximize_mode_controller.cc",
453 "common/wm/maximize_mode/maximize_mode_controller.h", 457 "common/wm/maximize_mode/maximize_mode_controller.h",
454 "common/wm/maximize_mode/maximize_mode_event_handler.cc", 458 "common/wm/maximize_mode/maximize_mode_event_handler.cc",
455 "common/wm/maximize_mode/maximize_mode_event_handler.h", 459 "common/wm/maximize_mode/maximize_mode_event_handler.h",
456 "common/wm/maximize_mode/maximize_mode_window_manager.cc", 460 "common/wm/maximize_mode/maximize_mode_window_manager.cc",
457 "common/wm/maximize_mode/maximize_mode_window_manager.h", 461 "common/wm/maximize_mode/maximize_mode_window_manager.h",
458 "common/wm/maximize_mode/maximize_mode_window_state.cc", 462 "common/wm/maximize_mode/maximize_mode_window_state.cc",
459 "common/wm/maximize_mode/maximize_mode_window_state.h", 463 "common/wm/maximize_mode/maximize_mode_window_state.h",
460 "common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h", 464 "common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h",
461 "common/wm/maximize_mode/workspace_backdrop_delegate.cc", 465 "common/wm/maximize_mode/workspace_backdrop_delegate.cc",
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 "wm/event_client_impl.cc", 738 "wm/event_client_impl.cc",
735 "wm/event_client_impl.h", 739 "wm/event_client_impl.h",
736 "wm/gestures/overview_gesture_handler.cc", 740 "wm/gestures/overview_gesture_handler.cc",
737 "wm/gestures/overview_gesture_handler.h", 741 "wm/gestures/overview_gesture_handler.h",
738 "wm/immersive_focus_watcher_aura.cc", 742 "wm/immersive_focus_watcher_aura.cc",
739 "wm/immersive_focus_watcher_aura.h", 743 "wm/immersive_focus_watcher_aura.h",
740 "wm/immersive_gesture_handler_aura.cc", 744 "wm/immersive_gesture_handler_aura.cc",
741 "wm/immersive_gesture_handler_aura.h", 745 "wm/immersive_gesture_handler_aura.h",
742 "wm/immersive_handler_factory_ash.cc", 746 "wm/immersive_handler_factory_ash.cc",
743 "wm/immersive_handler_factory_ash.h", 747 "wm/immersive_handler_factory_ash.h",
744 "wm/lock_layout_manager.cc",
745 "wm/lock_layout_manager.h",
746 "wm/lock_state_controller.cc", 748 "wm/lock_state_controller.cc",
747 "wm/lock_state_controller.h", 749 "wm/lock_state_controller.h",
748 "wm/lock_window_state.cc",
749 "wm/lock_window_state.h",
750 "wm/maximize_mode/maximize_mode_event_handler_aura.cc", 750 "wm/maximize_mode/maximize_mode_event_handler_aura.cc",
751 "wm/maximize_mode/maximize_mode_event_handler_aura.h", 751 "wm/maximize_mode/maximize_mode_event_handler_aura.h",
752 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc", 752 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc",
753 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h", 753 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h",
754 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc", 754 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc",
755 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h", 755 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h",
756 "wm/overlay_event_filter.cc", 756 "wm/overlay_event_filter.cc",
757 "wm/overlay_event_filter.h", 757 "wm/overlay_event_filter.h",
758 "wm/overview/scoped_overview_animation_settings_aura.cc", 758 "wm/overview/scoped_overview_animation_settings_aura.cc",
759 "wm/overview/scoped_overview_animation_settings_aura.h", 759 "wm/overview/scoped_overview_animation_settings_aura.h",
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
1647 if (is_win) { 1647 if (is_win) {
1648 configs -= [ "//build/config/win:console" ] 1648 configs -= [ "//build/config/win:console" ]
1649 configs += [ "//build/config/win:windowed" ] 1649 configs += [ "//build/config/win:windowed" ]
1650 deps += [ "//sandbox" ] 1650 deps += [ "//sandbox" ]
1651 } 1651 }
1652 1652
1653 if (is_chromeos) { 1653 if (is_chromeos) {
1654 deps += [ "//device/bluetooth" ] 1654 deps += [ "//device/bluetooth" ]
1655 } 1655 }
1656 } 1656 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/wm/lock_layout_manager.h » ('j') | ash/common/wm/lock_layout_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698