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

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: Fixed default animator reverse not being set. Oooops. 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 | « ui/app_list/BUILD.gn ('k') | ui/app_list/views/contents_animator.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 4d9b98e9dbe030f23b03f9820e2b6cdbddc3b384..4b97959ccd9ba7b8721b79bebe37c10ff78b4280 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',
@@ -271,6 +273,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 | « ui/app_list/BUILD.gn ('k') | ui/app_list/views/contents_animator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698