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

Unified Diff: ash/test/BUILD.gn

Issue 2576913002: Use mojo app list interfaces for mash and classic ash. (Closed)
Patch Set: Fix AppListPresenterImplTest. Created 4 years 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
Index: ash/test/BUILD.gn
diff --git a/ash/test/BUILD.gn b/ash/test/BUILD.gn
index d90861d7fdc95cc0a923e7b2c79d7340be6819ba..e094948812ed42c044b66257812a99190bccf12a 100644
--- a/ash/test/BUILD.gn
+++ b/ash/test/BUILD.gn
@@ -108,6 +108,8 @@ static_library("test_support_common") {
"task_switch_time_tracker_test_api.h",
"test_activation_delegate.cc",
"test_activation_delegate.h",
+ "test_app_list_presenter_impl.cc",
+ "test_app_list_presenter_impl.h",
"test_keyboard_ui.cc",
"test_keyboard_ui.h",
"test_overlay_delegate.cc",
@@ -156,6 +158,7 @@ static_library("test_support_common") {
"//ui/accessibility",
"//ui/app_list:test_support",
"//ui/app_list/presenter",
+ "//ui/app_list/presenter:test_support",
"//ui/aura",
"//ui/aura:test_support",
"//ui/base:test_support",

Powered by Google App Engine
This is Rietveld 408576698