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

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

Issue 687913003: app_list: Moved FolderImageSource into folder_image.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ares-allapps-icon
Patch Set: Formatting (the ClangFormat rules have changed). 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 unified diff | Download patch
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/folder_image.h » ('j') | no next file with comments »
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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'cocoa/apps_search_results_controller.h', 69 'cocoa/apps_search_results_controller.h',
70 'cocoa/apps_search_results_controller.mm', 70 'cocoa/apps_search_results_controller.mm',
71 'cocoa/apps_search_results_model_bridge.h', 71 'cocoa/apps_search_results_model_bridge.h',
72 'cocoa/apps_search_results_model_bridge.mm', 72 'cocoa/apps_search_results_model_bridge.mm',
73 'cocoa/item_drag_controller.h', 73 'cocoa/item_drag_controller.h',
74 'cocoa/item_drag_controller.mm', 74 'cocoa/item_drag_controller.mm',
75 'cocoa/scroll_view_with_no_scrollbars.h', 75 'cocoa/scroll_view_with_no_scrollbars.h',
76 'cocoa/scroll_view_with_no_scrollbars.mm', 76 'cocoa/scroll_view_with_no_scrollbars.mm',
77 'folder_image.cc', 77 'folder_image.cc',
78 'folder_image.h', 78 'folder_image.h',
79 'folder_image_source.cc',
80 'folder_image_source.h',
81 'pagination_controller.cc', 79 'pagination_controller.cc',
82 'pagination_controller.h', 80 'pagination_controller.h',
83 'pagination_model.cc', 81 'pagination_model.cc',
84 'pagination_model.h', 82 'pagination_model.h',
85 'pagination_model_observer.h', 83 'pagination_model_observer.h',
86 'search_box_model.cc', 84 'search_box_model.cc',
87 'search_box_model.h', 85 'search_box_model.h',
88 'search_box_model_observer.h', 86 'search_box_model_observer.h',
89 'search_controller.cc', 87 'search_controller.cc',
90 'search_controller.h', 88 'search_controller.h',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 '../../sandbox/sandbox.gyp:sandbox', 353 '../../sandbox/sandbox.gyp:sandbox',
356 '../../content/content.gyp:content_startup_helper_win', 354 '../../content/content.gyp:content_startup_helper_win',
357 ], 355 ],
358 }], 356 }],
359 ], 357 ],
360 }, 358 },
361 ], 359 ],
362 }], # toolkit_views==1 360 }], # toolkit_views==1
363 ], 361 ],
364 } 362 }
OLDNEW
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/folder_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698