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