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

Side by Side Diff: ash/BUILD.gn

Issue 2474913004: Tablet-like power button behavior on Convertible/Tablet ChromeOS devices (Closed)
Patch Set: Created 4 years, 1 month 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/wm/lock_state_controller.h » ('j') | ash/wm/power_button_controller.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 806 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 "wm/shutdown_client_proxy.h", 817 "wm/shutdown_client_proxy.h",
818 "wm/stacking_controller.cc", 818 "wm/stacking_controller.cc",
819 "wm/stacking_controller.h", 819 "wm/stacking_controller.h",
820 "wm/system_gesture_event_filter.cc", 820 "wm/system_gesture_event_filter.cc",
821 "wm/system_gesture_event_filter.h", 821 "wm/system_gesture_event_filter.h",
822 "wm/system_modal_container_event_filter.cc", 822 "wm/system_modal_container_event_filter.cc",
823 "wm/system_modal_container_event_filter.h", 823 "wm/system_modal_container_event_filter.h",
824 "wm/system_modal_container_event_filter_delegate.h", 824 "wm/system_modal_container_event_filter_delegate.h",
825 "wm/system_wallpaper_controller.cc", 825 "wm/system_wallpaper_controller.cc",
826 "wm/system_wallpaper_controller.h", 826 "wm/system_wallpaper_controller.h",
827 "wm/tablet_power_state_delegate_chromeos.cc",
828 "wm/tablet_power_state_delegate_chromeos.h",
827 "wm/toplevel_window_event_handler.cc", 829 "wm/toplevel_window_event_handler.cc",
828 "wm/toplevel_window_event_handler.h", 830 "wm/toplevel_window_event_handler.h",
829 "wm/video_detector.cc", 831 "wm/video_detector.cc",
830 "wm/video_detector.h", 832 "wm/video_detector.h",
831 "wm/window_animations.cc", 833 "wm/window_animations.cc",
832 "wm/window_animations.h", 834 "wm/window_animations.h",
833 "wm/window_cycle_event_filter_aura.cc", 835 "wm/window_cycle_event_filter_aura.cc",
834 "wm/window_cycle_event_filter_aura.h", 836 "wm/window_cycle_event_filter_aura.h",
835 "wm/window_mirror_view.cc", 837 "wm/window_mirror_view.cc",
836 "wm/window_mirror_view.h", 838 "wm/window_mirror_view.h",
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
1324 "wm/immersive_fullscreen_controller_unittest.cc", 1326 "wm/immersive_fullscreen_controller_unittest.cc",
1325 "wm/lock_layout_manager_unittest.cc", 1327 "wm/lock_layout_manager_unittest.cc",
1326 "wm/lock_state_controller_unittest.cc", 1328 "wm/lock_state_controller_unittest.cc",
1327 "wm/maximize_mode/accelerometer_test_data_literals.cc", 1329 "wm/maximize_mode/accelerometer_test_data_literals.cc",
1328 "wm/maximize_mode/maximize_mode_controller_unittest.cc", 1330 "wm/maximize_mode/maximize_mode_controller_unittest.cc",
1329 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", 1331 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc",
1330 "wm/overlay_event_filter_unittest.cc", 1332 "wm/overlay_event_filter_unittest.cc",
1331 "wm/overview/window_selector_unittest.cc", 1333 "wm/overview/window_selector_unittest.cc",
1332 "wm/panels/panel_layout_manager_unittest.cc", 1334 "wm/panels/panel_layout_manager_unittest.cc",
1333 "wm/panels/panel_window_resizer_unittest.cc", 1335 "wm/panels/panel_window_resizer_unittest.cc",
1336 "wm/power_button_controller_unittest.cc",
1334 "wm/resize_shadow_and_cursor_unittest.cc", 1337 "wm/resize_shadow_and_cursor_unittest.cc",
1335 "wm/root_window_layout_manager_unittest.cc", 1338 "wm/root_window_layout_manager_unittest.cc",
1336 "wm/screen_dimmer_unittest.cc", 1339 "wm/screen_dimmer_unittest.cc",
1337 "wm/screen_pinning_controller_unittest.cc", 1340 "wm/screen_pinning_controller_unittest.cc",
1338 "wm/session_state_animator_impl_unittest.cc", 1341 "wm/session_state_animator_impl_unittest.cc",
1339 "wm/stacking_controller_unittest.cc", 1342 "wm/stacking_controller_unittest.cc",
1340 "wm/system_gesture_event_filter_unittest.cc", 1343 "wm/system_gesture_event_filter_unittest.cc",
1341 "wm/system_modal_container_layout_manager_unittest.cc", 1344 "wm/system_modal_container_layout_manager_unittest.cc",
1342 "wm/toplevel_window_event_handler_unittest.cc", 1345 "wm/toplevel_window_event_handler_unittest.cc",
1343 "wm/video_detector_unittest.cc", 1346 "wm/video_detector_unittest.cc",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 "sticky_keys/sticky_keys_overlay_unittest.cc", 1455 "sticky_keys/sticky_keys_overlay_unittest.cc",
1453 "sticky_keys/sticky_keys_unittest.cc", 1456 "sticky_keys/sticky_keys_unittest.cc",
1454 "touch/touchscreen_util_unittest.cc", 1457 "touch/touchscreen_util_unittest.cc",
1455 "virtual_keyboard_controller_unittest.cc", 1458 "virtual_keyboard_controller_unittest.cc",
1456 1459
1457 # All tests for multiple displays: not supported on Windows Ash. 1460 # All tests for multiple displays: not supported on Windows Ash.
1458 "wm/drag_window_resizer_unittest.cc", 1461 "wm/drag_window_resizer_unittest.cc",
1459 1462
1460 # Talks to ChromeOS system services. 1463 # Talks to ChromeOS system services.
1461 "wm/lock_state_controller_unittest.cc", 1464 "wm/lock_state_controller_unittest.cc",
1465 "wm/power_button_controller_unittest.cc",
1462 1466
1463 # Maximize mode is only available on Chrome OS. 1467 # Maximize mode is only available on Chrome OS.
1464 "wm/maximize_mode/maximize_mode_controller_unittest.cc", 1468 "wm/maximize_mode/maximize_mode_controller_unittest.cc",
1465 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", 1469 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc",
1466 "wm/workspace/workspace_window_resizer_unittest.cc", 1470 "wm/workspace/workspace_window_resizer_unittest.cc",
1467 ] 1471 ]
1468 } 1472 }
1469 1473
1470 if (!use_x11 || !is_chromeos) { 1474 if (!use_x11 || !is_chromeos) {
1471 sources -= [ "touch/touch_transformer_controller_unittest.cc" ] 1475 sources -= [ "touch/touch_transformer_controller_unittest.cc" ]
(...skipping 28 matching lines...) Expand all
1500 if (is_win) { 1504 if (is_win) {
1501 configs -= [ "//build/config/win:console" ] 1505 configs -= [ "//build/config/win:console" ]
1502 configs += [ "//build/config/win:windowed" ] 1506 configs += [ "//build/config/win:windowed" ]
1503 deps += [ "//sandbox" ] 1507 deps += [ "//sandbox" ]
1504 } 1508 }
1505 1509
1506 if (is_chromeos) { 1510 if (is_chromeos) {
1507 deps += [ "//device/bluetooth" ] 1511 deps += [ "//device/bluetooth" ]
1508 } 1512 }
1509 } 1513 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/lock_state_controller.h » ('j') | ash/wm/power_button_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698