| 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 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1201 "common/system/tray/tri_view_unittest.cc", | 1201 "common/system/tray/tri_view_unittest.cc", |
| 1202 "common/system/update/tray_update_unittest.cc", | 1202 "common/system/update/tray_update_unittest.cc", |
| 1203 "common/system/user/tray_user_unittest.cc", | 1203 "common/system/user/tray_user_unittest.cc", |
| 1204 "common/wallpaper/wallpaper_controller_unittest.cc", | 1204 "common/wallpaper/wallpaper_controller_unittest.cc", |
| 1205 "common/wm/container_finder_unittest.cc", | 1205 "common/wm/container_finder_unittest.cc", |
| 1206 "common/wm/mru_window_tracker_unittest.cc", | 1206 "common/wm/mru_window_tracker_unittest.cc", |
| 1207 "common/wm/overview/cleanup_animation_observer_unittest.cc", | 1207 "common/wm/overview/cleanup_animation_observer_unittest.cc", |
| 1208 "common/wm/workspace/workspace_layout_manager_unittest.cc", | 1208 "common/wm/workspace/workspace_layout_manager_unittest.cc", |
| 1209 "common/wm_window_unittest.cc", | 1209 "common/wm_window_unittest.cc", |
| 1210 "common/wm_window_user_data_unittest.cc", | 1210 "common/wm_window_user_data_unittest.cc", |
| 1211 "display/display_configuration_controller_unittest.cc", |
| 1211 "first_run/first_run_helper_unittest.cc", | 1212 "first_run/first_run_helper_unittest.cc", |
| 1212 "focus_cycler_unittest.cc", | 1213 "focus_cycler_unittest.cc", |
| 1213 "frame/caption_buttons/frame_size_button_unittest.cc", | 1214 "frame/caption_buttons/frame_size_button_unittest.cc", |
| 1214 "laser/laser_pointer_controller_unittest.cc", | 1215 "laser/laser_pointer_controller_unittest.cc", |
| 1215 "laser/laser_pointer_points_unittest.cc", | 1216 "laser/laser_pointer_points_unittest.cc", |
| 1216 "laser/laser_segment_utils_unittest.cc", | 1217 "laser/laser_segment_utils_unittest.cc", |
| 1217 "metrics/desktop_task_switch_metric_recorder_unittest.cc", | 1218 "metrics/desktop_task_switch_metric_recorder_unittest.cc", |
| 1218 "metrics/task_switch_metrics_recorder_unittest.cc", | 1219 "metrics/task_switch_metrics_recorder_unittest.cc", |
| 1219 "metrics/task_switch_time_tracker_unittest.cc", | 1220 "metrics/task_switch_time_tracker_unittest.cc", |
| 1220 "metrics/user_metrics_recorder_unittest.cc", | 1221 "metrics/user_metrics_recorder_unittest.cc", |
| 1221 "root_window_controller_unittest.cc", | 1222 "root_window_controller_unittest.cc", |
| 1222 "rotator/screen_rotation_animation_unittest.cc", | 1223 "rotator/screen_rotation_animation_unittest.cc", |
| 1224 "rotator/screen_rotation_animator_unittest.cc", |
| 1223 "screen_util_unittest.cc", | 1225 "screen_util_unittest.cc", |
| 1224 "shelf/shelf_layout_manager_unittest.cc", | 1226 "shelf/shelf_layout_manager_unittest.cc", |
| 1225 "shelf/shelf_unittest.cc", | 1227 "shelf/shelf_unittest.cc", |
| 1226 "shelf/shelf_view_unittest.cc", | 1228 "shelf/shelf_view_unittest.cc", |
| 1227 "shelf/shelf_widget_unittest.cc", | 1229 "shelf/shelf_widget_unittest.cc", |
| 1228 "shell_unittest.cc", | 1230 "shell_unittest.cc", |
| 1229 "sticky_keys/sticky_keys_overlay_unittest.cc", | 1231 "sticky_keys/sticky_keys_overlay_unittest.cc", |
| 1230 "sticky_keys/sticky_keys_unittest.cc", | 1232 "sticky_keys/sticky_keys_unittest.cc", |
| 1231 "system/chromeos/power/power_event_observer_unittest.cc", | 1233 "system/chromeos/power/power_event_observer_unittest.cc", |
| 1232 "system/chromeos/power/tablet_power_button_controller_unittest.cc", | 1234 "system/chromeos/power/tablet_power_button_controller_unittest.cc", |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1496 "//content/public/app:both", | 1498 "//content/public/app:both", |
| 1497 "//device/bluetooth", | 1499 "//device/bluetooth", |
| 1498 ] | 1500 ] |
| 1499 | 1501 |
| 1500 data_deps = [ | 1502 data_deps = [ |
| 1501 "//ash/strings:ash_test_strings", | 1503 "//ash/strings:ash_test_strings", |
| 1502 "//ash/resources:ash_test_resources_with_content_100_percent", | 1504 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1503 "//ash/resources:ash_test_resources_200_percent", | 1505 "//ash/resources:ash_test_resources_200_percent", |
| 1504 ] | 1506 ] |
| 1505 } | 1507 } |
| OLD | NEW |