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

Side by Side Diff: ui/app_list/app_list.gyp

Issue 524503003: Refactor app list scrolling: introduce the PaginationController class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ares-appgrid-vertical-scroll
Patch Set: Rebase. Created 6 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | ui/app_list/pagination_controller.h » ('j') | ui/app_list/pagination_controller.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'cocoa/apps_search_results_controller.mm', 68 'cocoa/apps_search_results_controller.mm',
69 'cocoa/apps_search_results_model_bridge.h', 69 'cocoa/apps_search_results_model_bridge.h',
70 'cocoa/apps_search_results_model_bridge.mm', 70 'cocoa/apps_search_results_model_bridge.mm',
71 'cocoa/item_drag_controller.h', 71 'cocoa/item_drag_controller.h',
72 'cocoa/item_drag_controller.mm', 72 'cocoa/item_drag_controller.mm',
73 'cocoa/scroll_view_with_no_scrollbars.h', 73 'cocoa/scroll_view_with_no_scrollbars.h',
74 'cocoa/scroll_view_with_no_scrollbars.mm', 74 'cocoa/scroll_view_with_no_scrollbars.mm',
75 'pagination_model.cc', 75 'pagination_model.cc',
76 'pagination_model.h', 76 'pagination_model.h',
77 'pagination_model_observer.h', 77 'pagination_model_observer.h',
78 'pagination_controller.cc',
79 'pagination_controller.h',
78 'search_box_model.cc', 80 'search_box_model.cc',
79 'search_box_model.h', 81 'search_box_model.h',
80 'search_box_model_observer.h', 82 'search_box_model_observer.h',
81 'search_provider.cc', 83 'search_provider.cc',
82 'search_provider.h', 84 'search_provider.h',
83 'search_result.cc', 85 'search_result.cc',
84 'search_result.h', 86 'search_result.h',
85 'speech_ui_model.cc', 87 'speech_ui_model.cc',
86 'speech_ui_model.h', 88 'speech_ui_model.h',
87 'speech_ui_model_observer.h', 89 'speech_ui_model_observer.h',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 '../../sandbox/sandbox.gyp:sandbox', 315 '../../sandbox/sandbox.gyp:sandbox',
314 '../../content/content.gyp:content_startup_helper_win', 316 '../../content/content.gyp:content_startup_helper_win',
315 ], 317 ],
316 }], 318 }],
317 ], 319 ],
318 }, 320 },
319 ], 321 ],
320 }], # toolkit_views==1 322 }], # toolkit_views==1
321 ], 323 ],
322 } 324 }
OLDNEW
« no previous file with comments | « no previous file | ui/app_list/pagination_controller.h » ('j') | ui/app_list/pagination_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698