| 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 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1205 "common/system/tray/tri_view_unittest.cc", | 1205 "common/system/tray/tri_view_unittest.cc", |
| 1206 "common/system/update/tray_update_unittest.cc", | 1206 "common/system/update/tray_update_unittest.cc", |
| 1207 "common/system/user/tray_user_unittest.cc", | 1207 "common/system/user/tray_user_unittest.cc", |
| 1208 "common/wallpaper/wallpaper_controller_unittest.cc", | 1208 "common/wallpaper/wallpaper_controller_unittest.cc", |
| 1209 "common/wm/container_finder_unittest.cc", | 1209 "common/wm/container_finder_unittest.cc", |
| 1210 "common/wm/mru_window_tracker_unittest.cc", | 1210 "common/wm/mru_window_tracker_unittest.cc", |
| 1211 "common/wm/overview/cleanup_animation_observer_unittest.cc", | 1211 "common/wm/overview/cleanup_animation_observer_unittest.cc", |
| 1212 "common/wm/workspace/workspace_layout_manager_unittest.cc", | 1212 "common/wm/workspace/workspace_layout_manager_unittest.cc", |
| 1213 "common/wm_window_unittest.cc", | 1213 "common/wm_window_unittest.cc", |
| 1214 "common/wm_window_user_data_unittest.cc", | 1214 "common/wm_window_user_data_unittest.cc", |
| 1215 "display/display_configuration_controller_unittest.cc", |
| 1215 "first_run/first_run_helper_unittest.cc", | 1216 "first_run/first_run_helper_unittest.cc", |
| 1216 "focus_cycler_unittest.cc", | 1217 "focus_cycler_unittest.cc", |
| 1217 "frame/caption_buttons/frame_size_button_unittest.cc", | 1218 "frame/caption_buttons/frame_size_button_unittest.cc", |
| 1218 "laser/laser_pointer_controller_unittest.cc", | 1219 "laser/laser_pointer_controller_unittest.cc", |
| 1219 "laser/laser_pointer_points_unittest.cc", | 1220 "laser/laser_pointer_points_unittest.cc", |
| 1220 "laser/laser_segment_utils_unittest.cc", | 1221 "laser/laser_segment_utils_unittest.cc", |
| 1221 "metrics/desktop_task_switch_metric_recorder_unittest.cc", | 1222 "metrics/desktop_task_switch_metric_recorder_unittest.cc", |
| 1222 "metrics/task_switch_metrics_recorder_unittest.cc", | 1223 "metrics/task_switch_metrics_recorder_unittest.cc", |
| 1223 "metrics/task_switch_time_tracker_unittest.cc", | 1224 "metrics/task_switch_time_tracker_unittest.cc", |
| 1224 "metrics/user_metrics_recorder_unittest.cc", | 1225 "metrics/user_metrics_recorder_unittest.cc", |
| 1225 "root_window_controller_unittest.cc", | 1226 "root_window_controller_unittest.cc", |
| 1226 "rotator/screen_rotation_animation_unittest.cc", | 1227 "rotator/screen_rotation_animation_unittest.cc", |
| 1228 "rotator/screen_rotation_animator_unittest.cc", |
| 1227 "screen_util_unittest.cc", | 1229 "screen_util_unittest.cc", |
| 1228 "shelf/shelf_layout_manager_unittest.cc", | 1230 "shelf/shelf_layout_manager_unittest.cc", |
| 1229 "shelf/shelf_unittest.cc", | 1231 "shelf/shelf_unittest.cc", |
| 1230 "shelf/shelf_view_unittest.cc", | 1232 "shelf/shelf_view_unittest.cc", |
| 1231 "shelf/shelf_widget_unittest.cc", | 1233 "shelf/shelf_widget_unittest.cc", |
| 1232 "shell_unittest.cc", | 1234 "shell_unittest.cc", |
| 1233 "sticky_keys/sticky_keys_overlay_unittest.cc", | 1235 "sticky_keys/sticky_keys_overlay_unittest.cc", |
| 1234 "sticky_keys/sticky_keys_unittest.cc", | 1236 "sticky_keys/sticky_keys_unittest.cc", |
| 1235 "system/chromeos/power/power_event_observer_unittest.cc", | 1237 "system/chromeos/power/power_event_observer_unittest.cc", |
| 1236 "system/chromeos/power/tablet_power_button_controller_unittest.cc", | 1238 "system/chromeos/power/tablet_power_button_controller_unittest.cc", |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1481 "//content/public/app:both", | 1483 "//content/public/app:both", |
| 1482 "//device/bluetooth", | 1484 "//device/bluetooth", |
| 1483 ] | 1485 ] |
| 1484 | 1486 |
| 1485 data_deps = [ | 1487 data_deps = [ |
| 1486 "//ash/common/strings:ash_test_strings", | 1488 "//ash/common/strings:ash_test_strings", |
| 1487 "//ash/resources:ash_test_resources_with_content_100_percent", | 1489 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1488 "//ash/resources:ash_test_resources_200_percent", | 1490 "//ash/resources:ash_test_resources_200_percent", |
| 1489 ] | 1491 ] |
| 1490 } | 1492 } |
| OLD | NEW |