| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index 867acb2590e3c57a0d645d79306b71ca17c2fe7b..419a172750405a8c4268c504813b617878a80907 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -180,6 +180,7 @@ source_set("test_support") {
|
| deps = [
|
| ":test_support_with_content", # TODO(beng): reverse this direction.
|
| "//ash/resources",
|
| + "//components/signin/core/account_id",
|
| "//skia",
|
| "//testing/gtest",
|
| "//ui/accessibility",
|
| @@ -195,6 +196,10 @@ source_set("test_support") {
|
| if (is_win) {
|
| deps += [ "//ui/platform_window/win" ]
|
| }
|
| +
|
| + if (is_chromeos) {
|
| + deps += [ "//ui/display" ]
|
| + }
|
| }
|
|
|
| source_set("test_support_with_content") {
|
|
|