| 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 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1170 "first_run/first_run_helper_unittest.cc", | 1170 "first_run/first_run_helper_unittest.cc", |
| 1171 "focus_cycler_unittest.cc", | 1171 "focus_cycler_unittest.cc", |
| 1172 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc", | 1172 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc", |
| 1173 "frame/caption_buttons/frame_size_button_unittest.cc", | 1173 "frame/caption_buttons/frame_size_button_unittest.cc", |
| 1174 "frame/custom_frame_view_ash_unittest.cc", | 1174 "frame/custom_frame_view_ash_unittest.cc", |
| 1175 "frame/default_header_painter_unittest.cc", | 1175 "frame/default_header_painter_unittest.cc", |
| 1176 "laser/laser_pointer_controller_unittest.cc", | 1176 "laser/laser_pointer_controller_unittest.cc", |
| 1177 "laser/laser_pointer_points_unittest.cc", | 1177 "laser/laser_pointer_points_unittest.cc", |
| 1178 "laser/laser_segment_utils_unittest.cc", | 1178 "laser/laser_segment_utils_unittest.cc", |
| 1179 "login/lock_screen_controller_unittest.cc", | 1179 "login/lock_screen_controller_unittest.cc", |
| 1180 "login/mock_lock_screen_client.cc", |
| 1181 "login/mock_lock_screen_client.h", |
| 1180 "login/ui/login_password_view_test.cc", | 1182 "login/ui/login_password_view_test.cc", |
| 1181 "login/ui/login_test_base.cc", | 1183 "login/ui/login_test_base.cc", |
| 1182 "login/ui/login_test_base.h", | 1184 "login/ui/login_test_base.h", |
| 1183 "metrics/desktop_task_switch_metric_recorder_unittest.cc", | 1185 "metrics/desktop_task_switch_metric_recorder_unittest.cc", |
| 1184 "metrics/pointer_metrics_recorder_unittest.cc", | 1186 "metrics/pointer_metrics_recorder_unittest.cc", |
| 1185 "metrics/task_switch_metrics_recorder_unittest.cc", | 1187 "metrics/task_switch_metrics_recorder_unittest.cc", |
| 1186 "metrics/task_switch_time_tracker_unittest.cc", | 1188 "metrics/task_switch_time_tracker_unittest.cc", |
| 1187 "metrics/user_metrics_recorder_unittest.cc", | 1189 "metrics/user_metrics_recorder_unittest.cc", |
| 1188 "mus/window_manager_common_unittests.cc", | 1190 "mus/window_manager_common_unittests.cc", |
| 1189 "mus_property_mirror_ash_unittest.cc", | 1191 "mus_property_mirror_ash_unittest.cc", |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1527 "//content/public/app:both", | 1529 "//content/public/app:both", |
| 1528 "//device/bluetooth", | 1530 "//device/bluetooth", |
| 1529 ] | 1531 ] |
| 1530 | 1532 |
| 1531 data_deps = [ | 1533 data_deps = [ |
| 1532 "//ash/strings:ash_test_strings", | 1534 "//ash/strings:ash_test_strings", |
| 1533 "//ash/resources:ash_test_resources_with_content_100_percent", | 1535 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1534 "//ash/resources:ash_test_resources_200_percent", | 1536 "//ash/resources:ash_test_resources_200_percent", |
| 1535 ] | 1537 ] |
| 1536 } | 1538 } |
| OLD | NEW |