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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 "common/shelf/shelf_background_animator_observer.h", | 157 "common/shelf/shelf_background_animator_observer.h", |
158 "common/shelf/shelf_button.cc", | 158 "common/shelf/shelf_button.cc", |
159 "common/shelf/shelf_button.h", | 159 "common/shelf/shelf_button.h", |
160 "common/shelf/shelf_button_pressed_metric_tracker.cc", | 160 "common/shelf/shelf_button_pressed_metric_tracker.cc", |
161 "common/shelf/shelf_button_pressed_metric_tracker.h", | 161 "common/shelf/shelf_button_pressed_metric_tracker.h", |
162 "common/shelf/shelf_constants.cc", | 162 "common/shelf/shelf_constants.cc", |
163 "common/shelf/shelf_constants.h", | 163 "common/shelf/shelf_constants.h", |
164 "common/shelf/shelf_controller.cc", | 164 "common/shelf/shelf_controller.cc", |
165 "common/shelf/shelf_controller.h", | 165 "common/shelf/shelf_controller.h", |
166 "common/shelf/shelf_delegate.h", | 166 "common/shelf/shelf_delegate.h", |
167 "common/shelf/shelf_item_types.cc", | |
168 "common/shelf/shelf_item_types.h", | |
169 "common/shelf/shelf_layout_manager.cc", | 167 "common/shelf/shelf_layout_manager.cc", |
170 "common/shelf/shelf_layout_manager.h", | 168 "common/shelf/shelf_layout_manager.h", |
171 "common/shelf/shelf_layout_manager_observer.h", | 169 "common/shelf/shelf_layout_manager_observer.h", |
172 "common/shelf/shelf_locking_manager.cc", | 170 "common/shelf/shelf_locking_manager.cc", |
173 "common/shelf/shelf_locking_manager.h", | 171 "common/shelf/shelf_locking_manager.h", |
174 "common/shelf/shelf_model.cc", | 172 "common/shelf/shelf_model.cc", |
175 "common/shelf/shelf_model.h", | 173 "common/shelf/shelf_model.h", |
176 "common/shelf/shelf_model_observer.h", | 174 "common/shelf/shelf_model_observer.h", |
177 "common/shelf/shelf_tooltip_manager.cc", | 175 "common/shelf/shelf_tooltip_manager.cc", |
178 "common/shelf/shelf_tooltip_manager.h", | 176 "common/shelf/shelf_tooltip_manager.h", |
(...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1263 "wm/workspace/magnetism_matcher_unittest.cc", | 1261 "wm/workspace/magnetism_matcher_unittest.cc", |
1264 "wm/workspace/workspace_event_handler_unittest.cc", | 1262 "wm/workspace/workspace_event_handler_unittest.cc", |
1265 "wm/workspace/workspace_window_resizer_unittest.cc", | 1263 "wm/workspace/workspace_window_resizer_unittest.cc", |
1266 "wm/workspace_controller_test_helper.cc", | 1264 "wm/workspace_controller_test_helper.cc", |
1267 "wm/workspace_controller_test_helper.h", | 1265 "wm/workspace_controller_test_helper.h", |
1268 "wm/workspace_controller_unittest.cc", | 1266 "wm/workspace_controller_unittest.cc", |
1269 ] | 1267 ] |
1270 deps = [ | 1268 deps = [ |
1271 "//ash", | 1269 "//ash", |
1272 "//ash/public/cpp:ash_public_cpp", | 1270 "//ash/public/cpp:ash_public_cpp", |
| 1271 "//ash/public/cpp:unit_tests", |
1273 "//ash/resources/vector_icons", | 1272 "//ash/resources/vector_icons", |
1274 "//ash/test:test_support_without_content", | 1273 "//ash/test:test_support_without_content", |
1275 "//base", | 1274 "//base", |
1276 "//base/test:test_support", | 1275 "//base/test:test_support", |
1277 "//chromeos", | 1276 "//chromeos", |
1278 "//chromeos:power_manager_proto", | 1277 "//chromeos:power_manager_proto", |
1279 "//chromeos:test_support_without_gmock", | 1278 "//chromeos:test_support_without_gmock", |
1280 "//services/ui/public/interfaces", | 1279 "//services/ui/public/interfaces", |
1281 "//testing/gmock", | 1280 "//testing/gmock", |
1282 "//ui/accessibility", | 1281 "//ui/accessibility", |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1507 "//content/public/app:both", | 1506 "//content/public/app:both", |
1508 "//device/bluetooth", | 1507 "//device/bluetooth", |
1509 ] | 1508 ] |
1510 | 1509 |
1511 data_deps = [ | 1510 data_deps = [ |
1512 "//ash/strings:ash_test_strings", | 1511 "//ash/strings:ash_test_strings", |
1513 "//ash/resources:ash_test_resources_with_content_100_percent", | 1512 "//ash/resources:ash_test_resources_with_content_100_percent", |
1514 "//ash/resources:ash_test_resources_200_percent", | 1513 "//ash/resources:ash_test_resources_200_percent", |
1515 ] | 1514 ] |
1516 } | 1515 } |
OLD | NEW |