| Index: ui/app_list/presenter/BUILD.gn
|
| diff --git a/ui/app_list/presenter/BUILD.gn b/ui/app_list/presenter/BUILD.gn
|
| index 2977236bfa734018a0ffdb32473e54acff7aace8..fd6cb444b4fba915b649e2654d832bf1bc0ceabf 100644
|
| --- a/ui/app_list/presenter/BUILD.gn
|
| +++ b/ui/app_list/presenter/BUILD.gn
|
| @@ -50,6 +50,10 @@ source_set("test_support") {
|
| sources = [
|
| "test/app_list_presenter_impl_test_api.cc",
|
| "test/app_list_presenter_impl_test_api.h",
|
| +
|
| + # 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",
|
| ]
|
|
|
| public_deps = [
|
| @@ -80,6 +84,10 @@ test("app_list_presenter_unittests") {
|
| "//ui/base",
|
| "//ui/gl:test_support",
|
| "//ui/wm:wm",
|
| +
|
| + # 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",
|
| ]
|
|
|
| data_deps = [
|
|
|