OLD | NEW |
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 795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
806 "wm/resize_shadow.cc", | 806 "wm/resize_shadow.cc", |
807 "wm/resize_shadow.h", | 807 "wm/resize_shadow.h", |
808 "wm/resize_shadow_controller.cc", | 808 "wm/resize_shadow_controller.cc", |
809 "wm/resize_shadow_controller.h", | 809 "wm/resize_shadow_controller.h", |
810 "wm/screen_pinning_controller.cc", | 810 "wm/screen_pinning_controller.cc", |
811 "wm/screen_pinning_controller.h", | 811 "wm/screen_pinning_controller.h", |
812 "wm/session_state_animator.cc", | 812 "wm/session_state_animator.cc", |
813 "wm/session_state_animator.h", | 813 "wm/session_state_animator.h", |
814 "wm/session_state_animator_impl.cc", | 814 "wm/session_state_animator_impl.cc", |
815 "wm/session_state_animator_impl.h", | 815 "wm/session_state_animator_impl.h", |
| 816 "wm/shutdown_client_proxy.cc", |
| 817 "wm/shutdown_client_proxy.h", |
816 "wm/stacking_controller.cc", | 818 "wm/stacking_controller.cc", |
817 "wm/stacking_controller.h", | 819 "wm/stacking_controller.h", |
818 "wm/system_gesture_event_filter.cc", | 820 "wm/system_gesture_event_filter.cc", |
819 "wm/system_gesture_event_filter.h", | 821 "wm/system_gesture_event_filter.h", |
820 "wm/system_modal_container_event_filter.cc", | 822 "wm/system_modal_container_event_filter.cc", |
821 "wm/system_modal_container_event_filter.h", | 823 "wm/system_modal_container_event_filter.h", |
822 "wm/system_modal_container_event_filter_delegate.h", | 824 "wm/system_modal_container_event_filter_delegate.h", |
823 "wm/system_wallpaper_controller.cc", | 825 "wm/system_wallpaper_controller.cc", |
824 "wm/system_wallpaper_controller.h", | 826 "wm/system_wallpaper_controller.h", |
825 "wm/toplevel_window_event_handler.cc", | 827 "wm/toplevel_window_event_handler.cc", |
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1498 if (is_win) { | 1500 if (is_win) { |
1499 configs -= [ "//build/config/win:console" ] | 1501 configs -= [ "//build/config/win:console" ] |
1500 configs += [ "//build/config/win:windowed" ] | 1502 configs += [ "//build/config/win:windowed" ] |
1501 deps += [ "//sandbox" ] | 1503 deps += [ "//sandbox" ] |
1502 } | 1504 } |
1503 | 1505 |
1504 if (is_chromeos) { | 1506 if (is_chromeos) { |
1505 deps += [ "//device/bluetooth" ] | 1507 deps += [ "//device/bluetooth" ] |
1506 } | 1508 } |
1507 } | 1509 } |
OLD | NEW |