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

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

Issue 14533006: Drag and drop between app list and launcher - First patch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'search_box_view_delegate.h', 58 'search_box_view_delegate.h',
59 'search_result.cc', 59 'search_result.cc',
60 'search_result.h', 60 'search_result.h',
61 'search_result_list_view_delegate.h', 61 'search_result_list_view_delegate.h',
62 'search_result_view_delegate.h', 62 'search_result_view_delegate.h',
63 'signin_delegate.cc', 63 'signin_delegate.cc',
64 'signin_delegate.h', 64 'signin_delegate.h',
65 'signin_delegate_observer.h', 65 'signin_delegate_observer.h',
66 'views/app_list_background.cc', 66 'views/app_list_background.cc',
67 'views/app_list_background.h', 67 'views/app_list_background.h',
68 'views/app_list_dnd_host.h',
68 'views/app_list_item_view.cc', 69 'views/app_list_item_view.cc',
69 'views/app_list_item_view.h', 70 'views/app_list_item_view.h',
70 'views/app_list_main_view.cc', 71 'views/app_list_main_view.cc',
71 'views/app_list_main_view.h', 72 'views/app_list_main_view.h',
72 'views/app_list_menu_views.cc', 73 'views/app_list_menu_views.cc',
73 'views/app_list_menu_views.h', 74 'views/app_list_menu_views.h',
74 'views/app_list_view.cc', 75 'views/app_list_view.cc',
75 'views/app_list_view.h', 76 'views/app_list_view.h',
76 'views/apps_grid_view.cc', 77 'views/apps_grid_view.cc',
77 'views/apps_grid_view.h', 78 'views/apps_grid_view.h',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'sources/': [ 177 'sources/': [
177 ['exclude', 'cocoa/'], 178 ['exclude', 'cocoa/'],
178 ], 179 ],
179 }], 180 }],
180 ], 181 ],
181 # Disable c4267 warnings until we fix size_t to int truncations. 182 # Disable c4267 warnings until we fix size_t to int truncations.
182 'msvs_disabled_warnings': [ 4267, ], 183 'msvs_disabled_warnings': [ 4267, ],
183 }, 184 },
184 ], 185 ],
185 } 186 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698