| 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 824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 835 "//cc", | 835 "//cc", |
| 836 "//cc/debug", | 836 "//cc/debug", |
| 837 "//cc/surfaces", | 837 "//cc/surfaces", |
| 838 "//chromeos", | 838 "//chromeos", |
| 839 "//chromeos:power_manager_proto", | 839 "//chromeos:power_manager_proto", |
| 840 "//components/device_event_log", | 840 "//components/device_event_log", |
| 841 "//components/onc", | 841 "//components/onc", |
| 842 "//components/quirks", | 842 "//components/quirks", |
| 843 "//components/session_manager:base", | 843 "//components/session_manager:base", |
| 844 "//components/signin/core/account_id", | 844 "//components/signin/core/account_id", |
| 845 "//components/ui_devtools", | |
| 846 "//components/ui_devtools/views", | |
| 847 "//components/user_manager", | 845 "//components/user_manager", |
| 848 "//components/vector_icons", | 846 "//components/vector_icons", |
| 849 "//components/wallpaper", | 847 "//components/wallpaper", |
| 850 "//device/bluetooth", | 848 "//device/bluetooth", |
| 851 "//gpu/command_buffer/client", | 849 "//gpu/command_buffer/client", |
| 852 "//gpu/command_buffer/client:gles2_interface", | 850 "//gpu/command_buffer/client:gles2_interface", |
| 853 "//media", | 851 "//media", |
| 854 "//net", | 852 "//net", |
| 855 "//services/preferences/public/cpp", | 853 "//services/preferences/public/cpp", |
| 856 "//services/service_manager/public/cpp", | 854 "//services/service_manager/public/cpp", |
| (...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1557 "//content/public/app:both", | 1555 "//content/public/app:both", |
| 1558 "//device/bluetooth", | 1556 "//device/bluetooth", |
| 1559 ] | 1557 ] |
| 1560 | 1558 |
| 1561 data_deps = [ | 1559 data_deps = [ |
| 1562 "//ash/strings:ash_test_strings", | 1560 "//ash/strings:ash_test_strings", |
| 1563 "//ash/resources:ash_test_resources_with_content_100_percent", | 1561 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1564 "//ash/resources:ash_test_resources_200_percent", | 1562 "//ash/resources:ash_test_resources_200_percent", |
| 1565 ] | 1563 ] |
| 1566 } | 1564 } |
| OLD | NEW |