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

Side by Side Diff: ash/BUILD.gn

Issue 2876993002: Introduce window container to be used by lock screen app windows (Closed)
Patch Set: . Created 3 years, 7 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
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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 "wm/gestures/overview_gesture_handler.cc", 646 "wm/gestures/overview_gesture_handler.cc",
647 "wm/gestures/overview_gesture_handler.h", 647 "wm/gestures/overview_gesture_handler.h",
648 "wm/immersive_context_ash.cc", 648 "wm/immersive_context_ash.cc",
649 "wm/immersive_context_ash.h", 649 "wm/immersive_context_ash.h",
650 "wm/immersive_focus_watcher_aura.cc", 650 "wm/immersive_focus_watcher_aura.cc",
651 "wm/immersive_focus_watcher_aura.h", 651 "wm/immersive_focus_watcher_aura.h",
652 "wm/immersive_gesture_handler_aura.cc", 652 "wm/immersive_gesture_handler_aura.cc",
653 "wm/immersive_gesture_handler_aura.h", 653 "wm/immersive_gesture_handler_aura.h",
654 "wm/immersive_handler_factory_ash.cc", 654 "wm/immersive_handler_factory_ash.cc",
655 "wm/immersive_handler_factory_ash.h", 655 "wm/immersive_handler_factory_ash.h",
656 "wm/lock_action_handler_layout_manager.cc",
657 "wm/lock_action_handler_layout_manager.h",
656 "wm/lock_layout_manager.cc", 658 "wm/lock_layout_manager.cc",
657 "wm/lock_layout_manager.h", 659 "wm/lock_layout_manager.h",
658 "wm/lock_state_controller.cc", 660 "wm/lock_state_controller.cc",
659 "wm/lock_state_controller.h", 661 "wm/lock_state_controller.h",
660 "wm/lock_state_observer.h", 662 "wm/lock_state_observer.h",
661 "wm/lock_window_state.cc", 663 "wm/lock_window_state.cc",
662 "wm/lock_window_state.h", 664 "wm/lock_window_state.h",
663 "wm/maximize_mode/maximize_mode_controller.cc", 665 "wm/maximize_mode/maximize_mode_controller.cc",
664 "wm/maximize_mode/maximize_mode_controller.h", 666 "wm/maximize_mode/maximize_mode_controller.h",
665 "wm/maximize_mode/maximize_mode_event_handler.cc", 667 "wm/maximize_mode/maximize_mode_event_handler.cc",
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
1389 1391
1390 # TODO: mash doesn't support DragWindowResizer. http://crbug.com/633782. 1392 # TODO: mash doesn't support DragWindowResizer. http://crbug.com/633782.
1391 "wm/drag_window_resizer_unittest.cc", 1393 "wm/drag_window_resizer_unittest.cc",
1392 1394
1393 # TODO: mash doesn't support OverviewGestureHandler. 1395 # TODO: mash doesn't support OverviewGestureHandler.
1394 # http://crbug.com/634994. 1396 # http://crbug.com/634994.
1395 "wm/gestures/overview_gesture_handler_unittest.cc", 1397 "wm/gestures/overview_gesture_handler_unittest.cc",
1396 1398
1397 # TODO: fails because keyboard is not enabled in mash. 1399 # TODO: fails because keyboard is not enabled in mash.
1398 # http://crbug.com/648733. 1400 # http://crbug.com/648733.
1401 "wm/lock_action_handler_layout_manager_unittest.cc",
1402
1403 # TODO: fails because keyboard is not enabled in mash.
1404 # http://crbug.com/648733.
1399 "wm/lock_layout_manager_unittest.cc", 1405 "wm/lock_layout_manager_unittest.cc",
1400 1406
1401 # TODO: investigate failures in mash. http://crbug.com/698092. 1407 # TODO: investigate failures in mash. http://crbug.com/698092.
1402 "wm/maximize_mode/maximize_mode_controller_unittest.cc", 1408 "wm/maximize_mode/maximize_mode_controller_unittest.cc",
1403 1409
1404 # TODO: mash doesn't support CursorManager. http://crbug.com/631103. 1410 # TODO: mash doesn't support CursorManager. http://crbug.com/631103.
1405 "wm/resize_shadow_and_cursor_unittest.cc", 1411 "wm/resize_shadow_and_cursor_unittest.cc",
1406 1412
1407 # TODO: mash doesn't support SetFirstDisplayAsInternalDisplay(), which all 1413 # TODO: mash doesn't support SetFirstDisplayAsInternalDisplay(), which all
1408 # the tests in this file use. http://crbug.com/698091. 1414 # the tests in this file use. http://crbug.com/698091.
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1512 "//content/public/app:both", 1518 "//content/public/app:both",
1513 "//device/bluetooth", 1519 "//device/bluetooth",
1514 ] 1520 ]
1515 1521
1516 data_deps = [ 1522 data_deps = [
1517 "//ash/strings:ash_test_strings", 1523 "//ash/strings:ash_test_strings",
1518 "//ash/resources:ash_test_resources_with_content_100_percent", 1524 "//ash/resources:ash_test_resources_with_content_100_percent",
1519 "//ash/resources:ash_test_resources_200_percent", 1525 "//ash/resources:ash_test_resources_200_percent",
1520 ] 1526 ]
1521 } 1527 }
OLDNEW
« no previous file with comments | « no previous file | ash/public/cpp/shell_window_ids.h » ('j') | ash/wm/lock_action_handler_layout_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698