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

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

Issue 17059002: Revert 206237 "Menu for the OSX app launcher, HoverImageMenuButt..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « trunk/src/build/common.gypi ('k') | trunk/src/ui/app_list/app_list_menu.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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'cocoa/app_list_window_controller.mm', 45 'cocoa/app_list_window_controller.mm',
46 'cocoa/apps_collection_view_drag_manager.h', 46 'cocoa/apps_collection_view_drag_manager.h',
47 'cocoa/apps_collection_view_drag_manager.mm', 47 'cocoa/apps_collection_view_drag_manager.mm',
48 'cocoa/apps_grid_controller.h', 48 'cocoa/apps_grid_controller.h',
49 'cocoa/apps_grid_controller.mm', 49 'cocoa/apps_grid_controller.mm',
50 'cocoa/apps_grid_view_item.h', 50 'cocoa/apps_grid_view_item.h',
51 'cocoa/apps_grid_view_item.mm', 51 'cocoa/apps_grid_view_item.mm',
52 'cocoa/apps_pagination_model_observer.h', 52 'cocoa/apps_pagination_model_observer.h',
53 'cocoa/apps_search_box_controller.h', 53 'cocoa/apps_search_box_controller.h',
54 'cocoa/apps_search_box_controller.mm', 54 'cocoa/apps_search_box_controller.mm',
55 'cocoa/current_user_menu_item_view.h',
56 'cocoa/current_user_menu_item_view.mm',
57 'cocoa/item_drag_controller.h', 55 'cocoa/item_drag_controller.h',
58 'cocoa/item_drag_controller.mm', 56 'cocoa/item_drag_controller.mm',
59 'cocoa/scroll_view_with_no_scrollbars.h', 57 'cocoa/scroll_view_with_no_scrollbars.h',
60 'cocoa/scroll_view_with_no_scrollbars.mm', 58 'cocoa/scroll_view_with_no_scrollbars.mm',
61 'pagination_model.cc', 59 'pagination_model.cc',
62 'pagination_model.h', 60 'pagination_model.h',
63 'pagination_model_observer.h', 61 'pagination_model_observer.h',
64 'search_box_model.cc', 62 'search_box_model.cc',
65 'search_box_model.h', 63 'search_box_model.h',
66 'search_box_model_observer.h', 64 'search_box_model_observer.h',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'sources/': [ 189 'sources/': [
192 ['exclude', 'cocoa/'], 190 ['exclude', 'cocoa/'],
193 ], 191 ],
194 }], 192 }],
195 ], 193 ],
196 # Disable c4267 warnings until we fix size_t to int truncations. 194 # Disable c4267 warnings until we fix size_t to int truncations.
197 'msvs_disabled_warnings': [ 4267, ], 195 'msvs_disabled_warnings': [ 4267, ],
198 }, 196 },
199 ], 197 ],
200 } 198 }
OLDNEW
« no previous file with comments | « trunk/src/build/common.gypi ('k') | trunk/src/ui/app_list/app_list_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698