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

Unified Diff: ui/app_list/BUILD.gn

Issue 1770993002: wip: Refactoring Ash's AppListController, moving the bulk of the logic to chrome/browser/ui/ash/app… Base URL: https://chromium.googlesource.com/chromium/src.git@small_5_apps
Patch Set: Added a comment for PostTask in AppListServiceAsh. 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
Index: ui/app_list/BUILD.gn
diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn
index b90ba0e69b933abb9ec5cada8fb81c90caa18c16..d1e6c8048e2999b6df98d2043b6e76e84925b89e 100644
--- a/ui/app_list/BUILD.gn
+++ b/ui/app_list/BUILD.gn
@@ -9,6 +9,7 @@ component("app_list") {
sources = [
"app_list_constants.cc",
"app_list_constants.h",
+ "app_list_controller.h",
"app_list_export.h",
"app_list_folder_item.cc",
"app_list_folder_item.h",
@@ -18,6 +19,7 @@ component("app_list") {
"app_list_item_list.h",
"app_list_item_list_observer.h",
"app_list_item_observer.h",
+ "app_list_layout_delegate.h",
"app_list_menu.cc",
"app_list_menu.h",
"app_list_model.cc",

Powered by Google App Engine
This is Rietveld 408576698