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

Unified Diff: ui/app_list/app_list.gyp

Issue 136303008: Implement ui for re-parenting an item from an app list folder to another position or folder in the … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 6 years, 10 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_folder_item.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 8c6d60b50acd638619de38b100d3cf87431f1b33..cb6c208923376e9bb80ad57581d96323365e3fd1 100644
--- a/ui/app_list/app_list.gyp
+++ b/ui/app_list/app_list.gyp
@@ -107,6 +107,8 @@
'views/cached_label.h',
'views/contents_view.cc',
'views/contents_view.h',
+ 'views/folder_background_view.cc',
+ 'views/folder_background_view.h',
'views/folder_header_view.cc',
'views/folder_header_view.h',
'views/folder_header_view_delegate.h',
@@ -131,6 +133,8 @@
'views/signin_view.h',
'views/speech_view.cc',
'views/speech_view.h',
+ 'views/top_icon_animation_view.cc',
+ 'views/top_icon_animation_view.h',
],
'conditions': [
['use_aura==1', {
« no previous file with comments | « no previous file | ui/app_list/app_list_folder_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698