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

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

Issue 657793004: Moved FolderImageSource class to a separate file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/app-list-typedefs-iwyu
Patch Set: Fix GN. 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/app_list_folder_item.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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'cocoa/apps_search_box_controller.h', 67 'cocoa/apps_search_box_controller.h',
68 'cocoa/apps_search_box_controller.mm', 68 'cocoa/apps_search_box_controller.mm',
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_source.cc',
78 'folder_image_source.h',
77 'pagination_controller.cc', 79 'pagination_controller.cc',
78 'pagination_controller.h', 80 'pagination_controller.h',
79 'pagination_model.cc', 81 'pagination_model.cc',
80 'pagination_model.h', 82 'pagination_model.h',
81 'pagination_model_observer.h', 83 'pagination_model_observer.h',
82 'search_box_model.cc', 84 'search_box_model.cc',
83 'search_box_model.h', 85 'search_box_model.h',
84 'search_box_model_observer.h', 86 'search_box_model_observer.h',
85 'search_controller.cc', 87 'search_controller.cc',
86 'search_controller.h', 88 'search_controller.h',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 '../../sandbox/sandbox.gyp:sandbox', 348 '../../sandbox/sandbox.gyp:sandbox',
347 '../../content/content.gyp:content_startup_helper_win', 349 '../../content/content.gyp:content_startup_helper_win',
348 ], 350 ],
349 }], 351 }],
350 ], 352 ],
351 }, 353 },
352 ], 354 ],
353 }], # toolkit_views==1 355 }], # toolkit_views==1
354 ], 356 ],
355 } 357 }
OLDNEW
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/app_list_folder_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698