| 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 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1183 "mus_property_mirror_ash_unittest.cc", | 1183 "mus_property_mirror_ash_unittest.cc", |
| 1184 "root_window_controller_unittest.cc", | 1184 "root_window_controller_unittest.cc", |
| 1185 "rotator/screen_rotation_animation_unittest.cc", | 1185 "rotator/screen_rotation_animation_unittest.cc", |
| 1186 "rotator/screen_rotation_animator_unittest.cc", | 1186 "rotator/screen_rotation_animator_unittest.cc", |
| 1187 "screen_util_unittest.cc", | 1187 "screen_util_unittest.cc", |
| 1188 "session/session_controller_unittest.cc", | 1188 "session/session_controller_unittest.cc", |
| 1189 "shelf/app_list_button_unittest.cc", | 1189 "shelf/app_list_button_unittest.cc", |
| 1190 "shelf/shelf_application_menu_model_unittest.cc", | 1190 "shelf/shelf_application_menu_model_unittest.cc", |
| 1191 "shelf/shelf_background_animator_unittest.cc", | 1191 "shelf/shelf_background_animator_unittest.cc", |
| 1192 "shelf/shelf_button_pressed_metric_tracker_unittest.cc", | 1192 "shelf/shelf_button_pressed_metric_tracker_unittest.cc", |
| 1193 "shelf/shelf_controller_unittest.cc", |
| 1193 "shelf/shelf_layout_manager_unittest.cc", | 1194 "shelf/shelf_layout_manager_unittest.cc", |
| 1194 "shelf/shelf_locking_manager_unittest.cc", | 1195 "shelf/shelf_locking_manager_unittest.cc", |
| 1195 "shelf/shelf_model_unittest.cc", | 1196 "shelf/shelf_model_unittest.cc", |
| 1196 "shelf/shelf_tooltip_manager_unittest.cc", | 1197 "shelf/shelf_tooltip_manager_unittest.cc", |
| 1197 "shelf/shelf_unittest.cc", | 1198 "shelf/shelf_unittest.cc", |
| 1198 "shelf/shelf_view_unittest.cc", | 1199 "shelf/shelf_view_unittest.cc", |
| 1199 "shelf/shelf_widget_unittest.cc", | 1200 "shelf/shelf_widget_unittest.cc", |
| 1200 "shelf/shelf_window_watcher_unittest.cc", | 1201 "shelf/shelf_window_watcher_unittest.cc", |
| 1201 "shell_unittest.cc", | 1202 "shell_unittest.cc", |
| 1202 "sticky_keys/sticky_keys_overlay_unittest.cc", | 1203 "sticky_keys/sticky_keys_overlay_unittest.cc", |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1524 "//content/public/app:both", | 1525 "//content/public/app:both", |
| 1525 "//device/bluetooth", | 1526 "//device/bluetooth", |
| 1526 ] | 1527 ] |
| 1527 | 1528 |
| 1528 data_deps = [ | 1529 data_deps = [ |
| 1529 "//ash/strings:ash_test_strings", | 1530 "//ash/strings:ash_test_strings", |
| 1530 "//ash/resources:ash_test_resources_with_content_100_percent", | 1531 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1531 "//ash/resources:ash_test_resources_200_percent", | 1532 "//ash/resources:ash_test_resources_200_percent", |
| 1532 ] | 1533 ] |
| 1533 } | 1534 } |
| OLD | NEW |