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

Unified Diff: ui/app_list/app_list.gyp

Issue 27777002: Implement app list folder management page UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix LauncherAppBrowserTest.ClickItem and DragAndDrop. Created 7 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
Index: ui/app_list/app_list.gyp
diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
index 007d64ca6176e9d9903ae9ae2cdd94fbbd190eb4..f269fb8eb955fbe9c8952cd2640d5982d1154627 100644
--- a/ui/app_list/app_list.gyp
+++ b/ui/app_list/app_list.gyp
@@ -75,9 +75,13 @@
'search_result.h',
'signin_delegate.cc',
'signin_delegate.h',
+ 'views/apps_container_view.cc',
+ 'views/apps_container_view.h',
'views/app_list_background.cc',
'views/app_list_background.h',
'views/app_list_drag_and_drop_host.h',
+ 'views/app_list_folder_view.cc',
+ 'views/app_list_folder_view.h',
'views/app_list_item_view.cc',
'views/app_list_item_view.h',
'views/app_list_main_view.cc',
@@ -93,6 +97,9 @@
'views/cached_label.h',
'views/contents_view.cc',
'views/contents_view.h',
+ 'views/folder_header_view.cc',
+ 'views/folder_header_view.h',
+ 'views/folder_header_view_delegate.h',
'views/page_switcher.cc',
'views/page_switcher.h',
'views/progress_bar_view.cc',

Powered by Google App Engine
This is Rietveld 408576698