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 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
837 "//ash/strings", | 837 "//ash/strings", |
838 ] | 838 ] |
839 deps = [ | 839 deps = [ |
840 "//ash/autoclick/common:autoclick", | 840 "//ash/autoclick/common:autoclick", |
841 "//ash/public/cpp:ash_public_cpp", | 841 "//ash/public/cpp:ash_public_cpp", |
842 "//ash/touch_hud", | 842 "//ash/touch_hud", |
843 "//base", | 843 "//base", |
844 "//base:i18n", | 844 "//base:i18n", |
845 "//base/third_party/dynamic_annotations", | 845 "//base/third_party/dynamic_annotations", |
846 "//cc", | 846 "//cc", |
| 847 "//cc/debug", |
847 "//cc/surfaces", | 848 "//cc/surfaces", |
848 "//chromeos", | 849 "//chromeos", |
849 "//chromeos:power_manager_proto", | 850 "//chromeos:power_manager_proto", |
850 "//components/device_event_log", | 851 "//components/device_event_log", |
851 "//components/onc", | 852 "//components/onc", |
852 "//components/quirks", | 853 "//components/quirks", |
853 "//components/session_manager:base", | 854 "//components/session_manager:base", |
854 "//components/signin/core/account_id", | 855 "//components/signin/core/account_id", |
855 "//components/ui_devtools", | 856 "//components/ui_devtools", |
856 "//components/user_manager", | 857 "//components/user_manager", |
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1505 "//content/public/app:both", | 1506 "//content/public/app:both", |
1506 "//device/bluetooth", | 1507 "//device/bluetooth", |
1507 ] | 1508 ] |
1508 | 1509 |
1509 data_deps = [ | 1510 data_deps = [ |
1510 "//ash/strings:ash_test_strings", | 1511 "//ash/strings:ash_test_strings", |
1511 "//ash/resources:ash_test_resources_with_content_100_percent", | 1512 "//ash/resources:ash_test_resources_with_content_100_percent", |
1512 "//ash/resources:ash_test_resources_200_percent", | 1513 "//ash/resources:ash_test_resources_200_percent", |
1513 ] | 1514 ] |
1514 } | 1515 } |
OLD | NEW |