| 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 # 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 26 matching lines...) Expand all Loading... |
| 37 "accelerators/exit_warning_handler.cc", | 37 "accelerators/exit_warning_handler.cc", |
| 38 "accelerators/exit_warning_handler.h", | 38 "accelerators/exit_warning_handler.h", |
| 39 "accelerators/key_hold_detector.cc", | 39 "accelerators/key_hold_detector.cc", |
| 40 "accelerators/key_hold_detector.h", | 40 "accelerators/key_hold_detector.h", |
| 41 "accelerators/magnifier_key_scroller.cc", | 41 "accelerators/magnifier_key_scroller.cc", |
| 42 "accelerators/magnifier_key_scroller.h", | 42 "accelerators/magnifier_key_scroller.h", |
| 43 "accelerators/spoken_feedback_toggler.cc", | 43 "accelerators/spoken_feedback_toggler.cc", |
| 44 "accelerators/spoken_feedback_toggler.h", | 44 "accelerators/spoken_feedback_toggler.h", |
| 45 "accessibility_delegate.h", | 45 "accessibility_delegate.h", |
| 46 "accessibility_types.h", | 46 "accessibility_types.h", |
| 47 "action_handler/action_handler_state_controller.cc", |
| 48 "action_handler/action_handler_state_controller.h", |
| 49 "action_handler/action_handler_state_observer.h", |
| 47 "animation/animation_change_type.h", | 50 "animation/animation_change_type.h", |
| 48 "app_list/app_list_delegate_impl.cc", | 51 "app_list/app_list_delegate_impl.cc", |
| 49 "app_list/app_list_delegate_impl.h", | 52 "app_list/app_list_delegate_impl.h", |
| 50 "app_list/app_list_presenter_delegate.cc", | 53 "app_list/app_list_presenter_delegate.cc", |
| 51 "app_list/app_list_presenter_delegate.h", | 54 "app_list/app_list_presenter_delegate.h", |
| 52 "app_list/app_list_presenter_delegate_factory.cc", | 55 "app_list/app_list_presenter_delegate_factory.cc", |
| 53 "app_list/app_list_presenter_delegate_factory.h", | 56 "app_list/app_list_presenter_delegate_factory.h", |
| 54 "ash_constants.cc", | 57 "ash_constants.cc", |
| 55 "ash_constants.h", | 58 "ash_constants.h", |
| 56 "ash_export.h", | 59 "ash_export.h", |
| (...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1130 # This target includes the tests that are run by both ash and mash. Eventually | 1133 # This target includes the tests that are run by both ash and mash. Eventually |
| 1131 # the majority of tests in |ash_unittests| should move here. | 1134 # the majority of tests in |ash_unittests| should move here. |
| 1132 source_set("common_unittests") { | 1135 source_set("common_unittests") { |
| 1133 testonly = true | 1136 testonly = true |
| 1134 sources = [ | 1137 sources = [ |
| 1135 "accelerators/accelerator_commands_unittest.cc", | 1138 "accelerators/accelerator_commands_unittest.cc", |
| 1136 "accelerators/accelerator_controller_unittest.cc", | 1139 "accelerators/accelerator_controller_unittest.cc", |
| 1137 "accelerators/accelerator_filter_unittest.cc", | 1140 "accelerators/accelerator_filter_unittest.cc", |
| 1138 "accelerators/accelerator_table_unittest.cc", | 1141 "accelerators/accelerator_table_unittest.cc", |
| 1139 "accelerators/spoken_feedback_toggler_unittest.cc", | 1142 "accelerators/spoken_feedback_toggler_unittest.cc", |
| 1143 "action_handler/action_handler_state_controller_unittest.cc", |
| 1140 "ash_touch_exploration_manager_chromeos_unittest.cc", | 1144 "ash_touch_exploration_manager_chromeos_unittest.cc", |
| 1141 "autoclick/autoclick_unittest.cc", | 1145 "autoclick/autoclick_unittest.cc", |
| 1142 "devtools/ash_devtools_unittest.cc", | 1146 "devtools/ash_devtools_unittest.cc", |
| 1143 "display/display_configuration_controller_unittest.cc", | 1147 "display/display_configuration_controller_unittest.cc", |
| 1144 "drag_drop/drag_image_view_unittest.cc", | 1148 "drag_drop/drag_image_view_unittest.cc", |
| 1145 "first_run/first_run_helper_unittest.cc", | 1149 "first_run/first_run_helper_unittest.cc", |
| 1146 "focus_cycler_unittest.cc", | 1150 "focus_cycler_unittest.cc", |
| 1147 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc", | 1151 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc", |
| 1148 "frame/caption_buttons/frame_size_button_unittest.cc", | 1152 "frame/caption_buttons/frame_size_button_unittest.cc", |
| 1149 "frame/custom_frame_view_ash_unittest.cc", | 1153 "frame/custom_frame_view_ash_unittest.cc", |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1492 "//content/public/app:both", | 1496 "//content/public/app:both", |
| 1493 "//device/bluetooth", | 1497 "//device/bluetooth", |
| 1494 ] | 1498 ] |
| 1495 | 1499 |
| 1496 data_deps = [ | 1500 data_deps = [ |
| 1497 "//ash/strings:ash_test_strings", | 1501 "//ash/strings:ash_test_strings", |
| 1498 "//ash/resources:ash_test_resources_with_content_100_percent", | 1502 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1499 "//ash/resources:ash_test_resources_200_percent", | 1503 "//ash/resources:ash_test_resources_200_percent", |
| 1500 ] | 1504 ] |
| 1501 } | 1505 } |
| OLD | NEW |