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 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1153 "drag_drop/drag_image_view_unittest.cc", | 1153 "drag_drop/drag_image_view_unittest.cc", |
1154 "first_run/first_run_helper_unittest.cc", | 1154 "first_run/first_run_helper_unittest.cc", |
1155 "focus_cycler_unittest.cc", | 1155 "focus_cycler_unittest.cc", |
1156 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc", | 1156 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc", |
1157 "frame/caption_buttons/frame_size_button_unittest.cc", | 1157 "frame/caption_buttons/frame_size_button_unittest.cc", |
1158 "frame/custom_frame_view_ash_unittest.cc", | 1158 "frame/custom_frame_view_ash_unittest.cc", |
1159 "frame/default_header_painter_unittest.cc", | 1159 "frame/default_header_painter_unittest.cc", |
1160 "laser/laser_pointer_controller_unittest.cc", | 1160 "laser/laser_pointer_controller_unittest.cc", |
1161 "laser/laser_pointer_points_unittest.cc", | 1161 "laser/laser_pointer_points_unittest.cc", |
1162 "laser/laser_segment_utils_unittest.cc", | 1162 "laser/laser_segment_utils_unittest.cc", |
| 1163 "login/ui/lock_screen_test.cc", |
| 1164 "login/ui/lock_screen_test.h", |
| 1165 "login/ui/simple_lock_screen_test.cc", |
1163 "metrics/desktop_task_switch_metric_recorder_unittest.cc", | 1166 "metrics/desktop_task_switch_metric_recorder_unittest.cc", |
1164 "metrics/pointer_metrics_recorder_unittest.cc", | 1167 "metrics/pointer_metrics_recorder_unittest.cc", |
1165 "metrics/task_switch_metrics_recorder_unittest.cc", | 1168 "metrics/task_switch_metrics_recorder_unittest.cc", |
1166 "metrics/task_switch_time_tracker_unittest.cc", | 1169 "metrics/task_switch_time_tracker_unittest.cc", |
1167 "metrics/user_metrics_recorder_unittest.cc", | 1170 "metrics/user_metrics_recorder_unittest.cc", |
1168 "mus/window_manager_common_unittests.cc", | 1171 "mus/window_manager_common_unittests.cc", |
1169 "mus_property_mirror_ash_unittest.cc", | 1172 "mus_property_mirror_ash_unittest.cc", |
1170 "root_window_controller_unittest.cc", | 1173 "root_window_controller_unittest.cc", |
1171 "rotator/screen_rotation_animation_unittest.cc", | 1174 "rotator/screen_rotation_animation_unittest.cc", |
1172 "rotator/screen_rotation_animator_unittest.cc", | 1175 "rotator/screen_rotation_animator_unittest.cc", |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1507 "//content/public/app:both", | 1510 "//content/public/app:both", |
1508 "//device/bluetooth", | 1511 "//device/bluetooth", |
1509 ] | 1512 ] |
1510 | 1513 |
1511 data_deps = [ | 1514 data_deps = [ |
1512 "//ash/strings:ash_test_strings", | 1515 "//ash/strings:ash_test_strings", |
1513 "//ash/resources:ash_test_resources_with_content_100_percent", | 1516 "//ash/resources:ash_test_resources_with_content_100_percent", |
1514 "//ash/resources:ash_test_resources_200_percent", | 1517 "//ash/resources:ash_test_resources_200_percent", |
1515 ] | 1518 ] |
1516 } | 1519 } |
OLD | NEW |