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