| Index: ash/test/BUILD.gn
|
| diff --git a/ash/test/BUILD.gn b/ash/test/BUILD.gn
|
| index d90861d7fdc95cc0a923e7b2c79d7340be6819ba..a7baad01a993899c114a0edc6bac04879f02ef3b 100644
|
| --- a/ash/test/BUILD.gn
|
| +++ b/ash/test/BUILD.gn
|
| @@ -108,6 +108,8 @@ static_library("test_support_common") {
|
| "task_switch_time_tracker_test_api.h",
|
| "test_activation_delegate.cc",
|
| "test_activation_delegate.h",
|
| + "test_app_list_view_presenter_impl.cc",
|
| + "test_app_list_view_presenter_impl.h",
|
| "test_keyboard_ui.cc",
|
| "test_keyboard_ui.h",
|
| "test_overlay_delegate.cc",
|
| @@ -156,6 +158,7 @@ static_library("test_support_common") {
|
| "//ui/accessibility",
|
| "//ui/app_list:test_support",
|
| "//ui/app_list/presenter",
|
| + "//ui/app_list/presenter:test_support",
|
| "//ui/aura",
|
| "//ui/aura:test_support",
|
| "//ui/base:test_support",
|
|
|