| 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 3b178b8a62f9af2abf4390948623e143f2513be2..a541a7da1f52188a9c92a3bac12cd449dbdb7ffa 100644
|
| --- a/ui/app_list/presenter/app_list_presenter.gyp
|
| +++ b/ui/app_list/presenter/app_list_presenter.gyp
|
| @@ -52,6 +52,10 @@
|
| '../../../base/base.gyp:base',
|
| '../../../skia/skia.gyp:skia',
|
| 'app_list_presenter',
|
| +
|
| + # 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',
|
| ],
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
| @@ -75,6 +79,10 @@
|
| '../app_list.gyp:app_list_test_support',
|
| 'app_list_presenter',
|
| 'app_list_presenter_test_support',
|
| +
|
| + # 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',
|
| ],
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
|
|