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

Unified Diff: ui/app_list/presenter/BUILD.gn

Issue 1984153002: Workaround for flaky ax_enums.h errors when compiling under app_list_presenter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more dots 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 | « no previous file | ui/app_list/presenter/app_list_presenter.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « no previous file | ui/app_list/presenter/app_list_presenter.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698