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: 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: Addressed 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'search_box_view_delegate.h', 62 'search_box_view_delegate.h',
63 'search_result.cc', 63 'search_result.cc',
64 'search_result.h', 64 'search_result.h',
65 'search_result_list_view_delegate.h', 65 'search_result_list_view_delegate.h',
66 'search_result_view_delegate.h', 66 'search_result_view_delegate.h',
67 'signin_delegate.cc', 67 'signin_delegate.cc',
68 'signin_delegate.h', 68 'signin_delegate.h',
69 'signin_delegate_observer.h', 69 'signin_delegate_observer.h',
70 'views/app_list_background.cc', 70 'views/app_list_background.cc',
71 'views/app_list_background.h', 71 'views/app_list_background.h',
72 'views/app_list_drag_and_drop_host.h',
72 'views/app_list_item_view.cc', 73 'views/app_list_item_view.cc',
73 'views/app_list_item_view.h', 74 'views/app_list_item_view.h',
74 'views/app_list_main_view.cc', 75 'views/app_list_main_view.cc',
75 'views/app_list_main_view.h', 76 'views/app_list_main_view.h',
76 'views/app_list_menu_views.cc', 77 'views/app_list_menu_views.cc',
77 'views/app_list_menu_views.h', 78 'views/app_list_menu_views.h',
78 'views/app_list_view.cc', 79 'views/app_list_view.cc',
79 'views/app_list_view.h', 80 'views/app_list_view.h',
80 'views/apps_grid_view.cc', 81 'views/apps_grid_view.cc',
81 'views/apps_grid_view.h', 82 'views/apps_grid_view.h',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'sources/': [ 186 'sources/': [
186 ['exclude', 'cocoa/'], 187 ['exclude', 'cocoa/'],
187 ], 188 ],
188 }], 189 }],
189 ], 190 ],
190 # Disable c4267 warnings until we fix size_t to int truncations. 191 # Disable c4267 warnings until we fix size_t to int truncations.
191 'msvs_disabled_warnings': [ 4267, ], 192 'msvs_disabled_warnings': [ 4267, ],
192 }, 193 },
193 ], 194 ],
194 } 195 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698