| 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 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 848 ] | 848 ] |
| 849 deps = [ | 849 deps = [ |
| 850 "//ash/autoclick/common:autoclick", | 850 "//ash/autoclick/common:autoclick", |
| 851 "//ash/public/cpp:ash_public_cpp", | 851 "//ash/public/cpp:ash_public_cpp", |
| 852 "//ash/public/interfaces", | 852 "//ash/public/interfaces", |
| 853 "//ash/touch_hud", | 853 "//ash/touch_hud", |
| 854 "//base", | 854 "//base", |
| 855 "//base:i18n", | 855 "//base:i18n", |
| 856 "//base/third_party/dynamic_annotations", | 856 "//base/third_party/dynamic_annotations", |
| 857 "//cc", | 857 "//cc", |
| 858 "//cc/surfaces", |
| 858 "//chromeos", | 859 "//chromeos", |
| 859 "//chromeos:power_manager_proto", | 860 "//chromeos:power_manager_proto", |
| 860 "//components/device_event_log", | 861 "//components/device_event_log", |
| 861 "//components/onc", | 862 "//components/onc", |
| 862 "//components/quirks", | 863 "//components/quirks", |
| 863 "//components/session_manager:base", | 864 "//components/session_manager:base", |
| 864 "//components/signin/core/account_id", | 865 "//components/signin/core/account_id", |
| 865 "//components/ui_devtools", | 866 "//components/ui_devtools", |
| 866 "//components/user_manager", | 867 "//components/user_manager", |
| 867 "//components/wallpaper", | 868 "//components/wallpaper", |
| (...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1463 "//content/public/app:both", | 1464 "//content/public/app:both", |
| 1464 "//device/bluetooth", | 1465 "//device/bluetooth", |
| 1465 ] | 1466 ] |
| 1466 | 1467 |
| 1467 data_deps = [ | 1468 data_deps = [ |
| 1468 "//ash/common/strings:ash_test_strings", | 1469 "//ash/common/strings:ash_test_strings", |
| 1469 "//ash/resources:ash_test_resources_with_content_100_percent", | 1470 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1470 "//ash/resources:ash_test_resources_200_percent", | 1471 "//ash/resources:ash_test_resources_200_percent", |
| 1471 ] | 1472 ] |
| 1472 } | 1473 } |
| OLD | NEW |