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

Unified Diff: ui/app_list/app_list.gyp

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 | « ui/app_list/BUILD.gn ('k') | ui/app_list/views/all_apps_tile_item_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list.gyp
diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
index 01c878c86588e969c26d349b03b70c8a194534cd..7f3b72e4b0df2d320f24bd27f254e498bd4bf91b 100644
--- a/ui/app_list/app_list.gyp
+++ b/ui/app_list/app_list.gyp
@@ -112,6 +112,8 @@
'speech_ui_model.cc',
'speech_ui_model.h',
'speech_ui_model_observer.h',
+ 'views/all_apps_tile_item_view.h',
+ 'views/all_apps_tile_item_view.cc',
'views/apps_container_view.cc',
'views/apps_container_view.h',
'views/app_list_background.cc',
@@ -157,6 +159,8 @@
'views/search_result_list_view.cc',
'views/search_result_list_view.h',
'views/search_result_list_view_delegate.h',
+ 'views/search_result_tile_item_view.cc',
+ 'views/search_result_tile_item_view.h',
'views/search_result_view.cc',
'views/search_result_view.h',
'views/speech_view.cc',
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/views/all_apps_tile_item_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698