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 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1177 "mus_property_mirror_ash_unittest.cc", | 1177 "mus_property_mirror_ash_unittest.cc", |
1178 "root_window_controller_unittest.cc", | 1178 "root_window_controller_unittest.cc", |
1179 "rotator/screen_rotation_animation_unittest.cc", | 1179 "rotator/screen_rotation_animation_unittest.cc", |
1180 "rotator/screen_rotation_animator_unittest.cc", | 1180 "rotator/screen_rotation_animator_unittest.cc", |
1181 "screen_util_unittest.cc", | 1181 "screen_util_unittest.cc", |
1182 "session/session_controller_unittest.cc", | 1182 "session/session_controller_unittest.cc", |
1183 "shelf/app_list_button_unittest.cc", | 1183 "shelf/app_list_button_unittest.cc", |
1184 "shelf/shelf_application_menu_model_unittest.cc", | 1184 "shelf/shelf_application_menu_model_unittest.cc", |
1185 "shelf/shelf_background_animator_unittest.cc", | 1185 "shelf/shelf_background_animator_unittest.cc", |
1186 "shelf/shelf_button_pressed_metric_tracker_unittest.cc", | 1186 "shelf/shelf_button_pressed_metric_tracker_unittest.cc", |
| 1187 "shelf/shelf_controller_unittest.cc", |
1187 "shelf/shelf_layout_manager_unittest.cc", | 1188 "shelf/shelf_layout_manager_unittest.cc", |
1188 "shelf/shelf_locking_manager_unittest.cc", | 1189 "shelf/shelf_locking_manager_unittest.cc", |
1189 "shelf/shelf_model_unittest.cc", | 1190 "shelf/shelf_model_unittest.cc", |
1190 "shelf/shelf_tooltip_manager_unittest.cc", | 1191 "shelf/shelf_tooltip_manager_unittest.cc", |
1191 "shelf/shelf_unittest.cc", | 1192 "shelf/shelf_unittest.cc", |
1192 "shelf/shelf_view_unittest.cc", | 1193 "shelf/shelf_view_unittest.cc", |
1193 "shelf/shelf_widget_unittest.cc", | 1194 "shelf/shelf_widget_unittest.cc", |
1194 "shelf/shelf_window_watcher_unittest.cc", | 1195 "shelf/shelf_window_watcher_unittest.cc", |
1195 "shell_unittest.cc", | 1196 "shell_unittest.cc", |
1196 "sticky_keys/sticky_keys_overlay_unittest.cc", | 1197 "sticky_keys/sticky_keys_overlay_unittest.cc", |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1514 "//content/public/app:both", | 1515 "//content/public/app:both", |
1515 "//device/bluetooth", | 1516 "//device/bluetooth", |
1516 ] | 1517 ] |
1517 | 1518 |
1518 data_deps = [ | 1519 data_deps = [ |
1519 "//ash/strings:ash_test_strings", | 1520 "//ash/strings:ash_test_strings", |
1520 "//ash/resources:ash_test_resources_with_content_100_percent", | 1521 "//ash/resources:ash_test_resources_with_content_100_percent", |
1521 "//ash/resources:ash_test_resources_200_percent", | 1522 "//ash/resources:ash_test_resources_200_percent", |
1522 ] | 1523 ] |
1523 } | 1524 } |
OLD | NEW |