| 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 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1088 deps = [ | 1088 deps = [ |
| 1089 ":ash", | 1089 ":ash", |
| 1090 ":ash_with_content", | 1090 ":ash_with_content", |
| 1091 ":test_support_with_content", | 1091 ":test_support_with_content", |
| 1092 "//ash/public/cpp:ash_public_cpp", | 1092 "//ash/public/cpp:ash_public_cpp", |
| 1093 "//base", | 1093 "//base", |
| 1094 "//base/test:test_support", | 1094 "//base/test:test_support", |
| 1095 "//chromeos", | 1095 "//chromeos", |
| 1096 "//chromeos:power_manager_proto", | 1096 "//chromeos:power_manager_proto", |
| 1097 "//chromeos:test_support_without_gmock", | 1097 "//chromeos:test_support_without_gmock", |
| 1098 "//components/keyboard_lock", |
| 1098 "//components/quirks", | 1099 "//components/quirks", |
| 1099 "//components/signin/core/account_id", | 1100 "//components/signin/core/account_id", |
| 1100 "//components/user_manager", | 1101 "//components/user_manager", |
| 1101 "//components/viz/test:test_support", | 1102 "//components/viz/test:test_support", |
| 1102 "//content/public/browser", | 1103 "//content/public/browser", |
| 1103 "//content/test:test_support", | 1104 "//content/test:test_support", |
| 1104 "//device/bluetooth", | 1105 "//device/bluetooth", |
| 1105 "//mojo/edk/system", | 1106 "//mojo/edk/system", |
| 1106 "//net", | 1107 "//net", |
| 1107 "//skia", | 1108 "//skia", |
| (...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1540 testonly = true | 1541 testonly = true |
| 1541 sources = [ | 1542 sources = [ |
| 1542 "shell/content/shell_with_content_main.cc", | 1543 "shell/content/shell_with_content_main.cc", |
| 1543 ] | 1544 ] |
| 1544 | 1545 |
| 1545 deps = [ | 1546 deps = [ |
| 1546 ":ash_shell_lib_with_content", | 1547 ":ash_shell_lib_with_content", |
| 1547 "//base", | 1548 "//base", |
| 1548 "//build/config:exe_and_shlib_deps", | 1549 "//build/config:exe_and_shlib_deps", |
| 1549 "//build/win:default_exe_manifest", | 1550 "//build/win:default_exe_manifest", |
| 1551 "//components/keyboard_lock", |
| 1550 "//components/user_manager", | 1552 "//components/user_manager", |
| 1551 "//content", | 1553 "//content", |
| 1552 "//content/public/app:both", | 1554 "//content/public/app:both", |
| 1553 "//device/bluetooth", | 1555 "//device/bluetooth", |
| 1554 ] | 1556 ] |
| 1555 | 1557 |
| 1556 data_deps = [ | 1558 data_deps = [ |
| 1557 "//ash/strings:ash_test_strings", | 1559 "//ash/strings:ash_test_strings", |
| 1558 "//ash/resources:ash_test_resources_with_content_100_percent", | 1560 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1559 "//ash/resources:ash_test_resources_200_percent", | 1561 "//ash/resources:ash_test_resources_200_percent", |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1755 deps = [ | 1757 deps = [ |
| 1756 ":test_support_with_content", | 1758 ":test_support_with_content", |
| 1757 "//base", | 1759 "//base", |
| 1758 "//skia", | 1760 "//skia", |
| 1759 "//testing/gtest", | 1761 "//testing/gtest", |
| 1760 "//ui/aura", | 1762 "//ui/aura", |
| 1761 "//ui/base", | 1763 "//ui/base", |
| 1762 "//ui/gl:test_support", | 1764 "//ui/gl:test_support", |
| 1763 ] | 1765 ] |
| 1764 } | 1766 } |
| OLD | NEW |