| 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 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1196 "common/system/tray/tri_view_unittest.cc", | 1196 "common/system/tray/tri_view_unittest.cc", |
| 1197 "common/system/update/tray_update_unittest.cc", | 1197 "common/system/update/tray_update_unittest.cc", |
| 1198 "common/system/user/tray_user_unittest.cc", | 1198 "common/system/user/tray_user_unittest.cc", |
| 1199 "common/wallpaper/wallpaper_controller_unittest.cc", | 1199 "common/wallpaper/wallpaper_controller_unittest.cc", |
| 1200 "common/window_user_data_unittest.cc", | 1200 "common/window_user_data_unittest.cc", |
| 1201 "common/wm/container_finder_unittest.cc", | 1201 "common/wm/container_finder_unittest.cc", |
| 1202 "common/wm/mru_window_tracker_unittest.cc", | 1202 "common/wm/mru_window_tracker_unittest.cc", |
| 1203 "common/wm/overview/cleanup_animation_observer_unittest.cc", | 1203 "common/wm/overview/cleanup_animation_observer_unittest.cc", |
| 1204 "common/wm/workspace/workspace_layout_manager_unittest.cc", | 1204 "common/wm/workspace/workspace_layout_manager_unittest.cc", |
| 1205 "common/wm_window_unittest.cc", | 1205 "common/wm_window_unittest.cc", |
| 1206 "display/display_configuration_controller_unittest.cc", |
| 1206 "first_run/first_run_helper_unittest.cc", | 1207 "first_run/first_run_helper_unittest.cc", |
| 1207 "focus_cycler_unittest.cc", | 1208 "focus_cycler_unittest.cc", |
| 1208 "frame/caption_buttons/frame_size_button_unittest.cc", | 1209 "frame/caption_buttons/frame_size_button_unittest.cc", |
| 1209 "laser/laser_pointer_controller_unittest.cc", | 1210 "laser/laser_pointer_controller_unittest.cc", |
| 1210 "laser/laser_pointer_points_unittest.cc", | 1211 "laser/laser_pointer_points_unittest.cc", |
| 1211 "laser/laser_segment_utils_unittest.cc", | 1212 "laser/laser_segment_utils_unittest.cc", |
| 1212 "metrics/desktop_task_switch_metric_recorder_unittest.cc", | 1213 "metrics/desktop_task_switch_metric_recorder_unittest.cc", |
| 1213 "metrics/task_switch_metrics_recorder_unittest.cc", | 1214 "metrics/task_switch_metrics_recorder_unittest.cc", |
| 1214 "metrics/task_switch_time_tracker_unittest.cc", | 1215 "metrics/task_switch_time_tracker_unittest.cc", |
| 1215 "metrics/user_metrics_recorder_unittest.cc", | 1216 "metrics/user_metrics_recorder_unittest.cc", |
| 1216 "root_window_controller_unittest.cc", | 1217 "root_window_controller_unittest.cc", |
| 1217 "rotator/screen_rotation_animation_unittest.cc", | 1218 "rotator/screen_rotation_animation_unittest.cc", |
| 1219 "rotator/screen_rotation_animator_unittest.cc", |
| 1218 "screen_util_unittest.cc", | 1220 "screen_util_unittest.cc", |
| 1219 "shelf/shelf_layout_manager_unittest.cc", | 1221 "shelf/shelf_layout_manager_unittest.cc", |
| 1220 "shelf/shelf_unittest.cc", | 1222 "shelf/shelf_unittest.cc", |
| 1221 "shelf/shelf_view_unittest.cc", | 1223 "shelf/shelf_view_unittest.cc", |
| 1222 "shelf/shelf_widget_unittest.cc", | 1224 "shelf/shelf_widget_unittest.cc", |
| 1223 "shell_unittest.cc", | 1225 "shell_unittest.cc", |
| 1224 "sticky_keys/sticky_keys_overlay_unittest.cc", | 1226 "sticky_keys/sticky_keys_overlay_unittest.cc", |
| 1225 "sticky_keys/sticky_keys_unittest.cc", | 1227 "sticky_keys/sticky_keys_unittest.cc", |
| 1226 "system/chromeos/power/power_event_observer_unittest.cc", | 1228 "system/chromeos/power/power_event_observer_unittest.cc", |
| 1227 "system/chromeos/power/tablet_power_button_controller_unittest.cc", | 1229 "system/chromeos/power/tablet_power_button_controller_unittest.cc", |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1505 "//content/public/app:both", | 1507 "//content/public/app:both", |
| 1506 "//device/bluetooth", | 1508 "//device/bluetooth", |
| 1507 ] | 1509 ] |
| 1508 | 1510 |
| 1509 data_deps = [ | 1511 data_deps = [ |
| 1510 "//ash/strings:ash_test_strings", | 1512 "//ash/strings:ash_test_strings", |
| 1511 "//ash/resources:ash_test_resources_with_content_100_percent", | 1513 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1512 "//ash/resources:ash_test_resources_200_percent", | 1514 "//ash/resources:ash_test_resources_200_percent", |
| 1513 ] | 1515 ] |
| 1514 } | 1516 } |
| OLD | NEW |