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 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
779 "wm/screen_dimmer.cc", | 779 "wm/screen_dimmer.cc", |
780 "wm/screen_dimmer.h", | 780 "wm/screen_dimmer.h", |
781 "wm/screen_pinning_controller.cc", | 781 "wm/screen_pinning_controller.cc", |
782 "wm/screen_pinning_controller.h", | 782 "wm/screen_pinning_controller.h", |
783 "wm/session_state_animator.cc", | 783 "wm/session_state_animator.cc", |
784 "wm/session_state_animator.h", | 784 "wm/session_state_animator.h", |
785 "wm/session_state_animator_impl.cc", | 785 "wm/session_state_animator_impl.cc", |
786 "wm/session_state_animator_impl.h", | 786 "wm/session_state_animator_impl.h", |
787 "wm/stacking_controller.cc", | 787 "wm/stacking_controller.cc", |
788 "wm/stacking_controller.h", | 788 "wm/stacking_controller.h", |
789 "wm/stylus_metrics_recorder.cc", | |
790 "wm/stylus_metrics_recorder.h", | |
791 "wm/system_gesture_event_filter.cc", | 789 "wm/system_gesture_event_filter.cc", |
792 "wm/system_gesture_event_filter.h", | 790 "wm/system_gesture_event_filter.h", |
793 "wm/system_modal_container_event_filter.cc", | 791 "wm/system_modal_container_event_filter.cc", |
794 "wm/system_modal_container_event_filter.h", | 792 "wm/system_modal_container_event_filter.h", |
795 "wm/system_modal_container_event_filter_delegate.h", | 793 "wm/system_modal_container_event_filter_delegate.h", |
796 "wm/system_modal_container_layout_manager.cc", | 794 "wm/system_modal_container_layout_manager.cc", |
797 "wm/system_modal_container_layout_manager.h", | 795 "wm/system_modal_container_layout_manager.h", |
798 "wm/system_wallpaper_controller.cc", | 796 "wm/system_wallpaper_controller.cc", |
799 "wm/system_wallpaper_controller.h", | 797 "wm/system_wallpaper_controller.h", |
800 "wm/toplevel_window_event_handler.cc", | 798 "wm/toplevel_window_event_handler.cc", |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
938 "accelerators/spoken_feedback_toggler.cc", | 936 "accelerators/spoken_feedback_toggler.cc", |
939 "accelerators/spoken_feedback_toggler.h", | 937 "accelerators/spoken_feedback_toggler.h", |
940 "display/resolution_notification_controller.cc", | 938 "display/resolution_notification_controller.cc", |
941 "display/resolution_notification_controller.h", | 939 "display/resolution_notification_controller.h", |
942 "touch/touch_transformer_controller.cc", | 940 "touch/touch_transformer_controller.cc", |
943 "touch/touch_transformer_controller.h", | 941 "touch/touch_transformer_controller.h", |
944 "touch/touchscreen_util.cc", | 942 "touch/touchscreen_util.cc", |
945 "touch/touchscreen_util.h", | 943 "touch/touchscreen_util.h", |
946 "virtual_keyboard_controller.cc", | 944 "virtual_keyboard_controller.cc", |
947 "virtual_keyboard_controller.h", | 945 "virtual_keyboard_controller.h", |
948 "wm/stylus_metrics_recorder.cc", | |
949 "wm/stylus_metrics_recorder.h", | |
950 ] | 946 ] |
951 } | 947 } |
952 | 948 |
953 # Usage of content should be in ash_content_unittests. | 949 # Usage of content should be in ash_content_unittests. |
954 assert_no_deps = [ "//content/*" ] | 950 assert_no_deps = [ "//content/*" ] |
955 } | 951 } |
956 | 952 |
957 component("ash_with_content") { | 953 component("ash_with_content") { |
958 sources = [ | 954 sources = [ |
959 "content/ash_with_content_export.h", | 955 "content/ash_with_content_export.h", |
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1639 if (is_win) { | 1635 if (is_win) { |
1640 configs -= [ "//build/config/win:console" ] | 1636 configs -= [ "//build/config/win:console" ] |
1641 configs += [ "//build/config/win:windowed" ] | 1637 configs += [ "//build/config/win:windowed" ] |
1642 deps += [ "//sandbox" ] | 1638 deps += [ "//sandbox" ] |
1643 } | 1639 } |
1644 | 1640 |
1645 if (is_chromeos) { | 1641 if (is_chromeos) { |
1646 deps += [ "//device/bluetooth" ] | 1642 deps += [ "//device/bluetooth" ] |
1647 } | 1643 } |
1648 } | 1644 } |
OLD | NEW |