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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 "common/accelerators/exit_warning_handler.cc", | 65 "common/accelerators/exit_warning_handler.cc", |
66 "common/accelerators/exit_warning_handler.h", | 66 "common/accelerators/exit_warning_handler.h", |
67 "common/accessibility_delegate.h", | 67 "common/accessibility_delegate.h", |
68 "common/accessibility_types.h", | 68 "common/accessibility_types.h", |
69 "common/ash_constants.cc", | 69 "common/ash_constants.cc", |
70 "common/ash_constants.h", | 70 "common/ash_constants.h", |
71 "common/ash_layout_constants.cc", | 71 "common/ash_layout_constants.cc", |
72 "common/ash_layout_constants.h", | 72 "common/ash_layout_constants.h", |
73 "common/ash_switches.cc", | 73 "common/ash_switches.cc", |
74 "common/ash_switches.h", | 74 "common/ash_switches.h", |
| 75 "common/ash_typography.cc", |
| 76 "common/ash_typography.h", |
75 "common/ash_view_ids.h", | 77 "common/ash_view_ids.h", |
76 "common/cast_config_controller.cc", | 78 "common/cast_config_controller.cc", |
77 "common/cast_config_controller.h", | 79 "common/cast_config_controller.h", |
78 "common/default_accessibility_delegate.cc", | 80 "common/default_accessibility_delegate.cc", |
79 "common/default_accessibility_delegate.h", | 81 "common/default_accessibility_delegate.h", |
80 "common/devtools/ash_devtools_css_agent.cc", | 82 "common/devtools/ash_devtools_css_agent.cc", |
81 "common/devtools/ash_devtools_css_agent.h", | 83 "common/devtools/ash_devtools_css_agent.h", |
82 "common/devtools/ash_devtools_dom_agent.cc", | 84 "common/devtools/ash_devtools_dom_agent.cc", |
83 "common/devtools/ash_devtools_dom_agent.h", | 85 "common/devtools/ash_devtools_dom_agent.h", |
84 "common/drag_drop/drag_image_view.cc", | 86 "common/drag_drop/drag_image_view.cc", |
(...skipping 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1489 "//content/public/app:both", | 1491 "//content/public/app:both", |
1490 "//device/bluetooth", | 1492 "//device/bluetooth", |
1491 ] | 1493 ] |
1492 | 1494 |
1493 data_deps = [ | 1495 data_deps = [ |
1494 "//ash/strings:ash_test_strings", | 1496 "//ash/strings:ash_test_strings", |
1495 "//ash/resources:ash_test_resources_with_content_100_percent", | 1497 "//ash/resources:ash_test_resources_with_content_100_percent", |
1496 "//ash/resources:ash_test_resources_200_percent", | 1498 "//ash/resources:ash_test_resources_200_percent", |
1497 ] | 1499 ] |
1498 } | 1500 } |
OLD | NEW |