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 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
774 "wm/resize_shadow_controller.cc", | 774 "wm/resize_shadow_controller.cc", |
775 "wm/resize_shadow_controller.h", | 775 "wm/resize_shadow_controller.h", |
776 "wm/screen_pinning_controller.cc", | 776 "wm/screen_pinning_controller.cc", |
777 "wm/screen_pinning_controller.h", | 777 "wm/screen_pinning_controller.h", |
778 "wm/session_state_animator.cc", | 778 "wm/session_state_animator.cc", |
779 "wm/session_state_animator.h", | 779 "wm/session_state_animator.h", |
780 "wm/session_state_animator_impl.cc", | 780 "wm/session_state_animator_impl.cc", |
781 "wm/session_state_animator_impl.h", | 781 "wm/session_state_animator_impl.h", |
782 "wm/stacking_controller.cc", | 782 "wm/stacking_controller.cc", |
783 "wm/stacking_controller.h", | 783 "wm/stacking_controller.h", |
784 "wm/stylus_metrics_recorder.cc", | |
785 "wm/stylus_metrics_recorder.h", | |
786 "wm/system_gesture_event_filter.cc", | 784 "wm/system_gesture_event_filter.cc", |
787 "wm/system_gesture_event_filter.h", | 785 "wm/system_gesture_event_filter.h", |
788 "wm/system_modal_container_event_filter.cc", | 786 "wm/system_modal_container_event_filter.cc", |
789 "wm/system_modal_container_event_filter.h", | 787 "wm/system_modal_container_event_filter.h", |
790 "wm/system_modal_container_event_filter_delegate.h", | 788 "wm/system_modal_container_event_filter_delegate.h", |
791 "wm/system_wallpaper_controller.cc", | 789 "wm/system_wallpaper_controller.cc", |
792 "wm/system_wallpaper_controller.h", | 790 "wm/system_wallpaper_controller.h", |
793 "wm/toplevel_window_event_handler.cc", | 791 "wm/toplevel_window_event_handler.cc", |
794 "wm/toplevel_window_event_handler.h", | 792 "wm/toplevel_window_event_handler.h", |
795 "wm/video_detector.cc", | 793 "wm/video_detector.cc", |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
942 "accelerators/spoken_feedback_toggler.cc", | 940 "accelerators/spoken_feedback_toggler.cc", |
943 "accelerators/spoken_feedback_toggler.h", | 941 "accelerators/spoken_feedback_toggler.h", |
944 "display/resolution_notification_controller.cc", | 942 "display/resolution_notification_controller.cc", |
945 "display/resolution_notification_controller.h", | 943 "display/resolution_notification_controller.h", |
946 "touch/touch_transformer_controller.cc", | 944 "touch/touch_transformer_controller.cc", |
947 "touch/touch_transformer_controller.h", | 945 "touch/touch_transformer_controller.h", |
948 "touch/touchscreen_util.cc", | 946 "touch/touchscreen_util.cc", |
949 "touch/touchscreen_util.h", | 947 "touch/touchscreen_util.h", |
950 "virtual_keyboard_controller.cc", | 948 "virtual_keyboard_controller.cc", |
951 "virtual_keyboard_controller.h", | 949 "virtual_keyboard_controller.h", |
952 "wm/stylus_metrics_recorder.cc", | |
953 "wm/stylus_metrics_recorder.h", | |
954 ] | 950 ] |
955 } | 951 } |
956 | 952 |
957 # Usage of content should be in ash_content_unittests. | 953 # Usage of content should be in ash_content_unittests. |
958 assert_no_deps = [ "//content/*" ] | 954 assert_no_deps = [ "//content/*" ] |
959 } | 955 } |
960 | 956 |
961 component("ash_with_content") { | 957 component("ash_with_content") { |
962 sources = [ | 958 sources = [ |
963 "content/ash_with_content_export.h", | 959 "content/ash_with_content_export.h", |
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1647 if (is_win) { | 1643 if (is_win) { |
1648 configs -= [ "//build/config/win:console" ] | 1644 configs -= [ "//build/config/win:console" ] |
1649 configs += [ "//build/config/win:windowed" ] | 1645 configs += [ "//build/config/win:windowed" ] |
1650 deps += [ "//sandbox" ] | 1646 deps += [ "//sandbox" ] |
1651 } | 1647 } |
1652 | 1648 |
1653 if (is_chromeos) { | 1649 if (is_chromeos) { |
1654 deps += [ "//device/bluetooth" ] | 1650 deps += [ "//device/bluetooth" ] |
1655 } | 1651 } |
1656 } | 1652 } |
OLD | NEW |