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 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
826 "//ash/public/cpp:ash_public_cpp", | 826 "//ash/public/cpp:ash_public_cpp", |
827 "//ash/touch_hud", | 827 "//ash/touch_hud", |
828 "//base", | 828 "//base", |
829 "//base:i18n", | 829 "//base:i18n", |
830 "//base/third_party/dynamic_annotations", | 830 "//base/third_party/dynamic_annotations", |
831 "//cc", | 831 "//cc", |
832 "//cc/debug", | 832 "//cc/debug", |
833 "//cc/surfaces", | 833 "//cc/surfaces", |
834 "//chromeos", | 834 "//chromeos", |
835 "//chromeos:power_manager_proto", | 835 "//chromeos:power_manager_proto", |
| 836 "//chromeos/components/tether", |
836 "//components/device_event_log", | 837 "//components/device_event_log", |
837 "//components/onc", | 838 "//components/onc", |
838 "//components/quirks", | 839 "//components/quirks", |
839 "//components/session_manager:base", | 840 "//components/session_manager:base", |
840 "//components/signin/core/account_id", | 841 "//components/signin/core/account_id", |
841 "//components/ui_devtools", | 842 "//components/ui_devtools", |
842 "//components/user_manager", | 843 "//components/user_manager", |
843 "//components/wallpaper", | 844 "//components/wallpaper", |
844 "//device/bluetooth", | 845 "//device/bluetooth", |
845 "//gpu/command_buffer/client", | 846 "//gpu/command_buffer/client", |
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1492 "//content/public/app:both", | 1493 "//content/public/app:both", |
1493 "//device/bluetooth", | 1494 "//device/bluetooth", |
1494 ] | 1495 ] |
1495 | 1496 |
1496 data_deps = [ | 1497 data_deps = [ |
1497 "//ash/strings:ash_test_strings", | 1498 "//ash/strings:ash_test_strings", |
1498 "//ash/resources:ash_test_resources_with_content_100_percent", | 1499 "//ash/resources:ash_test_resources_with_content_100_percent", |
1499 "//ash/resources:ash_test_resources_200_percent", | 1500 "//ash/resources:ash_test_resources_200_percent", |
1500 ] | 1501 ] |
1501 } | 1502 } |
OLD | NEW |