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

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

Issue 682843004: Experimental app list: "All apps" button has a folder-like icon. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ares-allapps-button
Patch Set: 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
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.cc',
78 'folder_image.h',
77 'folder_image_source.cc', 79 'folder_image_source.cc',
78 'folder_image_source.h', 80 'folder_image_source.h',
79 'pagination_controller.cc', 81 'pagination_controller.cc',
80 'pagination_controller.h', 82 'pagination_controller.h',
81 'pagination_model.cc', 83 'pagination_model.cc',
82 'pagination_model.h', 84 'pagination_model.h',
83 'pagination_model_observer.h', 85 'pagination_model_observer.h',
84 'search_box_model.cc', 86 'search_box_model.cc',
85 'search_box_model.h', 87 'search_box_model.h',
86 'search_box_model_observer.h', 88 'search_box_model_observer.h',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 '../../sandbox/sandbox.gyp:sandbox', 354 '../../sandbox/sandbox.gyp:sandbox',
353 '../../content/content.gyp:content_startup_helper_win', 355 '../../content/content.gyp:content_startup_helper_win',
354 ], 356 ],
355 }], 357 }],
356 ], 358 ],
357 }, 359 },
358 ], 360 ],
359 }], # toolkit_views==1 361 }], # toolkit_views==1
360 ], 362 ],
361 } 363 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698