| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index 5549cfea86fce109f34c1d91f60514c053d34bdd..cba1cb3a34af1a6dd23970b52a7db6806550c19a 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -440,8 +440,6 @@ component("ash") {
|
| "common/system/user/rounded_image_view.h",
|
| "common/system/user/tray_user.cc",
|
| "common/system/user/tray_user.h",
|
| - "common/system/user/tray_user_separator.cc",
|
| - "common/system/user/tray_user_separator.h",
|
| "common/system/user/user_card_view.cc",
|
| "common/system/user/user_card_view.h",
|
| "common/system/user/user_observer.h",
|
| @@ -1373,6 +1371,7 @@ test("ash_unittests") {
|
| "//ui/events:test_support",
|
| "//ui/events/devices",
|
| "//ui/gfx",
|
| + "//ui/gfx:test_support",
|
| "//ui/gfx/geometry",
|
| "//ui/keyboard",
|
| "//ui/message_center",
|
|
|