| Index: ui/app_list/presenter/app_list_presenter.gyp
|
| diff --git a/ui/app_list/presenter/app_list_presenter.gyp b/ui/app_list/presenter/app_list_presenter.gyp
|
| index 98e0274f4388549a41c0827d5489c1c31ebc28d9..3b178b8a62f9af2abf4390948623e143f2513be2 100644
|
| --- a/ui/app_list/presenter/app_list_presenter.gyp
|
| +++ b/ui/app_list/presenter/app_list_presenter.gyp
|
| @@ -21,6 +21,10 @@
|
| '../../gfx/gfx.gyp:gfx_geometry',
|
| '../../views/views.gyp:views',
|
| '../app_list.gyp:app_list',
|
| +
|
| + # Temporary dependency to fix compile flake in http://crbug.com/611898.
|
| + # TODO(tapted): Remove once http://crbug.com/612382 is fixed.
|
| + '../../accessibility/accessibility.gyp:ax_gen',
|
| ],
|
| 'defines': [
|
| 'APP_LIST_PRESENTER_IMPLEMENTATION',
|
|
|