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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 "shelf/shelf_application_menu_model.h", | 279 "shelf/shelf_application_menu_model.h", |
280 "shelf/shelf_background_animator.cc", | 280 "shelf/shelf_background_animator.cc", |
281 "shelf/shelf_background_animator.h", | 281 "shelf/shelf_background_animator.h", |
282 "shelf/shelf_background_animator_observer.h", | 282 "shelf/shelf_background_animator_observer.h", |
283 "shelf/shelf_bezel_event_handler.cc", | 283 "shelf/shelf_bezel_event_handler.cc", |
284 "shelf/shelf_bezel_event_handler.h", | 284 "shelf/shelf_bezel_event_handler.h", |
285 "shelf/shelf_button.cc", | 285 "shelf/shelf_button.cc", |
286 "shelf/shelf_button.h", | 286 "shelf/shelf_button.h", |
287 "shelf/shelf_button_pressed_metric_tracker.cc", | 287 "shelf/shelf_button_pressed_metric_tracker.cc", |
288 "shelf/shelf_button_pressed_metric_tracker.h", | 288 "shelf/shelf_button_pressed_metric_tracker.h", |
289 "shelf/shelf_constants.cc", | |
290 "shelf/shelf_constants.h", | 289 "shelf/shelf_constants.h", |
291 "shelf/shelf_controller.cc", | 290 "shelf/shelf_controller.cc", |
292 "shelf/shelf_controller.h", | 291 "shelf/shelf_controller.h", |
293 "shelf/shelf_delegate.h", | 292 "shelf/shelf_delegate.h", |
294 "shelf/shelf_layout_manager.cc", | 293 "shelf/shelf_layout_manager.cc", |
295 "shelf/shelf_layout_manager.h", | 294 "shelf/shelf_layout_manager.h", |
296 "shelf/shelf_layout_manager_observer.h", | 295 "shelf/shelf_layout_manager_observer.h", |
297 "shelf/shelf_locking_manager.cc", | 296 "shelf/shelf_locking_manager.cc", |
298 "shelf/shelf_locking_manager.h", | 297 "shelf/shelf_locking_manager.h", |
299 "shelf/shelf_model.cc", | 298 "shelf/shelf_model.cc", |
(...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1492 "//content/public/app:both", | 1491 "//content/public/app:both", |
1493 "//device/bluetooth", | 1492 "//device/bluetooth", |
1494 ] | 1493 ] |
1495 | 1494 |
1496 data_deps = [ | 1495 data_deps = [ |
1497 "//ash/strings:ash_test_strings", | 1496 "//ash/strings:ash_test_strings", |
1498 "//ash/resources:ash_test_resources_with_content_100_percent", | 1497 "//ash/resources:ash_test_resources_with_content_100_percent", |
1499 "//ash/resources:ash_test_resources_200_percent", | 1498 "//ash/resources:ash_test_resources_200_percent", |
1500 ] | 1499 ] |
1501 } | 1500 } |
OLD | NEW |