| 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 27 matching lines...) Expand all Loading... |
| 38 "accelerators/exit_warning_handler.h", | 38 "accelerators/exit_warning_handler.h", |
| 39 "accelerators/key_hold_detector.cc", | 39 "accelerators/key_hold_detector.cc", |
| 40 "accelerators/key_hold_detector.h", | 40 "accelerators/key_hold_detector.h", |
| 41 "accelerators/magnifier_key_scroller.cc", | 41 "accelerators/magnifier_key_scroller.cc", |
| 42 "accelerators/magnifier_key_scroller.h", | 42 "accelerators/magnifier_key_scroller.h", |
| 43 "accelerators/spoken_feedback_toggler.cc", | 43 "accelerators/spoken_feedback_toggler.cc", |
| 44 "accelerators/spoken_feedback_toggler.h", | 44 "accelerators/spoken_feedback_toggler.h", |
| 45 "accessibility_delegate.h", | 45 "accessibility_delegate.h", |
| 46 "accessibility_types.h", | 46 "accessibility_types.h", |
| 47 "animation/animation_change_type.h", | 47 "animation/animation_change_type.h", |
| 48 "app_list/app_list_delegate_impl.cc", | |
| 49 "app_list/app_list_delegate_impl.h", | |
| 50 "app_list/app_list_presenter_delegate.cc", | 48 "app_list/app_list_presenter_delegate.cc", |
| 51 "app_list/app_list_presenter_delegate.h", | 49 "app_list/app_list_presenter_delegate.h", |
| 52 "app_list/app_list_presenter_delegate_factory.cc", | 50 "app_list/app_list_presenter_delegate_factory.cc", |
| 53 "app_list/app_list_presenter_delegate_factory.h", | 51 "app_list/app_list_presenter_delegate_factory.h", |
| 54 "ash_constants.cc", | 52 "ash_constants.cc", |
| 55 "ash_constants.h", | 53 "ash_constants.h", |
| 56 "ash_export.h", | 54 "ash_export.h", |
| 57 "ash_layout_constants.cc", | 55 "ash_layout_constants.cc", |
| 58 "ash_layout_constants.h", | 56 "ash_layout_constants.h", |
| 59 "ash_switches.cc", | 57 "ash_switches.cc", |
| (...skipping 1467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1527 "//content/public/app:both", | 1525 "//content/public/app:both", |
| 1528 "//device/bluetooth", | 1526 "//device/bluetooth", |
| 1529 ] | 1527 ] |
| 1530 | 1528 |
| 1531 data_deps = [ | 1529 data_deps = [ |
| 1532 "//ash/strings:ash_test_strings", | 1530 "//ash/strings:ash_test_strings", |
| 1533 "//ash/resources:ash_test_resources_with_content_100_percent", | 1531 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1534 "//ash/resources:ash_test_resources_200_percent", | 1532 "//ash/resources:ash_test_resources_200_percent", |
| 1535 ] | 1533 ] |
| 1536 } | 1534 } |
| OLD | NEW |