Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: ui/app_list/presenter/app_list_presenter.gyp

Issue 2012773003: Add ax_gen dependency to app_list_presenter test targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/presenter/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ui/app_list/presenter/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698