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

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

Issue 2576913002: Use mojo app list interfaces for mash and classic ash. (Closed)
Patch Set: Sync and rebase Created 3 years, 11 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 | « chrome/test/BUILD.gn ('k') | ui/app_list/presenter/app_list.h » ('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 2f7b0e7485775d62836c96b05f392ec37fdc2393..50d0ea9b8c220852cbcb02f7f3ad930c5ff878c3 100644
--- a/ui/app_list/presenter/BUILD.gn
+++ b/ui/app_list/presenter/BUILD.gn
@@ -25,7 +25,6 @@ component("presenter") {
sources = [
"app_list.cc",
"app_list.h",
- "app_list_presenter.h",
"app_list_presenter_delegate.cc",
"app_list_presenter_delegate.h",
"app_list_presenter_delegate_factory.h",
@@ -58,6 +57,10 @@ static_library("test_support") {
sources = [
"test/app_list_presenter_impl_test_api.cc",
"test/app_list_presenter_impl_test_api.h",
+ "test/test_app_list_presenter.cc",
+ "test/test_app_list_presenter.h",
+ "test/test_app_list_view_delegate_factory.cc",
+ "test/test_app_list_view_delegate_factory.h",
# Temporary dependency to fix compile flake in http://crbug.com/611898.
# TODO(tapted): Remove once http://crbug.com/612382 is fixed.
@@ -65,10 +68,13 @@ static_library("test_support") {
]
public_deps = [
+ ":mojom",
":presenter",
]
deps = [
"//base",
+ "//mojo/public/cpp/bindings",
+ "//ui/app_list:test_support",
]
}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | ui/app_list/presenter/app_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698