| 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", |
| 868 "//device/bluetooth", | 869 "//device/bluetooth", |
| 870 "//gpu/command_buffer/client", |
| 871 "//gpu/command_buffer/client:gles2_interface", |
| 869 "//media", | 872 "//media", |
| 870 "//net", | 873 "//net", |
| 871 "//services/preferences/public/cpp", | 874 "//services/preferences/public/cpp", |
| 872 "//services/service_manager/public/cpp", | 875 "//services/service_manager/public/cpp", |
| 873 "//services/ui/public/interfaces", | 876 "//services/ui/public/interfaces", |
| 874 "//skia", | 877 "//skia", |
| 875 | 878 |
| 876 # TODO(msw): Remove this; only ash_with_content should depend on webkit. | 879 # TODO(msw): Remove this; only ash_with_content should depend on webkit. |
| 877 "//third_party/WebKit/public:blink_headers", | 880 "//third_party/WebKit/public:blink_headers", |
| 878 "//third_party/icu", | 881 "//third_party/icu", |
| (...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1481 "//content/public/app:both", | 1484 "//content/public/app:both", |
| 1482 "//device/bluetooth", | 1485 "//device/bluetooth", |
| 1483 ] | 1486 ] |
| 1484 | 1487 |
| 1485 data_deps = [ | 1488 data_deps = [ |
| 1486 "//ash/common/strings:ash_test_strings", | 1489 "//ash/common/strings:ash_test_strings", |
| 1487 "//ash/resources:ash_test_resources_with_content_100_percent", | 1490 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1488 "//ash/resources:ash_test_resources_200_percent", | 1491 "//ash/resources:ash_test_resources_200_percent", |
| 1489 ] | 1492 ] |
| 1490 } | 1493 } |
| OLD | NEW |