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

Unified Diff: ui/app_list/BUILD.gn

Issue 2938563002: Vertically centered app list page switcher (Closed)
Patch Set: Created 3 years, 6 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/views/apps_grid_view.cc » ('j') | ui/app_list/views/apps_grid_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/BUILD.gn
diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn
index ce45400a778019c29264702cf7821e0a549f6506..65b266ff84d3155fb9a4a77d30018c8ca1208dea 100644
--- a/ui/app_list/BUILD.gn
+++ b/ui/app_list/BUILD.gn
@@ -130,8 +130,11 @@ component("app_list") {
"views/folder_header_view_delegate.h",
"views/image_shadow_animator.cc",
"views/image_shadow_animator.h",
- "views/page_switcher.cc",
"views/page_switcher.h",
+ "views/page_switcher_horizontal.cc",
+ "views/page_switcher_horizontal.h",
+ "views/page_switcher_vertical.cc",
+ "views/page_switcher_vertical.h",
"views/pulsing_block_view.cc",
"views/pulsing_block_view.h",
"views/search_box_view.cc",
« no previous file with comments | « no previous file | ui/app_list/views/apps_grid_view.cc » ('j') | ui/app_list/views/apps_grid_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698