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

Unified Diff: ui/app_list/app_list.gyp

Issue 701773002: App list: Added contents view custom animation framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comments. Created 6 years, 1 month 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/views/contents_animator.h » ('j') | ui/app_list/views/contents_view_unittest.cc » ('J')
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 061e080e6de4e25b187e9a9a0a20f9626b63b7da..452d7f11a69bac910c4bb0c9e042ca938434d85f 100644
--- a/ui/app_list/app_list.gyp
+++ b/ui/app_list/app_list.gyp
@@ -138,6 +138,8 @@
'views/cached_label.h',
'views/contents_switcher_view.cc',
'views/contents_switcher_view.h',
+ 'views/contents_animator.cc',
+ 'views/contents_animator.h',
'views/contents_view.cc',
'views/contents_view.h',
'views/folder_background_view.cc',
@@ -269,6 +271,7 @@
'views/app_list_main_view_unittest.cc',
'views/app_list_view_unittest.cc',
'views/apps_grid_view_unittest.cc',
+ 'views/contents_view_unittest.cc',
'views/folder_header_view_unittest.cc',
'views/search_box_view_unittest.cc',
'views/search_result_list_view_unittest.cc',
« no previous file with comments | « no previous file | ui/app_list/views/contents_animator.h » ('j') | ui/app_list/views/contents_view_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698