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

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, 6 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/public/cpp/shell_window_ids.h » ('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 # 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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "wm/gestures/overview_gesture_handler.cc", 651 "wm/gestures/overview_gesture_handler.cc",
652 "wm/gestures/overview_gesture_handler.h", 652 "wm/gestures/overview_gesture_handler.h",
653 "wm/immersive_context_ash.cc", 653 "wm/immersive_context_ash.cc",
654 "wm/immersive_context_ash.h", 654 "wm/immersive_context_ash.h",
655 "wm/immersive_focus_watcher_aura.cc", 655 "wm/immersive_focus_watcher_aura.cc",
656 "wm/immersive_focus_watcher_aura.h", 656 "wm/immersive_focus_watcher_aura.h",
657 "wm/immersive_gesture_handler_aura.cc", 657 "wm/immersive_gesture_handler_aura.cc",
658 "wm/immersive_gesture_handler_aura.h", 658 "wm/immersive_gesture_handler_aura.h",
659 "wm/immersive_handler_factory_ash.cc", 659 "wm/immersive_handler_factory_ash.cc",
660 "wm/immersive_handler_factory_ash.h", 660 "wm/immersive_handler_factory_ash.h",
661 "wm/lock_action_handler_layout_manager.cc",
662 "wm/lock_action_handler_layout_manager.h",
661 "wm/lock_layout_manager.cc", 663 "wm/lock_layout_manager.cc",
662 "wm/lock_layout_manager.h", 664 "wm/lock_layout_manager.h",
663 "wm/lock_state_controller.cc", 665 "wm/lock_state_controller.cc",
664 "wm/lock_state_controller.h", 666 "wm/lock_state_controller.h",
665 "wm/lock_state_observer.h", 667 "wm/lock_state_observer.h",
666 "wm/lock_window_state.cc", 668 "wm/lock_window_state.cc",
667 "wm/lock_window_state.h", 669 "wm/lock_window_state.h",
668 "wm/maximize_mode/maximize_mode_backdrop_delegate_impl.cc", 670 "wm/maximize_mode/maximize_mode_backdrop_delegate_impl.cc",
669 "wm/maximize_mode/maximize_mode_backdrop_delegate_impl.h", 671 "wm/maximize_mode/maximize_mode_backdrop_delegate_impl.h",
670 "wm/maximize_mode/maximize_mode_controller.cc", 672 "wm/maximize_mode/maximize_mode_controller.cc",
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
1391 1393
1392 # TODO: mash doesn't support DragWindowResizer. http://crbug.com/633782. 1394 # TODO: mash doesn't support DragWindowResizer. http://crbug.com/633782.
1393 "wm/drag_window_resizer_unittest.cc", 1395 "wm/drag_window_resizer_unittest.cc",
1394 1396
1395 # TODO: mash doesn't support OverviewGestureHandler. 1397 # TODO: mash doesn't support OverviewGestureHandler.
1396 # http://crbug.com/634994. 1398 # http://crbug.com/634994.
1397 "wm/gestures/overview_gesture_handler_unittest.cc", 1399 "wm/gestures/overview_gesture_handler_unittest.cc",
1398 1400
1399 # TODO: fails because keyboard is not enabled in mash. 1401 # TODO: fails because keyboard is not enabled in mash.
1400 # http://crbug.com/648733. 1402 # http://crbug.com/648733.
1403 "wm/lock_action_handler_layout_manager_unittest.cc",
1404
1405 # TODO: fails because keyboard is not enabled in mash.
1406 # http://crbug.com/648733.
1401 "wm/lock_layout_manager_unittest.cc", 1407 "wm/lock_layout_manager_unittest.cc",
1402 1408
1403 # TODO: investigate failures in mash. http://crbug.com/698092. 1409 # TODO: investigate failures in mash. http://crbug.com/698092.
1404 "wm/maximize_mode/maximize_mode_controller_unittest.cc", 1410 "wm/maximize_mode/maximize_mode_controller_unittest.cc",
1405 1411
1406 # TODO: mash doesn't support CursorManager. http://crbug.com/631103. 1412 # TODO: mash doesn't support CursorManager. http://crbug.com/631103.
1407 "wm/resize_shadow_and_cursor_unittest.cc", 1413 "wm/resize_shadow_and_cursor_unittest.cc",
1408 1414
1409 # TODO: mash doesn't support SetFirstDisplayAsInternalDisplay(), which all 1415 # TODO: mash doesn't support SetFirstDisplayAsInternalDisplay(), which all
1410 # the tests in this file use. http://crbug.com/698091. 1416 # the tests in this file use. http://crbug.com/698091.
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 "//content/public/app:both", 1520 "//content/public/app:both",
1515 "//device/bluetooth", 1521 "//device/bluetooth",
1516 ] 1522 ]
1517 1523
1518 data_deps = [ 1524 data_deps = [
1519 "//ash/strings:ash_test_strings", 1525 "//ash/strings:ash_test_strings",
1520 "//ash/resources:ash_test_resources_with_content_100_percent", 1526 "//ash/resources:ash_test_resources_with_content_100_percent",
1521 "//ash/resources:ash_test_resources_200_percent", 1527 "//ash/resources:ash_test_resources_200_percent",
1522 ] 1528 ]
1523 } 1529 }
OLDNEW
« no previous file with comments | « no previous file | ash/public/cpp/shell_window_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698