| Index: ui/app_list/presenter/BUILD.gn
|
| diff --git a/ui/app_list/presenter/BUILD.gn b/ui/app_list/presenter/BUILD.gn
|
| index af36b7a43aa7f421e97ff502fd426a7c0030286c..2977236bfa734018a0ffdb32473e54acff7aace8 100644
|
| --- a/ui/app_list/presenter/BUILD.gn
|
| +++ b/ui/app_list/presenter/BUILD.gn
|
| @@ -30,6 +30,10 @@ component("presenter") {
|
| "//ui/compositor",
|
| "//ui/gfx/geometry",
|
| "//ui/views",
|
| +
|
| + # Temporary dependency to fix compile flake in http://crbug.com/611898.
|
| + # TODO(tapted): Remove once http://crbug.com/612382 is fixed.
|
| + "//ui/accessibility:ax_gen",
|
| ]
|
| }
|
|
|
|
|