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

Side by Side Diff: ash/BUILD.gn

Issue 2320273002: Refactors DimWindow and moves to ash/common (Closed)
Patch Set: feedback and member initializer ordering 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_shell_aura.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 assert(use_aura) 10 assert(use_aura)
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/window_animation_types.h", 492 "common/wm/window_animation_types.h",
493 "common/wm/window_cycle_controller.cc", 493 "common/wm/window_cycle_controller.cc",
494 "common/wm/window_cycle_controller.h", 494 "common/wm/window_cycle_controller.h",
495 "common/wm/window_cycle_event_filter.h", 495 "common/wm/window_cycle_event_filter.h",
496 "common/wm/window_cycle_list.cc", 496 "common/wm/window_cycle_list.cc",
497 "common/wm/window_cycle_list.h", 497 "common/wm/window_cycle_list.h",
498 "common/wm/window_dimmer.cc",
499 "common/wm/window_dimmer.h",
498 "common/wm/window_parenting_utils.cc", 500 "common/wm/window_parenting_utils.cc",
499 "common/wm/window_parenting_utils.h", 501 "common/wm/window_parenting_utils.h",
500 "common/wm/window_positioner.cc", 502 "common/wm/window_positioner.cc",
501 "common/wm/window_positioner.h", 503 "common/wm/window_positioner.h",
502 "common/wm/window_positioning_utils.cc", 504 "common/wm/window_positioning_utils.cc",
503 "common/wm/window_positioning_utils.h", 505 "common/wm/window_positioning_utils.h",
504 "common/wm/window_resizer.cc", 506 "common/wm/window_resizer.cc",
505 "common/wm/window_resizer.h", 507 "common/wm/window_resizer.h",
506 "common/wm/window_state.cc", 508 "common/wm/window_state.cc",
507 "common/wm/window_state.h", 509 "common/wm/window_state.h",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 "common/wm_lookup.h", 549 "common/wm_lookup.h",
548 "common/wm_root_window_controller.cc", 550 "common/wm_root_window_controller.cc",
549 "common/wm_root_window_controller.h", 551 "common/wm_root_window_controller.h",
550 "common/wm_shell.cc", 552 "common/wm_shell.cc",
551 "common/wm_shell.h", 553 "common/wm_shell.h",
552 "common/wm_transient_window_observer.h", 554 "common/wm_transient_window_observer.h",
553 "common/wm_window.h", 555 "common/wm_window.h",
554 "common/wm_window_observer.h", 556 "common/wm_window_observer.h",
555 "common/wm_window_property.h", 557 "common/wm_window_property.h",
556 "common/wm_window_tracker.h", 558 "common/wm_window_tracker.h",
559 "common/wm_window_user_data.h",
557 "debug.cc", 560 "debug.cc",
558 "debug.h", 561 "debug.h",
559 "default_wallpaper_delegate.cc", 562 "default_wallpaper_delegate.cc",
560 "default_wallpaper_delegate.h", 563 "default_wallpaper_delegate.h",
561 "display/cursor_window_controller.cc", 564 "display/cursor_window_controller.cc",
562 "display/cursor_window_controller.h", 565 "display/cursor_window_controller.h",
563 "display/display_animator.h", 566 "display/display_animator.h",
564 "display/display_animator_chromeos.cc", 567 "display/display_animator_chromeos.cc",
565 "display/display_animator_chromeos.h", 568 "display/display_animator_chromeos.h",
566 "display/display_change_observer_chromeos.cc", 569 "display/display_change_observer_chromeos.cc",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 "virtual_keyboard_controller.cc", 723 "virtual_keyboard_controller.cc",
721 "virtual_keyboard_controller.h", 724 "virtual_keyboard_controller.h",
722 "wm/ash_focus_rules.cc", 725 "wm/ash_focus_rules.cc",
723 "wm/ash_focus_rules.h", 726 "wm/ash_focus_rules.h",
724 "wm/ash_native_cursor_manager.cc", 727 "wm/ash_native_cursor_manager.cc",
725 "wm/ash_native_cursor_manager.h", 728 "wm/ash_native_cursor_manager.h",
726 "wm/boot_splash_screen_chromeos.cc", 729 "wm/boot_splash_screen_chromeos.cc",
727 "wm/boot_splash_screen_chromeos.h", 730 "wm/boot_splash_screen_chromeos.h",
728 "wm/cursor_manager_chromeos.cc", 731 "wm/cursor_manager_chromeos.cc",
729 "wm/cursor_manager_chromeos.h", 732 "wm/cursor_manager_chromeos.h",
730 "wm/dim_window.cc",
731 "wm/dim_window.h",
732 "wm/drag_window_controller.cc", 733 "wm/drag_window_controller.cc",
733 "wm/drag_window_controller.h", 734 "wm/drag_window_controller.h",
734 "wm/drag_window_resizer.cc", 735 "wm/drag_window_resizer.cc",
735 "wm/drag_window_resizer.h", 736 "wm/drag_window_resizer.h",
736 "wm/event_client_impl.cc", 737 "wm/event_client_impl.cc",
737 "wm/event_client_impl.h", 738 "wm/event_client_impl.h",
738 "wm/gestures/overview_gesture_handler.cc", 739 "wm/gestures/overview_gesture_handler.cc",
739 "wm/gestures/overview_gesture_handler.h", 740 "wm/gestures/overview_gesture_handler.h",
740 "wm/immersive_focus_watcher_aura.cc", 741 "wm/immersive_focus_watcher_aura.cc",
741 "wm/immersive_focus_watcher_aura.h", 742 "wm/immersive_focus_watcher_aura.h",
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 "common/system/ime/tray_ime_chromeos_unittest.cc", 1393 "common/system/ime/tray_ime_chromeos_unittest.cc",
1393 "common/system/tray/system_tray_unittest.cc", 1394 "common/system/tray/system_tray_unittest.cc",
1394 "common/system/tray/tray_details_view_unittest.cc", 1395 "common/system/tray/tray_details_view_unittest.cc",
1395 "common/system/update/tray_update_unittest.cc", 1396 "common/system/update/tray_update_unittest.cc",
1396 "common/system/user/tray_user_unittest.cc", 1397 "common/system/user/tray_user_unittest.cc",
1397 "common/wallpaper/wallpaper_controller_unittest.cc", 1398 "common/wallpaper/wallpaper_controller_unittest.cc",
1398 "common/wm/container_finder_unittest.cc", 1399 "common/wm/container_finder_unittest.cc",
1399 "common/wm/overview/cleanup_animation_observer_unittest.cc", 1400 "common/wm/overview/cleanup_animation_observer_unittest.cc",
1400 "common/wm/workspace/workspace_event_handler_test_helper.cc", 1401 "common/wm/workspace/workspace_event_handler_test_helper.cc",
1401 "common/wm/workspace/workspace_event_handler_test_helper.h", 1402 "common/wm/workspace/workspace_event_handler_test_helper.h",
1403 "common/wm_window_user_data_unittest.cc",
1402 "dip_unittest.cc", 1404 "dip_unittest.cc",
1403 "display/cursor_window_controller_unittest.cc", 1405 "display/cursor_window_controller_unittest.cc",
1404 "display/display_change_observer_chromeos_unittest.cc", 1406 "display/display_change_observer_chromeos_unittest.cc",
1405 "display/display_color_manager_chromeos_unittest.cc", 1407 "display/display_color_manager_chromeos_unittest.cc",
1406 "display/display_error_observer_chromeos_unittest.cc", 1408 "display/display_error_observer_chromeos_unittest.cc",
1407 "display/display_manager_unittest.cc", 1409 "display/display_manager_unittest.cc",
1408 "display/display_util_unittest.cc", 1410 "display/display_util_unittest.cc",
1409 "display/extended_mouse_warp_controller_unittest.cc", 1411 "display/extended_mouse_warp_controller_unittest.cc",
1410 "display/json_converter_unittest.cc", 1412 "display/json_converter_unittest.cc",
1411 "display/mirror_window_controller_unittest.cc", 1413 "display/mirror_window_controller_unittest.cc",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 if (is_win) { 1639 if (is_win) {
1638 configs -= [ "//build/config/win:console" ] 1640 configs -= [ "//build/config/win:console" ]
1639 configs += [ "//build/config/win:windowed" ] 1641 configs += [ "//build/config/win:windowed" ]
1640 deps += [ "//sandbox" ] 1642 deps += [ "//sandbox" ]
1641 } 1643 }
1642 1644
1643 if (is_chromeos) { 1645 if (is_chromeos) {
1644 deps += [ "//device/bluetooth" ] 1646 deps += [ "//device/bluetooth" ]
1645 } 1647 }
1646 } 1648 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698