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

Unified Diff: ui/app_list/BUILD.gn

Issue 1830293002: AppListController refactoring part 1: AppListShower implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: --similarity 30 Created 4 years, 9 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/DEPS » ('j') | ui/app_list/app_list_shower_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/BUILD.gn
diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn
index b90ba0e69b933abb9ec5cada8fb81c90caa18c16..39e5027378ece057403d9732cd6b296348a29f58 100644
--- a/ui/app_list/BUILD.gn
+++ b/ui/app_list/BUILD.gn
@@ -178,6 +178,17 @@ component("app_list") {
]
}
+ if (use_ash) {
+ sources += [
+ "app_list_shower.h",
+ "app_list_shower_delegate.h",
+ "app_list_shower_delegate_factory.h",
+ "app_list_shower_impl.cc",
+ "app_list_shower_impl.h",
+ ]
+ deps += [ "//ui/keyboard" ]
+ }
+
if (is_mac) {
sources += [
"cocoa/app_list_pager_view.h",
@@ -211,6 +222,8 @@ component("app_list") {
static_library("test_support") {
sources = [
+ "test/app_list_shower_impl_test_api.cc",
+ "test/app_list_shower_impl_test_api.h",
"test/app_list_test_model.cc",
"test/app_list_test_model.h",
"test/app_list_test_view_delegate.cc",
@@ -329,6 +342,10 @@ test("app_list_unittests") {
]
}
+ if (use_ash) {
+ sources += [ "app_list_shower_impl_unittest.cc" ]
+ }
+
if (is_mac) {
sources += [
"cocoa/app_list_view_controller_unittest.mm",
« no previous file with comments | « no previous file | ui/app_list/DEPS » ('j') | ui/app_list/app_list_shower_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698