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

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

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 | « 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 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 = [
« 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