| Index: ui/views/BUILD.gn
|
| diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
|
| index 5b741efa6b464298024a942329161062d695ae24..9b51714c24934ef202b2ac2e8c1338c7274c0ebe 100644
|
| --- a/ui/views/BUILD.gn
|
| +++ b/ui/views/BUILD.gn
|
| @@ -115,6 +115,7 @@ static_library("test_support") {
|
| "//ui/aura",
|
| "//ui/base",
|
| "//ui/compositor",
|
| + "//ui/compositor:test_support",
|
| "//ui/events",
|
| "//ui/events/platform",
|
| "//ui/gfx",
|
| @@ -154,7 +155,6 @@ test("views_unittests") {
|
| "//ui/base",
|
| "//ui/base:test_support",
|
| "//ui/compositor",
|
| - "//ui/compositor:test_support",
|
| "//ui/events",
|
| "//ui/events:events_base",
|
| "//ui/events/platform",
|
|
|