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

Unified Diff: ui/app_list/BUILD.gn

Issue 665233002: Experimental app list: Added "All apps" button on start page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/app-list-factor-folderimagesource
Patch Set: Rebase. Created 6 years, 2 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/app_list.gyp » ('j') | no next file with comments »
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 6ebb5da1012c3f7ad94a05a8f02530cf9aeb21fa..d95d6c120e0fe53509fb8c65767237a60652aab2 100644
--- a/ui/app_list/BUILD.gn
+++ b/ui/app_list/BUILD.gn
@@ -95,6 +95,8 @@ component("app_list") {
if (toolkit_views) {
sources += [
+ "views/all_apps_tile_item_view.cc",
+ "views/all_apps_tile_item_view.h",
"views/apps_container_view.cc",
"views/apps_container_view.h",
"views/app_list_background.cc",
@@ -146,6 +148,8 @@ component("app_list") {
"views/speech_view.h",
"views/start_page_view.cc",
"views/start_page_view.h",
+ "views/search_result_tile_item_view.cc",
+ "views/search_result_tile_item_view.h",
"views/tile_item_view.cc",
"views/tile_item_view.h",
"views/top_icon_animation_view.cc",
« no previous file with comments | « no previous file | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698